|
12 | 12 | RootModule = "AzureStack.psm1"
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| - ModuleVersion = '1.2.12' |
| 15 | + ModuleVersion = '1.3.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | # CompatiblePSEditions = @()
|
|
57 | 57 | @{ModuleName = 'Azs.Backup.Admin'; RequiredVersion = '0.1.0'; },
|
58 | 58 | @{ModuleName = 'Azs.Commerce.Admin'; RequiredVersion = '0.1.0'; },
|
59 | 59 | @{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'; }, |
61 | 61 | @{ModuleName = 'Azs.Gallery.Admin'; RequiredVersion = '0.1.0'; },
|
62 | 62 | @{ModuleName = 'Azs.InfrastructureInsights.Admin'; RequiredVersion = '0.1.0'; },
|
63 | 63 | @{ModuleName = 'Azs.KeyVault.Admin'; RequiredVersion = '0.1.0'; },
|
|
121 | 121 | # IconUri = ''
|
122 | 122 |
|
123 | 123 | # 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 |
126 | 126 | * AzureRM.AzureStackAdmin module is replaced with Azs.Subscriptions.Admin and Azs.Subscriptions module
|
127 | 127 | * AzureRM.AzureStackStorage module is replaced with Azs.Storage.Admin module
|
128 | 128 | * The following new modules are added to the AzureStack rollup module
|
|
0 commit comments