|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '1.2.0' |
| 15 | +ModuleVersion = '1.2.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -53,9 +53,9 @@ DotNetFrameworkVersion = '4.7.2'
|
53 | 53 | # ProcessorArchitecture = ''
|
54 | 54 |
|
55 | 55 | # Modules that must be imported into the global environment prior to importing this module
|
56 |
| -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.2.0'; }, |
| 56 | +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.2.1'; }, |
57 | 57 | @{ModuleName = 'Az.Aks'; RequiredVersion = '1.0.1'; },
|
58 |
| - @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.0.0'; }, |
| 58 | + @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.0.1'; }, |
59 | 59 | @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '1.0.0'; },
|
60 | 60 | @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.0.0'; },
|
61 | 61 | @{ModuleName = 'Az.Automation'; RequiredVersion = '1.1.0'; },
|
@@ -86,7 +86,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.2.0'; },
|
86 | 86 | @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.0.0'; },
|
87 | 87 | @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '1.0.0'; },
|
88 | 88 | @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.0.0'; },
|
89 |
| - @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '1.0.0'; }, |
| 89 | + @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '1.0.1'; }, |
90 | 90 | @{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.0.0'; },
|
91 | 91 | @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.0'; },
|
92 | 92 | @{ModuleName = 'Az.Resources'; RequiredVersion = '1.1.1'; },
|
@@ -153,84 +153,15 @@ PrivateData = @{
|
153 | 153 | # IconUri = ''
|
154 | 154 |
|
155 | 155 | # ReleaseNotes of this module
|
156 |
| - ReleaseNotes = '1.2.0 - January 2019 |
| 156 | + ReleaseNotes = '1.2.1 - January 2019 |
157 | 157 | Az.Accounts
|
158 |
| -* Add interactive and username/password authentication for Windows PowerShell 5.1 only |
159 |
| -* Update incorrect online help URLs |
160 |
| -* Add warning message in PS Core for Uninstall-AzureRm |
161 |
| -
|
162 |
| -Az.Aks |
163 |
| -* Update incorrect online help URLs |
164 |
| -
|
165 |
| -Az.Automation |
166 |
| -* Added support for Python 2 runbooks |
167 |
| -* Update incorrect online help URLs |
168 |
| -
|
169 |
| -Az.Cdn |
170 |
| -* Update incorrect online help URLs |
171 |
| -
|
172 |
| -Az.Compute |
173 |
| -* Add Invoke-AzVMReimage cmdlet |
174 |
| -* Add TempDisk parameter to Set-AzVmss |
175 |
| -* Fix the warning message of New-AzVM |
176 |
| -
|
177 |
| -Az.ContainerRegistry |
178 |
| -* Update incorrect online help URLs |
179 |
| -
|
180 |
| -Az.DataFactory |
181 |
| -* Updated ADF .Net SDK version to 3.0.0 |
182 |
| -
|
183 |
| -Az.DataLakeStore |
184 |
| -* Fix issue with ADLS endpoint when using MSI |
185 |
| - - More information here: https://github.com/Azure/azure-powershell/issues/7462 |
186 |
| -* Update incorrect online help URLs |
187 |
| -
|
188 |
| -Az.IotHub |
189 |
| -* Add Encoding format to Add-IotHubRoutingEndpoint cmdlet. |
190 |
| -
|
191 |
| -Az.KeyVault |
192 |
| -* Update incorrect online help URLs |
193 |
| -
|
194 |
| -Az.Network |
195 |
| -* Update incorrect online help URLs |
196 |
| -
|
197 |
| -Az.Resources |
198 |
| -* Fix incorrect examples in ''New-AzADAppCredential'' and ''New-AzADSpCredential'' reference documentation |
199 |
| -* Fix issue where path for ''-TemplateFile'' parameter was not being resolved before executing resource group deployment cmdlets |
200 |
| -* Az.Resources: Correct documentation for New-AzureRmPolicyDefinition -Mode default value |
201 |
| -* Az.Resources: Fix for issue https://github.com/Azure/azure-powershell/issues/7522 |
202 |
| -* Az.Resources: Fix for issue https://github.com/Azure/azure-powershell/issues/5747 |
203 |
| -* Fix formatting issue with ''PSResourceGroupDeployment'' object |
204 |
| - - More information here: https://github.com/Azure/azure-powershell/issues/2123 |
205 |
| -
|
206 |
| -Az.ServiceFabric |
207 |
| -* Rollback when a certificate is added to VMSS model but an exception is thrown this is to fix bug: https://github.com/Azure/service-fabric-issues/issues/932 |
208 |
| -* Fix some error messages. |
209 |
| -* Fix create cluster with default ARM template for New-AzServiceFabriCluster which was not working with migration to Az. |
210 |
| -* Fix add cluster/application certificate to only add to VM Scale Sets that correspond to the cluster by checking cluster id in the extension. |
211 |
| -
|
212 |
| -Az.SignalR |
213 |
| -* Update incorrect online help URLs |
214 |
| -
|
215 |
| -Az.Sql |
216 |
| -* Update incorrect online help URLs |
217 |
| -* Updated parameter description for LicenseType parameter with possible values |
218 |
| -* Fix for updating managed instance identity not working when it is the only updated property |
219 |
| -* Support for custom collation on managed instance |
220 |
| -
|
221 |
| -Az.Storage |
222 |
| -* Update incorrect online help URLs |
223 |
| -* Give detail error message when get/set classic Logging/Metric on Premium Storage Account, since Premium Storage Account not supoort classic Logging/Metric. |
224 |
| - - Get/Set-AzStorageServiceLoggingProperty |
225 |
| - - Get/Set-AzStorageServiceMetricsProperty |
226 |
| -
|
227 |
| -Az.TrafficManager |
228 |
| -* Update incorrect online help URLs |
229 |
| -
|
230 |
| -Az.Websites |
231 |
| -* Update incorrect online help URLs |
232 |
| -* Fixes ''New-AzWebAppSSLBinding'' to upload the certificate to the correct resourcegroup+location if the app is hosted on an ASE. |
233 |
| -* Fixes ''New-AzWebAppSSLBinding'' to not overwrite the tags on binding an SSL certificate to an app |
| 158 | +* Release with correct version of Authentication |
| 159 | +
|
| 160 | +Az.AnalysisServices |
| 161 | +* Release with updated Authentication dependency |
| 162 | +
|
| 163 | +Az.RecoveryServices |
| 164 | +* Release with updated Authentication dependency |
234 | 165 | '
|
235 | 166 |
|
236 | 167 | # Prerelease string of this module
|
|
0 commit comments