Skip to content

Commit 76c79de

Browse files
authored
Corrected absolute link based on build warnings (MicrosoftDocs#1915)
1 parent 02340ee commit 76c79de

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs-conceptual/azps-6.4.0/release-notes-azureps.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@ title: Azure PowerShell release notes
33
description: Learn about all of the latest updates to the Azure PowerShell modules.
44
ms.devlang: powershell
55
ms.topic: conceptual
6-
ms.date: 08/03/2021
6+
ms.date: 09/29/2021
77
ms.custom: devx-track-azurepowershell
88
ms.service: azure-powershell
99
---
1010
# Azure PowerShell release notes
1111
## 6.4.0 - September 2021
1212
#### Az.Accounts
1313
* 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.
1616

1717
#### 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.
1919

2020
#### Az.ApiManagement
2121
* Added new 'Sync-AzApiManagementKeyVaultSecret' cmdlet.
2222
* Added new 'New-AzApiManagementKeyVaultObject' cmdlet.
2323
* 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
2525
- Added support for the new 'Isolated' SKU
2626
- Added support for managing Availability Zones using 'Zone' property
2727
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
2828
- 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
3030
- Added support for managing Availability Zones using 'Zone' property
3131
- 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
3333
- Added support for managing Availability Zones using 'Zone' property
3434
- 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
3636
- Added support for managing Availability Zones using 'Zone' property
3737
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
3838
* Updated cmdlet **New-AzApiManagementCustomHostnameConfiguration** to manage Custom Hostname Configuration
@@ -56,7 +56,7 @@ ms.service: azure-powershell
5656
- 'Update-AzRestorePointCollection'
5757
- 'Remove-AzRestorePoint'
5858
- '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
6060
* Added new cmdlets: 'Update-AzCapacityReservationGroup' and 'Update-AzCapacityReservation'
6161

6262
#### Az.CosmosDB
@@ -130,15 +130,15 @@ ms.service: azure-powershell
130130
- 'Start-AzStorageBlobCopy'
131131
- 'Stop-AzStorageBlobCopy'
132132
* Generate blob sas token with new API version
133-
- 'New-AzStorageBlobSASToken'
134-
- 'New-AzStorageContainerSASToken'
133+
- 'New-AzStorageBlobSASToken'
134+
- 'New-AzStorageContainerSASToken'
135135
- 'New-AzStorageAccountSASToken'
136136
* Fixed blob copy failure with OAuth credential when client and server has time difference [#15644]
137-
- 'Copy-AzStorageBlob'
137+
- 'Copy-AzStorageBlob'
138138
* Fixed remove Data Lake Gen2 item fail with readonly SAS token
139-
- 'Remove-AzDataLakeGen2Item'
139+
- 'Remove-AzDataLakeGen2Item'
140140
* Revised destination existing check in move Data Lake Gen2 item
141-
- 'Move-AzDataLakeGen2Item'
141+
- 'Move-AzDataLakeGen2Item'
142142

143143
#### Az.StorageSync
144144
* Added parameter sets to 'Invoke-AzStorageSyncChangeDetection'

0 commit comments

Comments
 (0)