Skip to content

Commit ec157f0

Browse files
authored
Merge pull request #6216 from bganapa/fabric-version
Updating Fabric module version for Azs.Fabric.Admin
2 parents 91db5e4 + 68b2cc4 commit ec157f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/StackAdmin/Azs.Fabric.Admin/Module/Azs.Fabric.Admin/Azs.Fabric.Admin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Licensed under the MIT License. See License.txt in the project root for license
1717
RootModule = 'Azs.Fabric.Admin.psm1'
1818

1919
# Version number of this module.
20-
ModuleVersion = '0.1.0'
20+
ModuleVersion = '0.1.1'
2121

2222
# Supported PSEditions
2323
# CompatiblePSEditions = @()

src/StackAdmin/AzureStack/AzureStack.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = "AzureStack.psm1"
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.2.12'
15+
ModuleVersion = '1.3.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -57,7 +57,7 @@
5757
@{ModuleName = 'Azs.Backup.Admin'; RequiredVersion = '0.1.0'; },
5858
@{ModuleName = 'Azs.Commerce.Admin'; RequiredVersion = '0.1.0'; },
5959
@{ModuleName = 'Azs.Compute.Admin'; RequiredVersion = '0.1.0'; },
60-
@{ModuleName = 'Azs.Fabric.Admin'; RequiredVersion = '0.1.0'; },
60+
@{ModuleName = 'Azs.Fabric.Admin'; RequiredVersion = '0.1.1'; },
6161
@{ModuleName = 'Azs.Gallery.Admin'; RequiredVersion = '0.1.0'; },
6262
@{ModuleName = 'Azs.InfrastructureInsights.Admin'; RequiredVersion = '0.1.0'; },
6363
@{ModuleName = 'Azs.KeyVault.Admin'; RequiredVersion = '0.1.0'; },
@@ -121,8 +121,8 @@
121121
# IconUri = ''
122122

123123
# ReleaseNotes of this module
124-
ReleaseNotes = '## 2018.05 - Version 1.2.12
125-
* Azurestack 1.2.12 version brings in many breaking changes from the existing version of 1.2.11. Please refer https://aka.ms/azspsh1212migration for the details
124+
ReleaseNotes = '## 2018.05 - Version 1.3.0
125+
* Azurestack 1.3.0 version brings in many breaking changes from the existing version of 1.2.11. Please refer https://aka.ms/azspowershellmigration for the details
126126
* AzureRM.AzureStackAdmin module is replaced with Azs.Subscriptions.Admin and Azs.Subscriptions module
127127
* AzureRM.AzureStackStorage module is replaced with Azs.Storage.Admin module
128128
* The following new modules are added to the AzureStack rollup module

0 commit comments

Comments
 (0)