зеркало из
1
0
Форкнуть 0

Removing the preview warning in AzureStack module and updating release notes (#95)

This commit is contained in:
bganapa 2021-05-20 18:27:36 -07:00 коммит произвёл GitHub
Родитель 6ae8e571fe
Коммит e7f984960f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 8 удалений

Просмотреть файл

@ -34,6 +34,5 @@
</metadata>
<files>
<file src="AzureStack.psd1" />
<file src="AzureStack.psm1" />
</files>
</package>

Просмотреть файл

@ -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

Просмотреть файл

@ -1 +0,0 @@
Write-Warning "Preview version of AzureStack module is loaded, Future versions may have breaking changes"