|
12 | 12 | RootModule = "AzureStack.psm1"
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| - ModuleVersion = '1.3.0' |
| 15 | + ModuleVersion = '1.4.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | # CompatiblePSEditions = @()
|
|
53 | 53 | # Modules that must be imported into the global environment prior to importing this module
|
54 | 54 | RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '3.4.1'; },
|
55 | 55 | @{ModuleName = 'AzureRM.Resources'; RequiredVersion = '4.4.1'; },
|
56 |
| - @{ModuleName = 'Azs.AzureBridge.Admin'; RequiredVersion = '0.1.0'; }, |
57 |
| - @{ModuleName = 'Azs.Backup.Admin'; RequiredVersion = '0.1.0'; }, |
58 |
| - @{ModuleName = 'Azs.Commerce.Admin'; RequiredVersion = '0.1.0'; }, |
59 |
| - @{ModuleName = 'Azs.Compute.Admin'; RequiredVersion = '0.1.0'; }, |
60 |
| - @{ModuleName = 'Azs.Fabric.Admin'; RequiredVersion = '0.1.1'; }, |
61 |
| - @{ModuleName = 'Azs.Gallery.Admin'; RequiredVersion = '0.1.0'; }, |
62 |
| - @{ModuleName = 'Azs.InfrastructureInsights.Admin'; RequiredVersion = '0.1.0'; }, |
| 56 | + @{ModuleName = 'Azs.AzureBridge.Admin'; RequiredVersion = '0.1.1'; }, |
| 57 | + @{ModuleName = 'Azs.Backup.Admin'; RequiredVersion = '0.1.1'; }, |
| 58 | + @{ModuleName = 'Azs.Commerce.Admin'; RequiredVersion = '0.1.1'; }, |
| 59 | + @{ModuleName = 'Azs.Compute.Admin'; RequiredVersion = '0.1.1'; }, |
| 60 | + @{ModuleName = 'Azs.Fabric.Admin'; RequiredVersion = '0.1.2'; }, |
| 61 | + @{ModuleName = 'Azs.Gallery.Admin'; RequiredVersion = '0.1.1'; }, |
| 62 | + @{ModuleName = 'Azs.InfrastructureInsights.Admin'; RequiredVersion = '0.1.1'; }, |
63 | 63 | @{ModuleName = 'Azs.KeyVault.Admin'; RequiredVersion = '0.1.0'; },
|
64 |
| - @{ModuleName = 'Azs.Network.Admin'; RequiredVersion = '0.1.0'; }, |
65 |
| - @{ModuleName = 'Azs.Storage.Admin'; RequiredVersion = '0.1.0'; }, |
66 |
| - @{ModuleName = 'Azs.Subscriptions'; RequiredVersion = '0.1.0'; }, |
| 64 | + @{ModuleName = 'Azs.Network.Admin'; RequiredVersion = '0.1.1'; }, |
| 65 | + @{ModuleName = 'Azs.Storage.Admin'; RequiredVersion = '0.1.1'; }, |
| 66 | + @{ModuleName = 'Azs.Subscriptions'; RequiredVersion = '0.1.1'; }, |
67 | 67 | @{ModuleName = 'Azs.Subscriptions.Admin'; RequiredVersion = '0.2.0'; },
|
68 |
| - @{ModuleName = 'Azs.Update.Admin'; RequiredVersion = '0.1.0'; }) |
| 68 | + @{ModuleName = 'Azs.Update.Admin'; RequiredVersion = '0.1.1'; }) |
69 | 69 |
|
70 | 70 | # Assemblies that must be loaded prior to importing this module
|
71 | 71 | # RequiredAssemblies = @()
|
|
121 | 121 | # IconUri = ''
|
122 | 122 |
|
123 | 123 | # ReleaseNotes of this module
|
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 |
| - * AzureRM.AzureStackAdmin module is replaced with Azs.Subscriptions.Admin and Azs.Subscriptions module |
127 |
| - * AzureRM.AzureStackStorage module is replaced with Azs.Storage.Admin module |
128 |
| - * The following new modules are added to the AzureStack rollup module |
129 |
| - * Azs.AzureBridge.Admin |
130 |
| - * Azs.Backup.Admin |
131 |
| - * Azs.Commerce.Admin |
132 |
| - * Azs.Fabric.Admin |
133 |
| - * Azs.Gallery.Admin |
134 |
| - * Azs.InfrastructureInsights.Admin |
135 |
| - * Azs.Keyvault.Admin |
136 |
| - * Azs.Network.Admin |
137 |
| - * Azs.Update.Admin' |
| 124 | + ReleaseNotes = '## 2018.07 - Version 1.4.0 |
| 125 | + * Azurestack 1.4.0 version has no breaking changes from the previous release 1.3.0 |
| 126 | + * Azs.AzureBridge.Admin |
| 127 | + - Bug fix for returning only a single page in paginated results |
| 128 | + * Azs.Backup.Admin |
| 129 | + - Added new parameters BackupFrequencyInHours, IsBackupSchedulerEnabled, BackupRetentionPeriodInDays in cmdlet Set-AzsBackupShare |
| 130 | + - Added a cmdlet New-EncyptionKeyBase64 to facilitate creating encryption key |
| 131 | + - Bug fix for returning only a single page in paginated results |
| 132 | + * Azs.Commerce.Admin |
| 133 | + - Bug fix for returning only a single page in paginated results |
| 134 | + * Azs.Fabric.Admin |
| 135 | + - Bug fix for returning only a single page in paginated results |
| 136 | + - Added a cmdlet Add-AzsScaleUnitNode to enable admin to add new scale unit nodes to the azurestack stamp |
| 137 | + - Added cmdlet and New-AzsScaleUnitNodeObject to facilitate the creation scale unit parameter objects |
| 138 | + * Azs.Gallery.Admin |
| 139 | + - Bug fix for returning only a single page in paginated results |
| 140 | + * Azs.InfrastructureInsights.Admin |
| 141 | + - Bug fix for returning only a single page in paginated results |
| 142 | + * Azs.Network.Admin |
| 143 | + - Bug fix for returning only a single page in paginated results |
| 144 | + * Azs.Update.Admin |
| 145 | + - Bug fix for returning only a single page in paginated results |
| 146 | + * Azs.Subscriptions |
| 147 | + - Bug fix for returning only a single page in paginated results |
| 148 | + * Azs.Subscriptions.Admin |
| 149 | + - Added a cmdlet Move-AzsSubscription to move subscriptions between delegated provider offers |
| 150 | + - Added a cmdlet Test-AzsMoveSubscription to validate that user subscriptions can be moved between delegated provider offers |
| 151 | + - Bug fix for returning only a single page in paginated results' |
| 152 | + |
138 | 153 |
|
139 | 154 | # External dependent modules of this module
|
140 | 155 | # ExternalModuleDependencies = ''
|
|
0 commit comments