|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 10/28/2021 |
| 6 | +# Generated on: 2021/11/15 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | RootModule = './Az.StackHCI.psm1'
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '0.9.1' |
| 15 | +ModuleVersion = '0.10.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -69,15 +69,11 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })
|
69 | 69 | # NestedModules = @()
|
70 | 70 |
|
71 | 71 | # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
|
72 |
| -FunctionsToExport = 'Register-AzStackHCI', |
73 |
| - 'Unregister-AzStackHCI', |
74 |
| - 'Test-AzStackHCIConnection', |
75 |
| - 'Set-AzStackHCI', |
76 |
| - 'Enable-AzStackHCIAttestation', |
77 |
| - 'Disable-AzStackHCIAttestation', |
78 |
| - 'Add-AzStackHCIVMAttestation', |
79 |
| - 'Remove-AzStackHCIVMAttestation', |
80 |
| - 'Get-AzStackHCIVMAttestation' |
| 72 | +FunctionsToExport = 'Register-AzStackHCI', 'Unregister-AzStackHCI', |
| 73 | + 'Test-AzStackHCIConnection', 'Set-AzStackHCI', |
| 74 | + 'Enable-AzStackHCIAttestation', 'Disable-AzStackHCIAttestation', |
| 75 | + 'Add-AzStackHCIVMAttestation', 'Remove-AzStackHCIVMAttestation', |
| 76 | + 'Get-AzStackHCIVMAttestation' |
81 | 77 |
|
82 | 78 | # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
|
83 | 79 | CmdletsToExport = @()
|
@@ -115,8 +111,10 @@ PrivateData = @{
|
115 | 111 | # IconUri = ''
|
116 | 112 |
|
117 | 113 | # ReleaseNotes of this module
|
118 |
| - ReleaseNotes = '* Added Support for AzureUSGovernment cloud |
119 |
| - - EnvironmentName parameter in Register-AzStackHCI, Unregister-AzStackHCI and Test-AzStackHCIConnection now supports a new value ''AzureUSGovernment''' |
| 114 | + ReleaseNotes = '* Added Support for AzureStack HCI Attestation (Azure Benefits) |
| 115 | + - New cmdlets: Enable-AzStackHCIAttestation, Disable-AzStackHCIAttestation, Add-AzStackHCIVMAttestation, Remove-AzStackHCIVMAttestation, Get-AzStackHCIVMAttestation |
| 116 | +* Added Support for Windows Server Subscription |
| 117 | + - New cmdlet: Set-AzStackHCI' |
120 | 118 |
|
121 | 119 | # Prerelease string of this module
|
122 | 120 | # Prerelease = ''
|
|
0 commit comments