@@ -231,7 +231,7 @@ If your repository isn't trusted or you need more information, see [Validate the
231
231
232
232
Install Azure PowerShell modules on your client that work with your device.
233
233
234
- 1. Run PowerShell as an administrator. You need access to PowerShell gallery.
234
+ 1. Run PowerShell as an administrator. You must have access to PowerShell gallery.
235
235
236
236
237
237
1. First verify that there are no existing versions of `AzureRM` and `Az` modules on your client. To check, run the following commands:
@@ -250,7 +250,7 @@ Install Azure PowerShell modules on your client that work with your device.
250
250
251
251
1. To install the required Azure PowerShell modules from the PowerShell Gallery, run the following command:
252
252
253
- - If your client is using PowerShell Core version 7.0 and later:
253
+ - If your client is using PowerShell Core version 7.0 or later:
254
254
255
255
```powershell
256
256
# Install the Az.BootStrapper module. Select Yes when prompted to install NuGet.
@@ -265,7 +265,7 @@ Install Azure PowerShell modules on your client that work with your device.
265
265
Get-Module -Name "Az*" -ListAvailable
266
266
```
267
267
268
- - If your client is using PowerShell 5.1 and later:
268
+ - If your client is using PowerShell 5.1 or later:
269
269
270
270
```powershell
271
271
#Install the Az module version 1.10.0
@@ -301,7 +301,7 @@ Install Azure PowerShell modules on your client that work with your device.
301
301
302
302
Install Azure PowerShell modules on your client that work with your device.
303
303
304
- 1. Run PowerShell as an administrator. You need access to PowerShell gallery.
304
+ 1. Run PowerShell as an administrator. You must have access to PowerShell gallery.
305
305
306
306
307
307
2. To install the required Azure PowerShell modules from the PowerShell Gallery, run the following command:
@@ -319,7 +319,7 @@ Install Azure PowerShell modules on your client that work with your device.
319
319
Get-Module -Name "Azure*" -ListAvailable
320
320
```
321
321
322
- Make sure that you have Azure-RM module version 2.5.0 running at the end of the installation.
322
+ Make sure you have Azure-RM module version 2.5.0 running at the end of the installation.
323
323
If you have an existing version of Azure-RM module that doesn't match the required version, uninstall using the following command:
324
324
325
325
`Get-Module -Name Azure* -ListAvailable | Uninstall-Module -Force -Verbose`
0 commit comments