|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 1/9/2025 |
| 6 | +# Generated on: 4/9/2025 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '0.20.1' |
| 15 | +ModuleVersion = '0.21.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
|
53 | 53 | # ProcessorArchitecture = ''
|
54 | 54 |
|
55 | 55 | # Modules that must be imported into the global environment prior to importing this module
|
56 |
| -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; }) |
| 56 | +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.1.0'; }) |
57 | 57 |
|
58 | 58 | # Assemblies that must be loaded prior to importing this module
|
59 | 59 | RequiredAssemblies = 'Microsoft.Azure.PowerShell.NetAppFiles.Management.Sdk.dll'
|
@@ -130,8 +130,10 @@ CmdletsToExport = 'Approve-AzNetAppFilesReplication', 'Get-AzNetAppFilesAccount'
|
130 | 130 | 'Start-AzNetAppFilesAuthorizeExternalReplication',
|
131 | 131 | 'Get-AzNetAppFilesFilePathAvailability',
|
132 | 132 | 'Get-AzNetAppFilesQuotaAvailability',
|
133 |
| - 'Get-AzNetAppFilesNameAvailability', |
134 |
| - 'Get-AzNetAppFilesAccountKeyVaultStatus', 'Invoke-AzNetAppFilesAccountChangeKeyVault','Convert-AzNetAppFilesAccountToCmk' |
| 133 | + 'Get-AzNetAppFilesNameAvailability', |
| 134 | + 'Get-AzNetAppFilesAccountKeyVaultStatus', |
| 135 | + 'Invoke-AzNetAppFilesAccountChangeKeyVault', |
| 136 | + 'Convert-AzNetAppFilesAccountToCmk' |
135 | 137 |
|
136 | 138 | # Variables to export from this module
|
137 | 139 | # VariablesToExport = @()
|
@@ -170,8 +172,8 @@ AliasesToExport = 'Approve-AnfReplication', 'Get-AnfAccount', 'Get-AnfBackup',
|
170 | 172 | 'Start-AnfPerformExternalReplication',
|
171 | 173 | 'Start-AnfAuthorizeExternalReplication',
|
172 | 174 | 'Get-AnfFilePathAvailability', 'Get-AnfQuotaAvailability',
|
173 |
| - 'Get-AnfNameAvailability', |
174 |
| - 'Get-AnfAccountKeyVaultStatus','Invoke-AnfAccountChangeKeyVault','Convert-AnfFilesAccountToCmk' |
| 175 | + 'Get-AnfNameAvailability', 'Get-AnfAccountKeyVaultStatus', |
| 176 | + 'Invoke-AnfAccountChangeKeyVault', 'Convert-AnfFilesAccountToCmk' |
175 | 177 |
|
176 | 178 | # DSC resources to export from this module
|
177 | 179 | # DscResourcesToExport = @()
|
@@ -200,7 +202,10 @@ PrivateData = @{
|
200 | 202 | # IconUri = ''
|
201 | 203 |
|
202 | 204 | # ReleaseNotes of this module
|
203 |
| - ReleaseNotes = '* Upgraded nuget package to signed package.' |
| 205 | + ReleaseNotes = '* Added new parameter ''CoolAccessTieringPolicy'' to ''New-AzNetAppFilesVolume'' and ''Update-AzNetAppFilesVolume'', |
| 206 | +* Added new cmdLet''Invoke-AzNetAppFilesAccountChangeKeyVault'' to change Key Vault/Managed HSM that is used for encryption of volumes under NetApp account. ''Get-AzNetAppFilesAccountKeyVaultInformation'' can be used to get information for this command. |
| 207 | +* Added new cmdLet ''Get-AzNetAppFilesAccountKeyVaultInformation'', Gets information that can be used in ''Invoke-AzNetAppFilesAccountChangeKeyVault'' |
| 208 | +* Added new cmdLet ''Convert-AzNetAppFilesAccountToCmk'' Transition volumes encryption from PMK to CMK.' |
204 | 209 |
|
205 | 210 | # Prerelease string of this module
|
206 | 211 | # Prerelease = ''
|
|
0 commit comments