Skip to content

Commit 45e4ae4

Browse files
author
Stephen Tramer
committed
Fix build issues.
1 parent b85e4cb commit 45e4ae4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs-conceptual/azurermps-6.12.0/install-az-ps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ your platform.
3232
>
3333
> It's not possible to have both the `AzureRM` and `Az` modules installed on a system at the same time. In order to install
3434
> the `Az` module, `AzureRM` must be uninstalled. For instructions on how to do that, see
35-
> [Uninstall the Azure PowerShell module (AzureRM)](/powershell/azure/uninstall-azurerm-ps?view=azurermps-6.11.0).
35+
> [Uninstall the Azure PowerShell module (AzureRM)](uninstall-azurerm-ps.md).
3636
3737
To install modules at a global scope, you need elevated privileges to install modules from the PowerShell Gallery. To install Azure PowerShell,
3838
run the following command in an elevated session ("Run as Administrator" on Windows, or with superuser privileges on macOS or Linux):
@@ -90,7 +90,7 @@ You can update your Azure PowerShell installation by running [Update-Module](/po
9090
Update-Module -Name Az
9191
```
9292

93-
If you want to remove older versions of Azure PowerShell from your system, see [Uninstall the Azure PowerShell module](uninstall-az-ps.md).
93+
If you want to remove older versions of Azure PowerShell from your system, see [Uninstall the Azure PowerShell module](uninstall-azurerm-ps.md).
9494

9595
## Use multiple versions of Azure PowerShell
9696

@@ -101,7 +101,7 @@ command:
101101
Get-Module -Name Az -List | select Name,Version
102102
```
103103

104-
To remove a version of Azure PowerShell, see [Uninstall the Azure PowerShell module](uninstall-az-ps.md).
104+
To remove a version of Azure PowerShell, see [Uninstall the Azure PowerShell module](uninstall-azurerm-ps.md).
105105

106106
You can load a specific version of the `Az` module by providing the `-RequiredVersion` argument to `Install-Module` or `Import-Module`:
107107

docs-conceptual/azurermps-6.12.0/install-azurerm-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For instructions to install Azure PowerShell on other platforms, see [Install an
2020
The Azure classic deployment model is not supported by this version of Azure PowerShell. For support for classic deployments,
2121
follow the instructions in [Install the Azure PowerShell Service Management module](/powershell/azure/servicemanagement/install-azure-ps).
2222

23-
[!INCLUDE[az-replacing-azurerm.md](../includes/az-replacing-azurerm.md)]
23+
[!INCLUDE[az-replacing-azurerm](../includes/az-replacing-azurerm.md)]
2424

2525
## Requirements
2626

docs-conceptual/azurermps-6.12.0/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following samples can help you learn how to perform common scenarios with Az
2828
* [Web Apps](/azure/app-service-web/app-service-powershell-samples?toc=/powershell/azure/toc.json)
2929
* [SQL Databases](/azure/sql-database/sql-database-powershell-samples?toc=/powershell/azure/toc.json)
3030

31-
[!INCLUDE[az-replacing-azurerm.md](../includes/az-replacing-azurerm.md)]
31+
[!INCLUDE[az-replacing-azurerm](../includes/az-replacing-azurerm.md)]
3232

3333
## Learn PowerShell basics
3434

0 commit comments

Comments
 (0)