Skip to content

sync CI with master #1926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
80c0cb5
Fixes #1874 - Added AzureRM coexistence note to install section (#1879)
mikefrobbins Sep 3, 2021
cfd6bd1
Moved azurerm coexistence note to windows install section (#1880)
mikefrobbins Sep 3, 2021
4d5e8d2
Merge pull request #1884 from MicrosoftDocs/CI
huypub Sep 7, 2021
4c7af4b
Cleanup of azps 6.2.1 docs (#1888)
mikefrobbins Sep 7, 2021
7bcfa50
Updated index page link for azps 6.4.0 ref content (#1889)
mikefrobbins Sep 7, 2021
c841836
Added redirection for azps 6.4.0 overview page (#1890)
mikefrobbins Sep 7, 2021
4479a1b
revert change detection docs to remove full share verbiage (#1892)
geolivo Sep 9, 2021
ba0e3e1
Sync changes from azps 6.3.0 (#1893)
mikefrobbins Sep 9, 2021
f6525ed
Updated folders that search engines follow (#1898)
mikefrobbins Sep 13, 2021
44017af
Added info about the values of the HTTP_PROXY and HTTPS_PROXY var (#1…
dcaro Sep 15, 2021
b819617
Update azureps-support-lifecycle.md (#1904)
isra-fel Sep 27, 2021
e285473
Added what is azure powershell article (#1901)
mikefrobbins Sep 27, 2021
d9fe5fb
Refresh of conceptual docs for azps 6.4.0 (#1906)
mikefrobbins Sep 28, 2021
7f3c1df
Corrected broken links based on build report (#1907)
mikefrobbins Sep 28, 2021
b888405
Issue config for different repos (#1908)
mikefrobbins Sep 28, 2021
1136490
Update docfx.json (#1910)
JasonWHowell Sep 29, 2021
95c3d65
Cleanup of docfx file (#1913)
mikefrobbins Sep 29, 2021
02340ee
Azurerm cleanup (#1914)
mikefrobbins Sep 29, 2021
76c79de
Corrected absolute link based on build warnings (#1915)
mikefrobbins Sep 29, 2021
1063ff6
Fixes #1911 (#1917)
mikefrobbins Sep 29, 2021
6bebeff
Refresh of azps docs (#1919)
mikefrobbins Sep 29, 2021
ca77553
Cleanup of azurerm docs (#1920)
mikefrobbins Sep 29, 2021
702e81f
Refresh of articles (#1923)
mikefrobbins Oct 5, 2021
9b7b4e9
Fixing typos and update versions (#1922)
dcaro Oct 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"redirect_url": "/powershell/azure/",
"redirect_document_id": false
},
{
"source_path": "docs-conceptual/azps-6.4.0/overview.md",
"redirect_url": "/powershell/azure/",
"redirect_document_id": false
},
{
"source_path": "docs-conceptual/azurermps-2.5.0/index.md",
"redirect_url": "/powershell/azure/azurerm/overview",
Expand Down
2 changes: 1 addition & 1 deletion azps-0.10.0/Az.Compute/Add-AzVMNetworkInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Accept wildcard characters: False

### -Id
Specifies the ID of a network interface to add to a virtual machine.
You can use the [Get-AzNetworkInterface](/module/az.network/get-aznetworkinterface) cmdlet to obtain a network interface.
You can use the [Get-AzNetworkInterface](/powershell/module/az.network/get-aznetworkinterface) cmdlet to obtain a network interface.

```yaml
Type: String
Expand Down
8 changes: 4 additions & 4 deletions azps-5.9.0/Az.ApiManagement/New-AzApiManagementApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PS D:\github\azure-powershell> New-AzApiManagementApi -Context $context -Name "e
ApiId : 691b7d410125414a929c108541c60e06
Name : echoapiv4
Description : Create Echo Api V4
ServiceUrl : https://echoapi.cloudapp.net/v4
ServiceUrl : https://echoapi.cloudapp.net/v4
Path : echov3
ApiType : http
Protocols : {Http, Https}
Expand All @@ -66,7 +66,7 @@ SubscriptionRequired : True
ApiRevisionDescription :
ApiVersionSetDescription :
ApiVersionSetId : /subscriptions/subid/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/apiVersionSets/xmsVersionSet
Id : /subscriptions/subid/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/apis/691b7d410125414a929c108541c60e06
Id : /subscriptions/subid/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/apis/691b7d410125414a929c108541c60e06
ResourceGroupName : Api-Default-West-US
ServiceName : contoso
```
Expand All @@ -78,7 +78,7 @@ This command creates an API `echoapiv3` in ApiVersionSet `xmsVersionSet` and cop
Creates an API. (autogenerated)

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

Expand Down Expand Up @@ -179,7 +179,7 @@ Accept wildcard characters: False
```

### -BearerTokenSendingMethod
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.
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.

```yaml
Type: System.String[]
Expand Down
2 changes: 1 addition & 1 deletion azps-5.9.0/Az.ApiManagement/Set-AzApiManagementApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Accept wildcard characters: False
```

### -BearerTokenSendingMethod
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.
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.

```yaml
Type: System.String[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Accept wildcard characters: False
```

### -BearerTokenSendingMethod
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.
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.

```yaml
Type: System.String[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Disassociates Azure Storage Account 'mystorageaccount' from Key Vault 'myvault'

### Example 3: Permanently delete (purge) a Key Vault managed Azure Storage Account and all associated SAS definitions from a soft-delete-enabled vault.
```powershell
PS C:\> Remove-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount'
PS C:\> Remove-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount'
PS C:\> Get-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount' -InRemovedState
PS C:\> Remove-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount' -InRemovedState
```
Expand Down Expand Up @@ -233,5 +233,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[https://msdn.microsoft.com/en-us/library/dn868052.aspx](https://msdn.microsoft.com/en-us/library/dn868052.aspx)

[Azure Key Vault PowerShell cmdlets](/powershell/module/az.keyvault/)
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[https://msdn.microsoft.com/en-us/library/dn868052.aspx](https://msdn.microsoft.com/en-us/library/dn868052.aspx)

[Azure Key Vault PowerShell cmdlets](/powershell/module/az.keyvault/)
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[https://msdn.microsoft.com/en-us/library/dn868052.aspx](https://msdn.microsoft.com/en-us/library/dn868052.aspx)

[Azure Key Vault PowerShell cmdlets](/powershell/module/az.keyvault/)
4 changes: 2 additions & 2 deletions azps-5.9.0/Az.Storage/Invoke-AzStorageAccountFailover.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Invoke-AzStorageAccountFailover -InputObject <PSStorageAccount> [-Force] [-AsJob
```

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

Expand Down
35 changes: 0 additions & 35 deletions azps-6.2.1/Az.ADDomainServices/Az.ADDomainServices.md

This file was deleted.

197 changes: 0 additions & 197 deletions azps-6.2.1/Az.ADDomainServices/Get-AzADDomainService.md

This file was deleted.

Loading