Skip to content

Commit 5990569

Browse files
authored
version, req modules (#109)
1 parent 1648c1c commit 5990569

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AzureVMBasicPublicIPUpgrade/module/AzureVMPublicIPUpgrade/AzureVMPublicIPUpgrade.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AzureVMPublicIPUpgrade'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.0'
15+
ModuleVersion = '1.0.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -27,7 +27,7 @@ Author = 'FastTrack for Azure - Matthew Bratschun'
2727
CompanyName = 'Microsoft'
2828

2929
# Copyright statement for this module
30-
Copyright = '(c) 2023 Microsoft. All rights reserved.'
30+
Copyright = '(c) 2024 Microsoft. All rights reserved.'
3131

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

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

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

0 commit comments

Comments
 (0)