Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/AzureStack/AzureStack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@
</metadata>
<files>
<file src="AzureStack.psd1" />
<file src="AzureStack.psm1" />
</files>
</package>
12 changes: 6 additions & 6 deletions src/AzureStack/AzureStack.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Root Module
RootModule = 'AzureStack.psm1'
# RootModule = ''

# Version number of this module.
ModuleVersion = '2.1.0'
Expand Down Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion src/AzureStack/AzureStack.psm1

This file was deleted.