Azure PowerShell for Azure Stack Technical Preview 2 - Update 1
This release contains cmdlets compatible with AzureStack Technical Preview 2 - Update 1. It is designed to be installed and used side-by-side with that latest version of Azure PowerShell 1.2.6 when both sets of modules are installed from the PowerShell Gallery using PowerShell 5 or greater.
In a new PowerShell window:
Install-Module -Name AzureRM -RequiredVersion 1.2.7
Install-Module -Name AzureStack -RequiredVersion 1.2.7
will load the cmdlets for this release.
Gallery Module for ARM Cmdlets: link
Gallery Module for AzureStack Cmdlets: link
- Decoupling Azure stack specific cmdlets from Azure cmdlets
- The azure stack specific modules AzureRM.AzureStackAdmin and AzureRM.AzureStackStorage are removed from the AzureRM module
- These two modules are wrapped in to another uber module called AzureStack now. This means that doing something like this
Install-Module -Name AzureRM -RequiredVersion 1.2.7
will not install the azure stack modules. Customer would also need to do
Install-Module -Name AzureStack
to install the latest Azure Stack specific modules. This is done for easy maintenance of the modules going forward.
- AzureStackAdmin Cmdlets
- Changes to the Add-AzureRMResourceProviderRegistration cmdlet for accepting the response code of 201 in addition to 200 for the manifest put call, no end user impact because of this change
- Fix to the "Microsoft.Azure.Common.NetFramework.dll Not found issue" by adding it as a dependency to the AzureStackAdmin Module.