Skip to content

Commit aff795e

Browse files
authored
Merge pull request MicrosoftDocs#1926 from MicrosoftDocs/master
sync CI with master
2 parents 18fc3c9 + 9b7b4e9 commit aff795e

File tree

8,722 files changed

+2133
-1731327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,722 files changed

+2133
-1731327
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
"redirect_url": "/powershell/azure/",
5151
"redirect_document_id": false
5252
},
53+
{
54+
"source_path": "docs-conceptual/azps-6.4.0/overview.md",
55+
"redirect_url": "/powershell/azure/",
56+
"redirect_document_id": false
57+
},
5358
{
5459
"source_path": "docs-conceptual/azurermps-2.5.0/index.md",
5560
"redirect_url": "/powershell/azure/azurerm/overview",

azps-0.10.0/Az.Compute/Add-AzVMNetworkInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Accept wildcard characters: False
7878
7979
### -Id
8080
Specifies the ID of a network interface to add to a virtual machine.
81-
You can use the [Get-AzNetworkInterface](/module/az.network/get-aznetworkinterface) cmdlet to obtain a network interface.
81+
You can use the [Get-AzNetworkInterface](/powershell/module/az.network/get-aznetworkinterface) cmdlet to obtain a network interface.
8282
8383
```yaml
8484
Type: String

azps-5.9.0/Az.ApiManagement/New-AzApiManagementApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PS D:\github\azure-powershell> New-AzApiManagementApi -Context $context -Name "e
4848
ApiId : 691b7d410125414a929c108541c60e06
4949
Name : echoapiv4
5050
Description : Create Echo Api V4
51-
ServiceUrl : https://echoapi.cloudapp.net/v4
51+
ServiceUrl : https://echoapi.cloudapp.net/v4
5252
Path : echov3
5353
ApiType : http
5454
Protocols : {Http, Https}
@@ -66,7 +66,7 @@ SubscriptionRequired : True
6666
ApiRevisionDescription :
6767
ApiVersionSetDescription :
6868
ApiVersionSetId : /subscriptions/subid/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/apiVersionSets/xmsVersionSet
69-
Id : /subscriptions/subid/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/apis/691b7d410125414a929c108541c60e06
69+
Id : /subscriptions/subid/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/apis/691b7d410125414a929c108541c60e06
7070
ResourceGroupName : Api-Default-West-US
7171
ServiceName : contoso
7272
```
@@ -78,7 +78,7 @@ This command creates an API `echoapiv3` in ApiVersionSet `xmsVersionSet` and cop
7878
Creates an API. (autogenerated)
7979

8080
```powershell
81-
<!-- Aladdin Generated Example -->
81+
<!-- Aladdin Generated Example -->
8282
New-AzApiManagementApi -ApiId '0001' -Context <PsApiManagementContext> -Name 'Echo api' -Path 'echov3' -Protocols Http -ServiceUrl 'https://contoso.com/apis/echo'
8383
```
8484

@@ -179,7 +179,7 @@ Accept wildcard characters: False
179179
```
180180
181181
### -BearerTokenSendingMethod
182-
OpenId authorization server mechanism by which access token is passed to the API. Refer to http://tools.ietf.org/html/rfc6749#section-4. This parameter is optional. Default value is $null.
182+
OpenId authorization server mechanism by which access token is passed to the API. Refer to https://datatracker.ietf.org/doc/html/rfc6749#section-4. This parameter is optional. Default value is $null.
183183
184184
```yaml
185185
Type: System.String[]

azps-5.9.0/Az.ApiManagement/Set-AzApiManagementApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Accept wildcard characters: False
119119
```
120120
121121
### -BearerTokenSendingMethod
122-
OpenId authorization server mechanism by which access token is passed to the API. Refer to http://tools.ietf.org/html/rfc6749#section-4. This parameter is optional. Default value is $null.
122+
OpenId authorization server mechanism by which access token is passed to the API. Refer to https://datatracker.ietf.org/doc/html/rfc6749#section-4. This parameter is optional. Default value is $null.
123123
124124
```yaml
125125
Type: System.String[]

azps-5.9.0/Az.ApiManagement/Set-AzApiManagementApiRevision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Accept wildcard characters: False
116116
```
117117
118118
### -BearerTokenSendingMethod
119-
OpenId authorization server mechanism by which access token is passed to the API. Refer to http://tools.ietf.org/html/rfc6749#section-4. This parameter is optional. Default value is $null.
119+
OpenId authorization server mechanism by which access token is passed to the API. Refer to https://datatracker.ietf.org/doc/html/rfc6749#section-4. This parameter is optional. Default value is $null.
120120
121121
```yaml
122122
Type: System.String[]

azps-5.9.0/Az.KeyVault/Remove-AzKeyVaultManagedStorageAccount.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Disassociates Azure Storage Account 'mystorageaccount' from Key Vault 'myvault'
6868

6969
### Example 3: Permanently delete (purge) a Key Vault managed Azure Storage Account and all associated SAS definitions from a soft-delete-enabled vault.
7070
```powershell
71-
PS C:\> Remove-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount'
71+
PS C:\> Remove-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount'
7272
PS C:\> Get-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount' -InRemovedState
7373
PS C:\> Remove-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount' -InRemovedState
7474
```
@@ -233,5 +233,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
233233
234234
## RELATED LINKS
235235
236-
[https://msdn.microsoft.com/en-us/library/dn868052.aspx](https://msdn.microsoft.com/en-us/library/dn868052.aspx)
237-
236+
[Azure Key Vault PowerShell cmdlets](/powershell/module/az.keyvault/)

azps-5.9.0/Az.KeyVault/Remove-AzKeyVaultManagedStorageSasDefinition.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
220220
221221
## RELATED LINKS
222222
223-
[https://msdn.microsoft.com/en-us/library/dn868052.aspx](https://msdn.microsoft.com/en-us/library/dn868052.aspx)
224-
223+
[Azure Key Vault PowerShell cmdlets](/powershell/module/az.keyvault/)

azps-5.9.0/Az.KeyVault/Update-AzKeyVaultManagedStorageAccountKey.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
207207
208208
## RELATED LINKS
209209
210-
[https://msdn.microsoft.com/en-us/library/dn868052.aspx](https://msdn.microsoft.com/en-us/library/dn868052.aspx)
211-
210+
[Azure Key Vault PowerShell cmdlets](/powershell/module/az.keyvault/)

azps-5.9.0/Az.Storage/Invoke-AzStorageAccountFailover.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Invoke-AzStorageAccountFailover -InputObject <PSStorageAccount> [-Force] [-AsJob
2727
```
2828

2929
## DESCRIPTION
30-
Invokes failover of a Storage account. Failover request can be triggered for a storage account in case of availability issues.
30+
Invokes failover of a Storage account. Failover request can be triggered for a storage account in case of availability issues.
3131
The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover.
3232
Please understand the following impact to your storage account before you initiate the failover:
33-
1.1. Please check the Last Sync Time using GET Blob Service Stats (https://docs.microsoft.com/rest/api/storageservices/get-blob-service-stats), GET Table Service Stats (https://docs.microsoft.com/dotnet/api/microsoft.windowsazure.storage.table.cloudtableclient.getservicestats?view=azure-dotnet) and GET Queue Service Stats (https://docs.microsoft.com/dotnet/api/microsoft.windowsazure.storage.queue.cloudqueueclient.getservicestats?view=azure-dotnet) for your account. This is the data you may lose if you initiate the failover.
33+
1.1. Please check the Last Sync Time using GET Blob Service Stats (https://docs.microsoft.com/rest/api/storageservices/get-blob-service-stats), GET Table Service Stats (https://docs.microsoft.com/rest/api/storageservices/get-table-service-stats) and GET Queue Service Stats (https://docs.microsoft.com/rest/api/storageservices/get-queue-service-stats) for your account. This is the data you may lose if you initiate the failover.
3434
2.After the failover, your storage account type will be converted to locally redundant storage(LRS). You can convert your account to use geo-redundant storage(GRS).
3535
3.Once you re-enable GRS for your storage account, Microsoft will replicate data to your new secondary region. Replication time is dependent on the amount of data to replicate. Please note that there are bandwidth charges for the bootstrap. https://azure.microsoft.com/en-us/pricing/details/bandwidth/
3636

azps-6.2.1/Az.ADDomainServices/Az.ADDomainServices.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

azps-6.2.1/Az.ADDomainServices/Get-AzADDomainService.md

Lines changed: 0 additions & 197 deletions
This file was deleted.

0 commit comments

Comments
 (0)