Skip to content

Commit 458f8c3

Browse files
committed
Updating versions for the release 2.0.2-preview
1 parent 3a6b07f commit 458f8c3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/AzureStack/AzureStack.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>AzureStack</id>
5-
<version>2.0.1-preview</version>
5+
<version>2.0.2-preview</version>
66
<authors>Microsoft Corporation</authors>
77
<owners>Microsoft Corporation</owners>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>
@@ -19,7 +19,7 @@
1919
<dependency id="Azs.Azurebridge.Admin" version="[0.9.1-preview]" />
2020
<dependency id="Azs.Commerce.Admin" version="[0.9.0-preview]" />
2121
<dependency id="Azs.Compute.Admin" version="[0.9.0-preview]" />
22-
<dependency id="Azs.Fabric.Admin" version="[0.9.0-preview]" />
22+
<dependency id="Azs.Fabric.Admin" version="[0.9.1-preview]" />
2323
<dependency id="Azs.Deployment.Admin" version="[0.9.0-preview]" />
2424
<dependency id="Azs.Gallery.Admin" version="[0.9.0-preview]" />
2525
<dependency id="Azs.Infrastructureinsights.Admin" version="[0.9.1-preview]" />

src/AzureStack/AzureStack.psd1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@
126126
# IconUri = ''
127127

128128
# ReleaseNotes of this module
129-
ReleaseNotes = 'Version 2.0.1,
130-
* Bug Fix for module failing to load in linux environments, module names and folders are case sensitive
129+
ReleaseNotes = 'Version 2.0.2-preview,
130+
* Bug Fix in Fabric Admin module
131+
- Disable-AzsScaleUnitNode and Enable-AzsScaleUnitNode had operations reversed
132+
- Replace parameter NodeList with BmciPAddress and ComputerName in cmd Add-AzsScaleUnitNode
131133
* Requires AzureStack Update 2002+, Please refer https://aka.ms/azpshmigration for breaking changes'
132134

133135
# Preview version

0 commit comments

Comments
 (0)