- Cmdlets released to PowerShell Gallery
- AzureResourceManager module split into component modules
- Switch-AzureMode removed : cmdlets exist side-by-side
- All ARM control plane cmdlets renamed from 'verb-Azure_' to 'verb-AzureRm_'
- Stateless authentication for ARM cmdlets: new authentication cmdlets
- Add-AzureRmAccount - login to azure using user, service principal, or access token credentials
- Set-AzureRmContext - set the current subscription or tenant
- Get-AzureRmSubscription - list subscriptions
- Save-AzureRmProfile - save credential information to disk
- Select-AzureRmProfile - load credential information from disk
- Storage cmdlet enhancements for ARM storage accounts
- Get-AzureRmStorageAccount | Get-AzureStorageContainer (or other storage commands that accept a StorageContext)
- Set-AzureRmCurrentStorageAccount - set the current storage account for use by storage cmdlets
More information on this release here
More information on getting started with PowerShell Gallery here