@@ -3,36 +3,36 @@ title: Azure PowerShell release notes
3
3
description : Learn about all of the latest updates to the Azure PowerShell modules.
4
4
ms.devlang : powershell
5
5
ms.topic : conceptual
6
- ms.date : 08/03 /2021
6
+ ms.date : 09/29 /2021
7
7
ms.custom : devx-track-azurepowershell
8
8
ms.service : azure-powershell
9
9
---
10
10
# Azure PowerShell release notes
11
11
## 6.4.0 - September 2021
12
12
#### Az.Accounts
13
13
* Corrected the URLs to Azure Portal in the results of 'Get-AzEnvironment' and 'Get-AzContext'. [ #15429 ]
14
- * Made infrastructural changes to support overriding default subscription via a ' -SubscriptionId <String >' parameter.
15
- - [ Az.Aks] ( https://docs.microsoft.com /powershell/module/az.aks/get-azakscluster) is the first module that supports it.
14
+ * Made infrastructural changes to support overriding default subscription via a ` -SubscriptionId <String> ` parameter.
15
+ - [ Az.Aks] ( /powershell/module/az.aks/get-azakscluster ) is the first module that supports it.
16
16
17
17
#### Az.Aks
18
- * Made ' -Subscription <String >' available in all Aks cmdlets. You can manage Aks resources in other subscriptions without switching the context.
18
+ * Made ` -Subscription <String> ` available in all Aks cmdlets. You can manage Aks resources in other subscriptions without switching the context.
19
19
20
20
#### Az.ApiManagement
21
21
* Added new 'Sync-AzApiManagementKeyVaultSecret' cmdlet.
22
22
* Added new 'New-AzApiManagementKeyVaultObject' cmdlet.
23
23
* Added new optional [ -useFromLocation] parameter to the 'Get-ApiManagementCache' 'New-ApiManagementCache''Update-ApiManagementCache' cmdlet.
24
- * Updated cmdlet ** New-AzApiManagement** to manage ApiManagement service
24
+ * Updated cmdlet ** New-AzApiManagement** to manage ApiManagement service
25
25
- Added support for the new 'Isolated' SKU
26
26
- Added support for managing Availability Zones using 'Zone' property
27
27
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
28
28
- Added support for managing the minimum Api Version to allow for Control Plane using 'MinimalControlPlaneApiVersion' property.
29
- * Updated cmdlet ** New-AzApiManagementRegion** to manage ApiManagement service
29
+ * Updated cmdlet ** New-AzApiManagementRegion** to manage ApiManagement service
30
30
- Added support for managing Availability Zones using 'Zone' property
31
31
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
32
- * Updated cmdlet ** Add-AzApiManagementRegion** to manage ApiManagement service
32
+ * Updated cmdlet ** Add-AzApiManagementRegion** to manage ApiManagement service
33
33
- Added support for managing Availability Zones using 'Zone' property
34
34
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
35
- * Updated cmdlet ** Update-AzApiManagementRegion** to manage ApiManagement service
35
+ * Updated cmdlet ** Update-AzApiManagementRegion** to manage ApiManagement service
36
36
- Added support for managing Availability Zones using 'Zone' property
37
37
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
38
38
* Updated cmdlet ** New-AzApiManagementCustomHostnameConfiguration** to manage Custom Hostname Configuration
@@ -56,7 +56,7 @@ ms.service: azure-powershell
56
56
- 'Update-AzRestorePointCollection'
57
57
- 'Remove-AzRestorePoint'
58
58
- 'Remove-AzRestorePointCollection'
59
- * Added new parameters '-EnableSpotRestore' and '-SpotRestoreTimeout' to 'New-AzVMSSConfig' to enable Spot Restore Policy
59
+ * Added new parameters '-EnableSpotRestore' and '-SpotRestoreTimeout' to 'New-AzVMSSConfig' to enable Spot Restore Policy
60
60
* Added new cmdlets: 'Update-AzCapacityReservationGroup' and 'Update-AzCapacityReservation'
61
61
62
62
#### Az.CosmosDB
@@ -130,15 +130,15 @@ ms.service: azure-powershell
130
130
- 'Start-AzStorageBlobCopy'
131
131
- 'Stop-AzStorageBlobCopy'
132
132
* Generate blob sas token with new API version
133
- - 'New-AzStorageBlobSASToken'
134
- - 'New-AzStorageContainerSASToken'
133
+ - 'New-AzStorageBlobSASToken'
134
+ - 'New-AzStorageContainerSASToken'
135
135
- 'New-AzStorageAccountSASToken'
136
136
* Fixed blob copy failure with OAuth credential when client and server has time difference [ #15644 ]
137
- - 'Copy-AzStorageBlob'
137
+ - 'Copy-AzStorageBlob'
138
138
* Fixed remove Data Lake Gen2 item fail with readonly SAS token
139
- - 'Remove-AzDataLakeGen2Item'
139
+ - 'Remove-AzDataLakeGen2Item'
140
140
* Revised destination existing check in move Data Lake Gen2 item
141
- - 'Move-AzDataLakeGen2Item'
141
+ - 'Move-AzDataLakeGen2Item'
142
142
143
143
#### Az.StorageSync
144
144
* Added parameter sets to 'Invoke-AzStorageSyncChangeDetection'
0 commit comments