Skip to content

Commit e7f9849

Browse files
authored
Removing the preview warning in AzureStack module and updating release notes (#95)
1 parent 6ae8e57 commit e7f9849

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

src/AzureStack/AzureStack.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@
3434
</metadata>
3535
<files>
3636
<file src="AzureStack.psd1" />
37-
<file src="AzureStack.psm1" />
3837
</files>
3938
</package>

src/AzureStack/AzureStack.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Root Module
12-
RootModule = 'AzureStack.psm1'
12+
# RootModule = ''
1313

1414
# Version number of this module.
1515
ModuleVersion = '2.1.0'
@@ -127,11 +127,11 @@
127127
# IconUri = ''
128128

129129
# ReleaseNotes of this module
130-
ReleaseNotes = 'Version 2.0.2-preview,
131-
* Bug Fix in Fabric Admin module
132-
- Disable-AzsScaleUnitNode and Enable-AzsScaleUnitNode had operations reversed
133-
- Replace parameter NodeList with BmciPAddress and ComputerName in cmd Add-AzsScaleUnitNode
134-
* Requires AzureStack Update 2002+, Please refer https://aka.ms/azpshmigration for breaking changes'
130+
ReleaseNotes = '* AzureStack Operator module version 2.1.0. Requires AzureStack Hub Update 2102+,
131+
* Compatible with Az module version 1.10.0
132+
* The indvidual module versions are updated to 1.0.0, marking GA
133+
* Support for changing the default Gpu partition on a GPU enabled Azure Stack hub with Set-AzsScaleUnit -NumberOfGPUPartition X
134+
* Please refer to https://aka.ms/azspsh210 for additional instructions'
135135

136136
} # End of PSData hashtable
137137

src/AzureStack/AzureStack.psm1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)