Skip to content

Commit 2f827a8

Browse files
committed
Removing Force flag from Install-Module -Name AzureStack
1 parent 74d8e28 commit 2f827a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-stack/azure-stack-powershell-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Run the following PowerShell script to install these modules on your development
9696
# Install and import the API Version Profile required by Azure Stack into the current PowerShell session.
9797
Use-AzureRmProfile -Profile 2018-03-01-hybrid -Force
9898
99-
Install-Module -Name AzureStack -RequiredVersion 1.5.0 -Force
99+
Install-Module -Name AzureStack -RequiredVersion 1.5.0
100100
```
101101
102102
> [!Note]
@@ -107,15 +107,15 @@ Run the following PowerShell script to install these modules on your development
107107
```PowerShell
108108
Install-Module -Name AzureRm.BootStrapper
109109
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
111111
```
112112
113113
- Azure Stack 1804 or earlier.
114114
115115
```PowerShell
116116
Install-Module -Name AzureRm.BootStrapper
117117
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
119119
```
120120
121121
Confirm the installation by running the following command:

0 commit comments

Comments
 (0)