Skip to content

Commit c8fcb14

Browse files
authored
Migration to learn for azps 9.0.0 ref docs (MicrosoftDocs#2345)
1 parent febeabd commit c8fcb14

File tree

5,875 files changed

+13755
-13755
lines changed

Some content is hidden

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

5,875 files changed

+13755
-13755
lines changed

azps-9.0.0/Az.ADDomainServices/Az.ADDomainServices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Module Name: Az.ADDomainServices
33
Module Guid: bba49006-4c09-406e-8fad-dd48d1b381e7
4-
Download Help Link: https://docs.microsoft.com/powershell/module/az.addomainservices
4+
Download Help Link: https://learn.microsoft.com/powershell/module/az.addomainservices
55
Help Version: 1.0.0.0
66
Locale: en-US
77
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/Az.ADDomainServices.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
external help file:
2+
external help file:
33
Module Name: Az.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.addomainservices/get-azaddomainservice
4+
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/get-azaddomainservice
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/Get-AzADDomainService.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/Get-AzADDomainService.md

azps-9.0.0/Az.ADDomainServices/New-AzADDomainService.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
external help file:
2+
external help file:
33
Module Name: Az.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
4+
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/New-AzADDomainService.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/New-AzADDomainService.md
@@ -50,12 +50,12 @@ youriADdomain youriAddomain.com westus Enterprise
5050

5151
Create a new ADDomainService
5252

53-
### Example 2: Create new ADDomainService with certificate
53+
### Example 2: Create new ADDomainService with certificate
5454
```powershell
5555
# Variables
5656
$replicaSet = New-AzADDomainServiceReplicaSet -Location westus -SubnetId /subscriptions/********-****-****-****-**********/resourceGroups/yishitest/providers/Microsoft.Network/virtualNetworks/aadds-vnet/subnets/default\
5757
$certificateBytes = Get-Content "certificate.pfx" -AsByteStream
58-
$base64String = [System.Convert]::ToBase64String($certificateBytes)
58+
$base64String = [System.Convert]::ToBase64String($certificateBytes)
5959
$ldaps_pfx_pass = "MyStrongPassword"
6060
6161
New-AzADDomainService -Name youriADdomain -ResourceGroupName youriAddomain -DomainName youriAddomain.com -ReplicaSet $replicaSet -LdapSettingLdaps Enabled -LdapSettingPfxCertificate $base64String -LdapSettingPfxCertificatePassword $($ldaps_pfx_pass | ConvertTo-SecureString -Force -AsPlainText)

azps-9.0.0/Az.ADDomainServices/New-AzADDomainServiceForestTrustObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
external help file:
2+
external help file:
33
Module Name: Az.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
4+
online version: https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/New-AzADDomainServiceForestTrustObject.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/New-AzADDomainServiceForestTrustObject.md

azps-9.0.0/Az.ADDomainServices/New-AzADDomainServiceReplicaSetObject.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
external help file:
2+
external help file:
33
Module Name: Az.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
4+
online version: https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/New-AzADDomainServiceReplicaSetObject.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/New-AzADDomainServiceReplicaSetObject.md
@@ -31,7 +31,7 @@ New-AzADDomainServiceReplicaSetObject -Location westus -SubnetId /subscriptions/
3131
```output
3232
DomainControllerIPAddress ExternalAccessIPAddress HealthLastEvaluated Location ServiceStatus SubnetId
3333
------------------------- ----------------------- ------------------- -------- ------------- --------
34-
westus /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resource…
34+
westus /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resource…
3535
```
3636

3737
Create an in-memory object for ReplicaSet.

azps-9.0.0/Az.ADDomainServices/Remove-AzADDomainService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
external help file:
2+
external help file:
33
Module Name: Az.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.addomainservices/remove-azaddomainservice
4+
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/remove-azaddomainservice
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/Remove-AzADDomainService.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/Remove-AzADDomainService.md

azps-9.0.0/Az.ADDomainServices/Update-AzADDomainService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
external help file:
2+
external help file:
33
Module Name: Az.ADDomainServices
4-
online version: https://docs.microsoft.com/powershell/module/az.addomainservices/update-azaddomainservice
4+
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/update-azaddomainservice
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/Update-AzADDomainService.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/ADDomainServices/help/Update-AzADDomainService.md

azps-9.0.0/Az.Accounts/Add-AzEnvironment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/add-azenvironment
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/add-azenvironment
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Add-AzEnvironment.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Add-AzEnvironment.md
@@ -110,7 +110,7 @@ ExtendedProperties : {}
110110
BatchEndpointResourceId :
111111
```
112112

113-
In this example we are creating a new Azure environment with sample endpoints using Add-AzEnvironment, and then we are changing the value of the ActiveDirectoryEndpoint and GraphEndpoint attributes of the created environment using the cmdlet Set-AzEnvironment.
113+
In this example we are creating a new Azure environment with sample endpoints using Add-AzEnvironment, and then we are changing the value of the ActiveDirectoryEndpoint and GraphEndpoint attributes of the created environment using the cmdlet Set-AzEnvironment.
114114

115115
### Example 2: Discovering a new environment via Uri
116116
```powershell

azps-9.0.0/Az.Accounts/Az.Accounts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Module Name: Az.Accounts
33
Module Guid: 342714fc-4009-4863-8afb-a9067e3db04b
4-
Download Help Link: https://docs.microsoft.com/powershell/module/az.accounts
4+
Download Help Link: https://learn.microsoft.com/powershell/module/az.accounts
55
Help Version: 4.6.0.0
66
Locale: en-US
77
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Az.Accounts.md
@@ -45,7 +45,7 @@ Disconnects a connected Azure account and removes all credentials and contexts a
4545
Azure contexts are PowerShell objects representing your active subscription to run commands against,
4646
and the authentication information needed to connect to an Azure cloud. With Azure contexts, Azure
4747
PowerShell doesn't need to reauthenticate your account each time you switch subscriptions. For more
48-
information, see [Azure PowerShell context objects](https://docs.microsoft.com/powershell/azure/context-persistence).
48+
information, see [Azure PowerShell context objects](https://learn.microsoft.com/powershell/azure/context-persistence).
4949

5050
This cmdlet allows the Azure context information to be saved and automatically loaded when you start
5151
a PowerShell process. For example, when opening a new window.
@@ -71,7 +71,7 @@ Gets the configs of Azure PowerShell.
7171
Gets the metadata used to authenticate Azure Resource Manager requests.
7272

7373
### [Get-AzContextAutosaveSetting](Get-AzContextAutosaveSetting.md)
74-
Display metadata about the context autosave feature, including whether the context is
74+
Display metadata about the context autosave feature, including whether the context is
7575
automatically saved, and where saved context and credential information can be found.
7676

7777
### [Get-AzDefault](Get-AzDefault.md)

azps-9.0.0/Az.Accounts/Clear-AzConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/clear-azconfig
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/clear-azconfig
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Clear-AzConfig.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Clear-AzConfig.md

azps-9.0.0/Az.Accounts/Clear-AzContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/clear-azcontext
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/clear-azcontext
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Clear-AzContext.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Clear-AzContext.md

azps-9.0.0/Az.Accounts/Clear-AzDefault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/clear-azdefault
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/clear-azdefault
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Clear-AzDefault.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Clear-AzDefault.md
@@ -20,7 +20,7 @@ Clear-AzDefault [-ResourceGroup] [-PassThru] [-Force] [-Scope <ContextModificati
2020
```
2121

2222
## DESCRIPTION
23-
The Clear-AzDefault cmdlet removes the defaults set by
23+
The Clear-AzDefault cmdlet removes the defaults set by
2424
the user depending on the switch parameters specified by the user.
2525

2626
## EXAMPLES

azps-9.0.0/Az.Accounts/Connect-AzAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/connect-azaccount
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Connect-AzAccount.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Connect-AzAccount.md

azps-9.0.0/Az.Accounts/Disable-AzContextAutosave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/disable-azcontextautosave
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/disable-azcontextautosave
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Disable-AzContextAutosave.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Disable-AzContextAutosave.md

azps-9.0.0/Az.Accounts/Disable-AzDataCollection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/disable-azdatacollection
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/disable-azdatacollection
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Disable-AzDataCollection.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Disable-AzDataCollection.md

azps-9.0.0/Az.Accounts/Disable-AzureRmAlias.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/disable-azurermalias
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/disable-azurermalias
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Disable-AzureRmAlias.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Disable-AzureRmAlias.md
@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
```
8888
8989
### -Scope
90-
Indicates what scope aliases should be disabled for.
90+
Indicates what scope aliases should be disabled for.
9191
Default is 'Process'
9292
9393
```yaml

azps-9.0.0/Az.Accounts/Disconnect-AzAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/disconnect-azaccount
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/disconnect-azaccount
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Disconnect-AzAccount.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Disconnect-AzAccount.md

azps-9.0.0/Az.Accounts/Enable-AzContextAutosave.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/enable-azcontextautosave
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/enable-azcontextautosave
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Enable-AzContextAutosave.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Enable-AzContextAutosave.md
@@ -13,7 +13,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
Azure contexts are PowerShell objects representing your active subscription to run commands against,
1414
and the authentication information needed to connect to an Azure cloud. With Azure contexts, Azure
1515
PowerShell doesn't need to reauthenticate your account each time you switch subscriptions. For more
16-
information, see [Azure PowerShell context objects](https://docs.microsoft.com/powershell/azure/context-persistence).
16+
information, see [Azure PowerShell context objects](https://learn.microsoft.com/powershell/azure/context-persistence).
1717

1818
This cmdlet allows the Azure context information to be saved and automatically loaded when you start
1919
a PowerShell process. For example, when opening a new window.

azps-9.0.0/Az.Accounts/Enable-AzDataCollection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/enable-azdatacollection
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/enable-azdatacollection
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Enable-AzDataCollection.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Enable-AzDataCollection.md

azps-9.0.0/Az.Accounts/Enable-AzureRmAlias.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/enable-azurermalias
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/enable-azurermalias
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Enable-AzureRmAlias.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Enable-AzureRmAlias.md
@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
```
8888
8989
### -Scope
90-
Indicates what scope aliases should be enabled for.
90+
Indicates what scope aliases should be enabled for.
9191
Default is 'Local'
9292
9393
```yaml

azps-9.0.0/Az.Accounts/Export-AzConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/export-azconfig
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/export-azconfig
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Export-AzConfig.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Export-AzConfig.md

azps-9.0.0/Az.Accounts/Get-AzAccessToken.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/get-azaccesstoken
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/get-azaccesstoken
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Get-AzAccessToken.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Get-AzAccessToken.md

azps-9.0.0/Az.Accounts/Get-AzConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/get-azconfig
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/get-azconfig
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Get-AzConfig.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Get-AzConfig.md

azps-9.0.0/Az.Accounts/Get-AzContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll-Help.xml
33
Module Name: Az.Accounts
4-
online version: https://docs.microsoft.com/powershell/module/az.accounts/get-azcontext
4+
online version: https://learn.microsoft.com/powershell/module/az.accounts/get-azcontext
55
schema: 2.0.0
66
content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Get-AzContext.md
77
original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/src/Accounts/Accounts/help/Get-AzContext.md

0 commit comments

Comments
 (0)