Skip to content

Commit 6d534f9

Browse files
authored
Merge pull request #42455 from jeffgilb/529
updated required PowerShell version to 1.3.0
2 parents e8155ce + da053be commit 6d534f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/azure-stack/asdk/asdk-post-deploy.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: na
1313
pms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 05/01/2018
16+
ms.date: 05/29/2018
1717
ms.author: jeffgilb
1818
ms.reviewer: misainat
1919
---
@@ -52,7 +52,8 @@ Set-PSRepository `
5252
5353
Install-Module `
5454
-Name AzureStack `
55-
-RequiredVersion 1.2.11
55+
# If you are not running Azure Stack with update 1804 or greater, change the requiredversion parameter value to 1.2.11.
56+
-RequiredVersion 1.3.0
5657
```
5758
If the installation is successful, the AzureRM and AzureStack modules are displayed in the output.
5859

@@ -75,7 +76,8 @@ Set-PSRepository `
7576
-Name AzureStack `
7677
-Path $Path `
7778
-Force `
78-
-RequiredVersion 1.2.11
79+
# If you are not running Azure Stack with update 1804 or greater, change the requiredversion parameter value to 1.2.11.
80+
-RequiredVersion 1.3.0
7981
```
8082
Next, copy the downloaded packages to the ASDK computer and register the location as the default repository and install the AzureRM and AzureStack modules from this repository:
8183

0 commit comments

Comments
 (0)