Skip to content

Commit edffc8b

Browse files
bganapaknithinc
authored andcommitted
updating to tools to refere to the 2018-03-01-hybrid release (#461)
* updating to tools to refere to the 2018-03-01-hybrid release * Adding 1808+ / < 1807 instructions in the read me
1 parent 2b94b8d commit edffc8b

File tree

5 files changed

+50
-4
lines changed

5 files changed

+50
-4
lines changed

Connect/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
For Azure stack 1808 or later
6+
7+
```powershell
8+
Install-Module -Name 'AzureRm.Bootstrapper'
9+
Install-AzureRmProfile -profile '2018-03-01-hybrid' -Force
10+
Install-Module -Name AzureStack -RequiredVersion 1.5.0
11+
```
12+
13+
For azure stack 1807 or earlier
14+
515
```powershell
616
Install-Module -Name 'AzureRm.Bootstrapper'
717
Install-AzureRmProfile -profile '2017-03-09-profile' -Force

Identity/README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
// Place your settings in this file to overwrite the default settings
22
{
33
"workbench.colorTheme": "Abyss"
4-
}nstall-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser
5-
Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser
6-
Install-Module -Name AzureStack -RequiredVersion 1.2.9 -Scope CurrentUser
4+
}
5+
6+
As a prerequisite, make sure that you installed the correct PowerShell modules and versions:
7+
8+
For Azure stack 1808 or later
9+
10+
```powershell
11+
Install-Module -Name 'AzureRm.Bootstrapper'
12+
Install-AzureRmProfile -profile '2018-03-01-hybrid' -Force
13+
Install-Module -Name AzureStack -RequiredVersion 1.5.0
14+
```
15+
16+
For azure stack 1807 or earlier
17+
18+
```powershell
19+
Install-Module -Name 'AzureRm.Bootstrapper'
20+
Install-AzureRmProfile -profile '2017-03-09-profile' -Force
21+
Install-Module -Name AzureStack -RequiredVersion 1.4.0
22+
```
23+
724
```
825
926
Then make sure the following modules are imported:

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ To use these tools, obtain Azure Stack compatible Azure PowerShell module. Unles
1414

1515
For PowerShell, install the following:
1616

17+
For Azure stack 1808 or later
18+
19+
```powershell
20+
Install-Module -Name 'AzureRm.Bootstrapper'
21+
Install-AzureRmProfile -profile '2018-03-01-hybrid' -Force
22+
Install-Module -Name AzureStack -RequiredVersion 1.5.0
23+
```
24+
25+
For azure stack 1807 or earlier
1726

1827
```powershell
1928
Install-Module -Name 'AzureRm.Bootstrapper'

Syndication/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The downloaded items need to be transferred to a machine with has connectivity t
1414
- Azure Stack RP registered within your Azure Subscription
1515

1616
- Azure Subscription used to register Azure Stack System (Multi Node or ASDK)
17-
- AzureStack module version greater than or equal to 1.3.0 PowerShell needs to be installed
17+
- AzureStack PowerShell needs to be installed
1818

1919
(https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-install)
2020

Usage/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
For Azure stack 1808 or later
6+
7+
```powershell
8+
Install-Module -Name 'AzureRm.Bootstrapper'
9+
Install-AzureRmProfile -profile '2018-03-01-hybrid' -Force
10+
Install-Module -Name AzureStack -RequiredVersion 1.5.0
11+
```
12+
13+
For azure stack 1807 or earlier
14+
515
```powershell
616
Install-Module -Name 'AzureRm.Bootstrapper'
717
Install-AzureRmProfile -profile '2017-03-09-profile' -Force

0 commit comments

Comments
 (0)