|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '9.7.0' |
| 15 | +ModuleVersion = '9.7.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -187,85 +187,9 @@ PrivateData = @{
|
187 | 187 | # IconUri = ''
|
188 | 188 |
|
189 | 189 | # ReleaseNotes of this module
|
190 |
| - ReleaseNotes = '9.7.0 - May 2023 |
191 |
| -Az.Accounts |
192 |
| -* Fixed ''AzureSynapseAnalyticsEndpointResourceId'' of ''USGovernment'' environment. |
193 |
| -* Updated Azure.Core to 1.31.0. |
194 |
| -* Updated the reference of Azure PowerShell Common to 1.3.75-preview. |
195 |
| -
|
196 |
| -Az.Aks |
197 |
| -* Added cmdlet ''New-AzAksMaintenanceConfiguration'', ''Get-AzAksMaintenanceConfiguration'', ''Remove-AzAksMaintenanceConfiguration'', ''New-AzAksSnapshot'', ''Get-AzAksSnapshot'', ''Remove-AzAksSnapshot'', ''Get-AzAksManagedClusterCommandResult'', ''Get-AzAksManagedClusterOSOption'', ''Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint'', ''Invoke-AzAksAbortAgentPoolLatestOperation'', ''Invoke-AzAksAbortManagedClusterLatestOperation'', ''Invoke-AzAksRotateManagedClusterServiceAccountSigningKey'', ''Start-AzAksManagedClusterCommand'', ''New-AzAksTimeInWeekObject'', ''New-AzAksTimeSpanObject''. |
198 |
| -* Added parameter ''-OutboundType'' for ''New-AzAksCluster'' |
199 |
| -* Added parameter ''-EnableOidcIssuer'' for ''New-AzAksCluster'' and ''Set-AzAksCluster'' |
200 |
| -* Added parameter ''-NodePodSubnetID'' for ''New-AzAksCluster'', ''-PodSubnetID'' for ''New-AzAksNodePool'' |
201 |
| -
|
202 |
| -Az.Compute |
203 |
| -* Added a breaking change warning to the ''Get-AzVM'' cmdlet to show that the ''NextLink'' parameter and parameter set will be removed in June 2023. The parameter has been non-functional for a long time. |
204 |
| -* Updated the breaking change warning in ''New-AzVM'' and ''New-AzVmss'' regarding using the new versioned image aliases to indicate that certain aliases will be removed next breaking change release. |
205 |
| -* Updated the ''Get-AzVMRunCommand'' to include the ''ProvisioningState'' value. Fix [#21473] |
206 |
| -* Updated Azure.Core to 1.31.0. |
207 |
| -
|
208 |
| -Az.ContainerRegistry |
209 |
| -* Updated Azure.Core to 1.31.0. |
210 |
| -
|
211 |
| -Az.CosmosDB |
212 |
| -* Updated Azure.Core to 1.31.0. |
213 |
| -
|
214 |
| -Az.KeyVault |
215 |
| -* Added breaking changes for ''Invoke-AzKeyVaultKeyOperation''. The encoded/decoded way between string and bytes in ''Invoke-AzKeyVaultKeyOperation'' will change to UTF8. |
216 |
| - - This change will take effect on 5/23/2023 |
217 |
| - - The change is expected to take effect from the version 5.0.0 |
218 |
| -* Updated Azure.Core to 1.31.0. |
219 |
| -
|
220 |
| -Az.LoadTesting |
221 |
| -* General availability of ''Az.LoadTesting'' module |
222 |
| -
|
223 |
| -Az.Network |
224 |
| -* Onboarded ''Microsoft.HardwareSecurityModules/cloudHsmClusters'' to private link cmdlets |
225 |
| -* Fixed the issue for ''Update-AzCustomIpPrefix'' that ''NoInternetAdvertise'' will should be set to false if not provided |
226 |
| -
|
227 |
| -Az.PolicyInsights |
228 |
| -* Updated Azure.Core to 1.31.0. |
229 |
| -
|
230 |
| -Az.PowerBIEmbedded |
231 |
| -* Added deprecate warning message for workspace collection cmdlets |
232 |
| -
|
233 |
| -Az.RecoveryServices |
234 |
| -* Added support for updating CrossSubscriptionRestoreState of the vault |
235 |
| -* Added Cross subscription restore support for workload type MSSQL |
236 |
| -
|
237 |
| -Az.Resources |
238 |
| -* Added support for Azure resources deployment with parameters file using Bicep parameters syntax |
239 |
| -
|
240 |
| -Az.Sql |
241 |
| -* Added new cmdlets for managing server configuration options |
242 |
| - - ''Set-AzSqlServerConfigurationOption'' |
243 |
| - - ''Get-AzSqlServerConfigurationOption'' |
244 |
| -
|
245 |
| -Az.Storage |
246 |
| -* Supported rename file and directory |
247 |
| - - ''Rename-AzStorageFile'' |
248 |
| - - ''Rename-AzStorageDirectory'' |
249 |
| -* Added a warning message for an upcoming breaking change when getting a single blob |
250 |
| - - ''Get-AzStorageBlob'' |
251 |
| -* Fixed the issue of listing blobs with leading slashes |
252 |
| - - ''Get-AzStorageBlob'' |
253 |
| -* Added support for sticky bit |
254 |
| - - ''New-AzDataLakeGen2Item'' |
255 |
| - - ''New-AzDataLakeGen2ACLObject'' |
256 |
| - - ''Update-AzDataLakeGen2Item'' |
257 |
| -* Added warning messages for an upcoming cmdlet breaking change |
258 |
| - - ''New-AzStorageAccount'' |
259 |
| - - ''Set-AzStorageAccount'' |
260 |
| -* Allowed to clear blob tags on a blob |
261 |
| - - ''Set-AzStorageBlobTag'' |
262 |
| -* Updated Azure.Core to 1.31.0 |
263 |
| -
|
264 |
| -Az.Synapse |
265 |
| -* Updated Azure.Core to 1.31.0. |
266 |
| -
|
267 |
| -Az.Websites |
268 |
| -* Fixed Tag parameter issues with ASE for ''New-AzWebApp'' |
| 190 | + ReleaseNotes = '9.7.1 - May 2023 |
| 191 | +Az.Websites 2.15.1 |
| 192 | +* Used AAD Auth instead of Basic Auth for PublishAzureWebApps |
269 | 193 | '
|
270 | 194 |
|
271 | 195 | # Prerelease string of this module
|
|
0 commit comments