Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM PIP Upgrade - Add Req Modules #109

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AzureVMPublicIPUpgrade'

# Version number of this module.
ModuleVersion = '1.0.0'
ModuleVersion = '1.0.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -27,7 +27,7 @@ Author = 'FastTrack for Azure - Matthew Bratschun'
CompanyName = 'Microsoft'

# Copyright statement for this module
Copyright = '(c) 2023 Microsoft. All rights reserved.'
Copyright = '(c) 2024 Microsoft. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Upgrades all public IP addresses attached to a VM to Standard SKU.'
Expand All @@ -51,7 +51,7 @@ Description = 'Upgrades all public IP addresses attached to a VM to Standard SKU
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()
RequiredModules = @('Az.Compute','Az.Network','Az.Resources','Az.Accounts')

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
Expand Down
Loading