Skip to content

Commit def6405

Browse files
committed
Fixed build errors
1 parent 30546e3 commit def6405

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs-conceptual/azps-2.0.0/context-persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ used in your last session.
5050
The cmdlets that allow you to manage Azure contexts also allow you fine grained control. If you
5151
want changes to apply only to the current PowerShell session (`Process` scope) or every PowerShell
5252
session (`CurrentUser` scope). These options are discussed in more detail in [Using Context
53-
Scopes](#Using-Context-Scopes).
53+
Scopes](#using-context-scopes).
5454

5555
## Running Azure PowerShell cmdlets as background jobs
5656

docs-conceptual/azps-2.0.0/migrate-az-1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This document describes the changes between the 6.x versions of AzureRM and Az v
2020
- [Removed modules](#removed-modules)
2121
- [Windows PowerShell 5.1 and .NET 4.7.2](#windows-powershell-51-and-net-472)
2222
- [Temporary removal of User login using PSCredential](#temporary-removal-of-user-login-using-pscredential)
23-
- [Default Device Code login instead of Web Browser prompt](#temporary-default-device-code-login-instead-of-web-browser-prompt)
23+
- [Default Device Code login instead of Web Browser prompt](#default-device-code-login-instead-of-web-browser-prompt)
2424
- [Module breaking changes](#module-breaking-changes)
2525
- [Az.ApiManagement (previously AzureRM.ApiManagement)](#azapimanagement-previously-azurermapimanagement)
2626
- [Az.Billing (previously AzureRM.Billing, AzureRM.Consumption, and AzureRM.UsageAggregates)](#azbilling-previously-azurermbilling-azurermconsumption-and-azurermusageaggregates)

docs-conceptual/azurermps-4.4.1/context-persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ will need to sign in to Azure every time you open a PowerShell session.
5555
The cmdlets that allow you to manage Azure contexts also allow you fine grained control. If you
5656
want changes to apply only to the current PowerShell session (`Process` scope) or every PowerShell
5757
session (`CurrentUser` scope). These options are discussed in mode detail in [Using Context
58-
Scopes](#Using-Context-Scopes).
58+
Scopes](#using-context-scopes).
5959

6060
## Running Azure PowerShell cmdlets as background jobs
6161

docs-conceptual/azurermps-5.7.0/context-persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ will need to sign in to Azure every time you open a PowerShell session.
5555
The cmdlets that allow you to manage Azure contexts also allow you fine grained control. If you
5656
want changes to apply only to the current PowerShell session (`Process` scope) or every PowerShell
5757
session (`CurrentUser` scope). These options are discussed in mode detail in [Using Context
58-
Scopes](#Using-Context-Scopes).
58+
Scopes](#using-context-scopes).
5959

6060
## Running Azure PowerShell cmdlets as background jobs
6161

docs-conceptual/azurermps-6.13.0/context-persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Each new PowerShell session targets the context used in your last session.
5252
The cmdlets that allow you to manage Azure contexts also allow you fine grained control. If you
5353
want changes to apply only to the current PowerShell session (`Process` scope) or every PowerShell
5454
session (`CurrentUser` scope). These options are discussed in mode detail in [Using Context
55-
Scopes](#Using-Context-Scopes).
55+
Scopes](#using-context-scopes).
5656

5757
## Running Azure PowerShell cmdlets as background jobs
5858

0 commit comments

Comments
 (0)