File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Run the following PowerShell script to install these modules on your development
96
96
# Install and import the API Version Profile required by Azure Stack into the current PowerShell session.
97
97
Use-AzureRmProfile -Profile 2018-03-01-hybrid -Force
98
98
99
- Install-Module -Name AzureStack -RequiredVersion 1.5.0 -Force
99
+ Install-Module -Name AzureStack -RequiredVersion 1.5.0
100
100
```
101
101
102
102
> [!Note]
@@ -107,15 +107,15 @@ Run the following PowerShell script to install these modules on your development
107
107
```PowerShell
108
108
Install-Module -Name AzureRm.BootStrapper
109
109
Use-AzureRmProfile -Profile 2017-03-09-profile -Force
110
- Install-Module -Name AzureStack -RequiredVersion 1.4.0 -Force
110
+ Install-Module -Name AzureStack -RequiredVersion 1.4.0
111
111
```
112
112
113
113
- Azure Stack 1804 or earlier.
114
114
115
115
```PowerShell
116
116
Install-Module -Name AzureRm.BootStrapper
117
117
Use-AzureRmProfile -Profile 2017-03-09-profile -Force
118
- Install-Module -Name AzureStack -RequiredVersion 1.2.11 -Force
118
+ Install-Module -Name AzureStack -RequiredVersion 1.2.11
119
119
```
120
120
121
121
Confirm the installation by running the following command:
You can’t perform that action at this time.
0 commit comments