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 @@ -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