diff --git a/src/AzureStack/AzureStack.nuspec b/src/AzureStack/AzureStack.nuspec index 677ce229..5ac0a27a 100644 --- a/src/AzureStack/AzureStack.nuspec +++ b/src/AzureStack/AzureStack.nuspec @@ -34,6 +34,5 @@ - \ No newline at end of file diff --git a/src/AzureStack/AzureStack.psd1 b/src/AzureStack/AzureStack.psd1 index bb055905..713c3d97 100644 --- a/src/AzureStack/AzureStack.psd1 +++ b/src/AzureStack/AzureStack.psd1 @@ -9,7 +9,7 @@ @{ # Root Module - RootModule = 'AzureStack.psm1' + # RootModule = '' # Version number of this module. ModuleVersion = '2.1.0' @@ -127,11 +127,11 @@ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'Version 2.0.2-preview, - * Bug Fix in Fabric Admin module - - Disable-AzsScaleUnitNode and Enable-AzsScaleUnitNode had operations reversed - - Replace parameter NodeList with BmciPAddress and ComputerName in cmd Add-AzsScaleUnitNode - * Requires AzureStack Update 2002+, Please refer https://aka.ms/azpshmigration for breaking changes' + ReleaseNotes = '* AzureStack Operator module version 2.1.0. Requires AzureStack Hub Update 2102+, + * Compatible with Az module version 1.10.0 + * The indvidual module versions are updated to 1.0.0, marking GA + * Support for changing the default Gpu partition on a GPU enabled Azure Stack hub with Set-AzsScaleUnit -NumberOfGPUPartition X + * Please refer to https://aka.ms/azspsh210 for additional instructions' } # End of PSData hashtable diff --git a/src/AzureStack/AzureStack.psm1 b/src/AzureStack/AzureStack.psm1 deleted file mode 100644 index b1ceea8c..00000000 --- a/src/AzureStack/AzureStack.psm1 +++ /dev/null @@ -1 +0,0 @@ -Write-Warning "Preview version of AzureStack module is loaded, Future versions may have breaking changes" \ No newline at end of file