Question
LisaLow on Mon, 21 May 2018 12:12:48
Folks,
I've been following this doc after install the 1804 ASDK https://docs.microsoft.com/en-us/azure/azure-stack/asdk/asdk-post-deploy and the Install-Module -RequiredVersion is set to 1.2.11 but I thought this should be 1.2.12. Can somebody please confirm.
Lisa x
Replies
Gary Gallanes [HCL Technologies] on Mon, 21 May 2018 17:54:18
Hello Lisa,
It appears we need to be a bit more specific in our powershell docs as Version 1804 of Azure Stack requires PowerShell 1.3.0.
# Install Module Version 1.3.0 if Azure Stack is running 1804 at a minimum
Install-Module-Name AzureStack -RequiredVersion 1.3.0
# Install Module Version 1.2.11 if Azure Stack is running a lower version than 1804
Install-Module-Name AzureStack -RequiredVersion 1.2.11
Please see: Install Azure Stack PowerShell
Let us know how it goes,
We apologize for any inconvenience and appreciate your time and interest in Azure Stack.
If you experience any issues with Azure Stack or the current ASDK release, please feel free to contact us.
Thanks,
Gary Gallanes