You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-stack/asdk/asdk-post-deploy.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.workload: na
13
13
pms.tgt_pltfrm: na
14
14
ms.devlang: na
15
15
ms.topic: article
16
-
ms.date: 05/01/2018
16
+
ms.date: 05/29/2018
17
17
ms.author: jeffgilb
18
18
ms.reviewer: misainat
19
19
---
@@ -52,7 +52,8 @@ Set-PSRepository `
52
52
53
53
Install-Module `
54
54
-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
56
57
```
57
58
If the installation is successful, the AzureRM and AzureStack modules are displayed in the output.
58
59
@@ -75,7 +76,8 @@ Set-PSRepository `
75
76
-Name AzureStack `
76
77
-Path $Path `
77
78
-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
79
81
```
80
82
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:
0 commit comments