File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
docs-conceptual/azps-6.4.0 Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,16 @@ done the same way as installing. Ensure you use the `Force` parameter with `Inst
120
120
reinstalling.
121
121
122
122
Unlike MSI-based installations, installing or updating using PowerShellGet does not remove older
123
- versions that may exist on your system. To remove old versions of the Az PowerShell module from your
124
- system, see [ Uninstall the Azure PowerShell module] ( uninstall-az-ps.md ) . For more information about
125
- MSI-based installations, see [ Install Azure PowerShell with an MSI] ( install-az-ps-msi.md ) .
123
+ versions that may exist on your system.
124
+
125
+ > [ !NOTE]
126
+ > Uninstallation can be complicated if you have more than one version of the Az PowerShell module
127
+ > installed. Because of this complexity, we only support uninstalling all versions of the Az
128
+ > PowerShell module that are currently installed.
129
+
130
+ To remove all versions of the Az PowerShell module from your system, see
131
+ [ Uninstall the Azure PowerShell module] ( uninstall-az-ps.md ) . For more information about MSI-based
132
+ installations, see [ Install Azure PowerShell with an MSI] ( install-az-ps-msi.md ) .
126
133
127
134
## Troubleshooting
128
135
You can’t perform that action at this time.
0 commit comments