Skip to content

Commit bd0871b

Browse files
authored
Corrected broken url links (#15969)
1 parent cbba6dc commit bd0871b

File tree

8 files changed

+13
-16
lines changed

8 files changed

+13
-16
lines changed

src/ApiManagement/ApiManagement/help/New-AzApiManagementApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PS D:\github\azure-powershell> New-AzApiManagementApi -Context $context -Name "e
4646
ApiId : 691b7d410125414a929c108541c60e06
4747
Name : echoapiv4
4848
Description : Create Echo Api V4
49-
ServiceUrl : https://echoapi.cloudapp.net/v4
49+
ServiceUrl : https://echoapi.cloudapp.net/v4
5050
Path : echov3
5151
ApiType : http
5252
Protocols : {Http, Https}
@@ -64,7 +64,7 @@ SubscriptionRequired : True
6464
ApiRevisionDescription :
6565
ApiVersionSetDescription :
6666
ApiVersionSetId : /subscriptions/subid/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/apiVersionSets/xmsVersionSet
67-
Id : /subscriptions/subid/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/apis/691b7d410125414a929c108541c60e06
67+
Id : /subscriptions/subid/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/apis/691b7d410125414a929c108541c60e06
6868
ResourceGroupName : Api-Default-West-US
6969
ServiceName : contoso
7070
```
@@ -76,7 +76,7 @@ This command creates an API `echoapiv3` in ApiVersionSet `xmsVersionSet` and cop
7676
Creates an API. (autogenerated)
7777

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

@@ -177,7 +177,7 @@ Accept wildcard characters: False
177177
```
178178
179179
### -BearerTokenSendingMethod
180-
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.
180+
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.
181181
182182
```yaml
183183
Type: System.String[]

src/ApiManagement/ApiManagement/help/Set-AzApiManagementApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Accept wildcard characters: False
117117
```
118118
119119
### -BearerTokenSendingMethod
120-
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.
120+
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.
121121
122122
```yaml
123123
Type: System.String[]

src/ApiManagement/ApiManagement/help/Set-AzApiManagementApiRevision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Accept wildcard characters: False
114114
```
115115
116116
### -BearerTokenSendingMethod
117-
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.
117+
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.
118118
119119
```yaml
120120
Type: System.String[]

src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageAccount.md

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

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

src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md

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

src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccountKey.md

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

src/Storage/Storage.Management/help/Invoke-AzStorageAccountFailover.md

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

2727
## DESCRIPTION
28-
Invokes failover of a Storage account. Failover request can be triggered for a storage account in case of availability issues.
28+
Invokes failover of a Storage account. Failover request can be triggered for a storage account in case of availability issues.
2929
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.
3030
Please understand the following impact to your storage account before you initiate the failover:
31-
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.
31+
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.
3232
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).
3333
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/
3434

src/Synapse/Synapse/help/New-AzSynapseGitRepositoryConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
8383
### -HostName
8484
GitHub Enterprise host name.
85-
For example: https://github.mydomain.com
85+
For example: `https://github.mydomain.com`
8686

8787
```yaml
8888
Type: System.String

0 commit comments

Comments
 (0)