Skip to content

Update compute ChangeLog.md #2351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@
- Enable object and array type parameters for template deployment
- Preserve casing for resource properties in New/Set-AzureRmResource cmdlet
- PropertyObject parameter is now optional in New-AzureRmResource cmdlet
* Azure Compute (CRP)
- Add additional validation for fixed vhd in Add-AzureRmVhd cmdlet
- Add -ForceRerun parameter to Set-AzureRmVMCustomExtension, Set-AzureRmVMBginfoExtension, and Set-AzureRmAccessExtension
- Update -VhdUri parameter from optional to mandatory (bug fix)
- Remove GeoReplicationEnabled deprecation warning message for Get-AzureStorageAccount cmdlet
- Fix piping issue for Remove-AzureRmExtension
- Create one storage account for Boot diagnostics (one for each location, instead of one for each resource group)
- Add -DiskSizeInGB paramter to Set-AzureRmVMOSDisk cmdlet
- Show operation id and status for POST Async cmdlets.
- Fix Remove-AzureRmNetworkInterface issue for not throwing error when all NICs are removed.
- Fix 'Type' output for List cmdlet
- Remove xmlCfg contents from output format.
- Show warning message for upcoming breaking update of Tag fix.
- Change Set-AzureBootDiagnostics cmdlets name to Set-AzureVMBootDiagnostics (and set alias)
* Azure Compute (ASM)
- Storage Migration cmdlet (Move-AzureStorageAccount)
- Fix Add-AzureCertificate issue
* Azure Storage
* Fix get Storage Account throttling failures when run it on subscription with many accounts
- Get-AzureRmStorageAccount
Expand Down