File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,21 +54,21 @@ Load the API profile and administrator module for your version of Azure Stack.
54
54
55
55
``` PowerShell
56
56
Use-AzureRmProfile -Profile 2018-03-01-hybrid -Force
57
- Install-Module -Name AzureStack -RequiredVersion 1.5.0 -Force
57
+ Install-Module -Name AzureStack -RequiredVersion 1.5.0
58
58
```
59
59
60
60
- Azure Stack 1807 or earlier.
61
61
62
62
``` PowerShell
63
63
Use-AzureRmProfile -Profile 2017-03-09-profile -Force
64
- Install-Module -Name AzureStack -RequiredVersion 1.4.0 -Force
64
+ Install-Module -Name AzureStack -RequiredVersion 1.4.0
65
65
```
66
66
67
67
- Azure Stack 1804 or earlier.
68
68
69
69
``` PowerShell
70
70
Use-AzureRmProfile -Profile 2017-03-09-profile -Force
71
- Install-Module -Name AzureStack -RequiredVersion 1.2.11 -Force
71
+ Install-Module -Name AzureStack -RequiredVersion 1.2.11
72
72
```
73
73
74
74
Download the Azure Stack tools and connect.
You can’t perform that action at this time.
0 commit comments