Skip to content

Commit

Permalink
Updating versions for the release 2.0.2-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
bganapa committed Jul 31, 2020
1 parent 3a6b07f commit 458f8c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/AzureStack/AzureStack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>AzureStack</id>
<version>2.0.1-preview</version>
<version>2.0.2-preview</version>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -19,7 +19,7 @@
<dependency id="Azs.Azurebridge.Admin" version="[0.9.1-preview]" />
<dependency id="Azs.Commerce.Admin" version="[0.9.0-preview]" />
<dependency id="Azs.Compute.Admin" version="[0.9.0-preview]" />
<dependency id="Azs.Fabric.Admin" version="[0.9.0-preview]" />
<dependency id="Azs.Fabric.Admin" version="[0.9.1-preview]" />
<dependency id="Azs.Deployment.Admin" version="[0.9.0-preview]" />
<dependency id="Azs.Gallery.Admin" version="[0.9.0-preview]" />
<dependency id="Azs.Infrastructureinsights.Admin" version="[0.9.1-preview]" />
Expand Down
6 changes: 4 additions & 2 deletions src/AzureStack/AzureStack.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Version 2.0.1,
* Bug Fix for module failing to load in linux environments, module names and folders are case sensitive
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'

# Preview version
Expand Down

0 comments on commit 458f8c3

Please sign in to comment.