12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.2.1 '
15
+ ModuleVersion = ' 0.3.0 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -58,10 +58,10 @@ RequiredAssemblies = 'Monitors.Autorest/bin/Az.Monitors.private.dll',
58
58
' SapVirtualInstance.Autorest/bin/Az.SapVirtualInstance.private.dll'
59
59
60
60
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
61
- ScriptsToProcess = @ ()
61
+ # ScriptsToProcess = @()
62
62
63
63
# Type files (.ps1xml) to be loaded when importing this module
64
- TypesToProcess = @ ()
64
+ # TypesToProcess = @()
65
65
66
66
# Format files (.ps1xml) to be loaded when importing this module
67
67
FormatsToProcess = ' Monitors.Autorest/Az.Monitors.format.ps1xml' ,
@@ -142,7 +142,7 @@ PrivateData = @{
142
142
PSData = @ {
143
143
144
144
# Tags applied to this module. These help with module discovery in online galleries.
145
- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' Workloads'
145
+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' Workloads'
146
146
147
147
# A URL to the license for this module.
148
148
LicenseUri = ' https://aka.ms/azps-license'
@@ -154,7 +154,7 @@ PrivateData = @{
154
154
# IconUri = ''
155
155
156
156
# ReleaseNotes of this module
157
- ReleaseNotes = ' * Fixed secrets exposure in example documentation. '
157
+ ReleaseNotes = ' * Split Az.Workloads into two sub-modules '
158
158
159
159
# Prerelease string of this module
160
160
# Prerelease = ''
@@ -167,7 +167,7 @@ PrivateData = @{
167
167
168
168
} # End of PSData hashtable
169
169
170
- } # End of PrivateData hashtable
170
+ } # End of PrivateData hashtable
171
171
172
172
# HelpInfo URI of this module
173
173
# HelpInfoURI = ''
0 commit comments