You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As an IT admin, I need to understand how to connect to Azure Resource Manager on my Azure Stack Edge Pro device so that I can manage resources.
@@ -273,10 +273,10 @@ You will install Azure PowerShell modules on your client that will work with you
273
273
Install-Module -Name Az -RequiredVersion 1.10.0
274
274
```
275
275
276
-
3. Make sure that you have Az module version 1.10.0 running at the end of the installation.
276
+
3. Make sure that you have the correct Az module version running at the end of the installation.
277
277
278
278
279
-
If you used PowerShell 7 and later, the example output below indicates that the Az version 1.10.0 modules were installed successfully.
279
+
If you used PowerShell 7 or later, the example output below indicates that the Az version 2.0.1 (or later) modules were installed successfully.
280
280
281
281
```output
282
282
@@ -286,13 +286,13 @@ You will install Azure PowerShell modules on your client that will work with you
0 commit comments