@@ -32,7 +32,7 @@ your platform.
32
32
>
33
33
> It's not possible to have both the ` AzureRM ` and ` Az ` modules installed on a system at the same time. In order to install
34
34
> 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 ) .
36
36
37
37
To install modules at a global scope, you need elevated privileges to install modules from the PowerShell Gallery. To install Azure PowerShell,
38
38
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
90
90
Update-Module -Name Az
91
91
```
92
92
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 ) .
94
94
95
95
## Use multiple versions of Azure PowerShell
96
96
@@ -101,7 +101,7 @@ command:
101
101
Get-Module -Name Az -List | select Name,Version
102
102
```
103
103
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 ) .
105
105
106
106
You can load a specific version of the ` Az ` module by providing the ` -RequiredVersion ` argument to ` Install-Module ` or ` Import-Module ` :
107
107
0 commit comments