Skip to content

Commit a39328e

Browse files
committed
[StackHCI] v0.10.0 release
1 parent b509433 commit a39328e

File tree

4 files changed

+1196
-181
lines changed

4 files changed

+1196
-181
lines changed

src/StackHCI/Az.StackHCI.psd1

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/28/2021
6+
# Generated on: 2021/11/15
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = './Az.StackHCI.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.1'
15+
ModuleVersion = '0.10.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -69,15 +69,11 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })
6969
# NestedModules = @()
7070

7171
# 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'
8177

8278
# 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.
8379
CmdletsToExport = @()
@@ -115,8 +111,10 @@ PrivateData = @{
115111
# IconUri = ''
116112

117113
# 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'
120118

121119
# Prerelease string of this module
122120
# Prerelease = ''

src/StackHCI/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 0.10.0
2123
* Added Support for AzureStack HCI Attestation (Azure Benefits)
2224
- New cmdlets: Enable-AzStackHCIAttestation, Disable-AzStackHCIAttestation, Add-AzStackHCIVMAttestation, Remove-AzStackHCIVMAttestation, Get-AzStackHCIVMAttestation
2325
* Added Support for Windows Server Subscription

src/StackHCI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("8853A329-2E41-4A6A-808B-9D1170A5BBB4")]
27-
[assembly: AssemblyVersion("0.9.1")]
28-
[assembly: AssemblyFileVersion("0.9.1")]
27+
[assembly: AssemblyVersion("0.10.0")]
28+
[assembly: AssemblyFileVersion("0.10.0")]

0 commit comments

Comments
 (0)