1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.2.1 '
15+ ModuleVersion = ' 1.3.0 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.1.0'; })
5757RequiredAssemblies = ' ElasticSan.Autorest/bin/Az.ElasticSan.private.dll'
5858
5959# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60- ScriptsToProcess = @ ()
60+ # ScriptsToProcess = @()
6161
6262# Type files (.ps1xml) to be loaded when importing this module
63- TypesToProcess = @ ()
63+ # TypesToProcess = @()
6464
6565# Format files (.ps1xml) to be loaded when importing this module
6666FormatsToProcess = ' ElasticSan.Autorest/Az.ElasticSan.format.ps1xml'
@@ -106,7 +106,7 @@ PrivateData = @{
106106 PSData = @ {
107107
108108 # Tags applied to this module. These help with module discovery in online galleries.
109- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' ElasticSan'
109+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' ElasticSan'
110110
111111 # A URL to the license for this module.
112112 LicenseUri = ' https://aka.ms/azps-license'
@@ -118,10 +118,18 @@ PrivateData = @{
118118 # IconUri = ''
119119
120120 # ReleaseNotes of this module
121- ReleaseNotes = ' * Upgraded nuget package to signed package.'
121+ ReleaseNotes = ' * Added support for soft delete on volume group and volumes
122+ - '' New-AzElasticSanVolumeGroup''
123+ - '' Get-AzElasticSanVolumeGroup''
124+ - '' Get-AzElasticSanVolume''
125+ - '' Remove-AzElasticSanVolume''
126+ - '' Restore-AzElasticSanVolume''
127+ * Added support for whether disk snapshot backup can be taken for volumes.
128+ - '' Test-AzElasticSanVolumeBackup''
129+ - '' Test-AzElasticSanVolumeRestore'' '
122130
123131 # Prerelease string of this module
124- # Prerelease = ''
132+ Prerelease = ' preview '
125133
126134 # Flag to indicate whether the module requires explicit user acceptance for install/update/save
127135 # RequireLicenseAcceptance = $false
@@ -131,7 +139,7 @@ PrivateData = @{
131139
132140 } # End of PSData hashtable
133141
134- } # End of PrivateData hashtable
142+ } # End of PrivateData hashtable
135143
136144# HelpInfo URI of this module
137145# HelpInfoURI = ''
0 commit comments