Skip to content

Commit 495c884

Browse files
sijumanknithinc
authored andcommitted
Identity update (#515)
* Identity update * Verbage change
1 parent ad4bffe commit 495c884

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

Identity/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@
55

66
As a prerequisite, make sure that you installed the correct PowerShell modules and versions:
77

8-
For Azure stack 1901 or later
8+
For Azure Stack 1904 to 1907
9+
10+
Install the AzureRM.BootStrapper module. Select Yes when prompted to install NuGet
11+
Install-Module -Name AzureRM.BootStrapper
12+
13+
Install and import the API Version Profile required by Azure Stack into the current PowerShell session.
14+
Use-AzureRmProfile -Profile 2019-03-01-hybrid -Force
15+
Install-Module -Name AzureStack -RequiredVersion 1.7.2
16+
17+
18+
19+
For Azure stack 1901 to 1903
920

1021
```powershell
1122
Install-Module -Name AzureRM -RequiredVersion 2.4.0
12-
Install-Module -Name AzureStack -RequiredVersion 1.7.0
23+
Install-Module -Name AzureStack -RequiredVersion 1.7.1
1324
```
1425

1526
For all other azure stack versions, please follow the instructions at https://aka.ms/azspsh for the needed azure powershell

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,20 @@ To use these tools, obtain Azure Stack compatible Azure PowerShell module. Unles
2121

2222
For PowerShell, install the following:
2323

24-
For Azure stack 1901 or later
24+
For Azure Stack 1904 to 1907
25+
26+
Install the AzureRM.BootStrapper module. Select Yes when prompted to install NuGet
27+
Install-Module -Name AzureRM.BootStrapper
28+
29+
Install and import the API Version Profile required by Azure Stack into the current PowerShell session.
30+
Use-AzureRmProfile -Profile 2019-03-01-hybrid -Force
31+
Install-Module -Name AzureStack -RequiredVersion 1.7.2
32+
33+
For Azure stack 1901 to 1903
2534

2635
```powershell
2736
Install-Module -Name AzureRM -RequiredVersion 2.4.0
28-
Install-Module -Name AzureStack -RequiredVersion 1.7.0
37+
Install-Module -Name AzureStack -RequiredVersion 1.7.1
2938
```
3039

3140
For all other azure stack versions, please follow the instructions at https://aka.ms/azspsh for the needed azure powershell

0 commit comments

Comments
 (0)