File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.0.0 '
15
+ ModuleVersion = ' 1.0.1 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -171,10 +171,10 @@ PrivateData = @{
171
171
# IconUri = ''
172
172
173
173
# ReleaseNotes of this module
174
- ReleaseNotes = ' General availability for Az.Resources module. '
174
+ ReleaseNotes = ' * Add new cmdlet Get-AzureRmDenyAssignment for retrieving deny assignments '
175
175
176
176
# Prerelease string of this module
177
- # Prerelease = ''
177
+ Prerelease = ' preview '
178
178
179
179
# Flag to indicate whether the module requires explicit user acceptance for install/update
180
180
# RequireLicenseAcceptance = $false
Original file line number Diff line number Diff line change 22
22
- More information here: https://github.com/Azure/azure-powershell/issues/7875
23
23
* Fix handling of the -Custom parameter in New/Set-AzPolicyDefinition
24
24
* Fix typo in New-AzDeployment documentation
25
+
26
+ ## Version 1.0.1-preview
25
27
* Add new cmdlet Get-AzureRmDenyAssignment for retrieving deny assignments
26
28
27
29
## Version 1.0.0
You can’t perform that action at this time.
0 commit comments