12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 4.3.1 '
15
+ ModuleVersion = ' 4.3.2 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -58,10 +58,10 @@ RequiredAssemblies =
58
58
' DesktopVirtualization.Autorest/bin/Az.DesktopVirtualization.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 =
@@ -124,7 +124,7 @@ PrivateData = @{
124
124
PSData = @ {
125
125
126
126
# Tags applied to this module. These help with module discovery in online galleries.
127
- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' DesktopVirtualization'
127
+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' DesktopVirtualization'
128
128
129
129
# A URL to the license for this module.
130
130
LicenseUri = ' https://aka.ms/azps-license'
@@ -136,7 +136,7 @@ PrivateData = @{
136
136
# IconUri = ''
137
137
138
138
# ReleaseNotes of this module
139
- ReleaseNotes = ' * Introduced secrets detection feature to safeguard sensitive data. '
139
+ ReleaseNotes = ' * Preannounced the breaking changes for Az.DesktopVirtualization 6.0.0 '
140
140
141
141
# Prerelease string of this module
142
142
# Prerelease = ''
@@ -149,7 +149,7 @@ PrivateData = @{
149
149
150
150
} # End of PSData hashtable
151
151
152
- } # End of PrivateData hashtable
152
+ } # End of PrivateData hashtable
153
153
154
154
# HelpInfo URI of this module
155
155
# HelpInfoURI = ''
0 commit comments