Skip to content

Commit

Permalink
Merge pull request #468 from amarzavery/release-0.9.3
Browse files Browse the repository at this point in the history
Release 0.9.3
  • Loading branch information
amarzavery committed Jun 5, 2015
2 parents 04d9cf3 + 22afe2a commit 3f30354
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
18 changes: 10 additions & 8 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
2015.06.05 version 0.9.3
2015.06.05 version 0.9.3
* Fixed bug in Websites cmdlets related to slots #454
* Fix bug in Set-AzureResource cmdlet #456
* Fix for new azure resource of Microsoft.Storage #457

2015.05.28 version 0.9.2
2015.05.29 version 0.9.2
* Deprecated Switch-AzureMode
* Profile
* Fixed bug in Get-AzureSubscription and Select-AzureSubscription cmdlets
Expand All @@ -13,12 +13,14 @@
* Remove-AzureAutomationWebhook
* Set-AzureAutomationWebhook
* Azure Compute
* Added Version parameter to cmdlets
* Combine Get-AzureVMImage and Get-AzureVMImageDetail
* Combine Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail
* Fix piping issue of Remove-AzureVMDataDisk and Remove-AzureVMNetworkInterface
* Update the output of Remove-AzureAvailabilitySet
* Add Force parameter for Remove-AzureAvailabilitySet
* Get-AzureVMImage and Get-AzureVMImageDetail are combined (Get-AzureVMImageDetail gives a warning message for future deprecation)
* Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail are combined (Get-AzureVMExtensionImageDetail gives a warning message for future deprecation)
* Tags are added in VM resources
* Get-AzureVM now gets resource group name from piping
* -All switch is removed from Get-AzureVM
* Get-AzureVM -Status output is updated
* -Force parameter is added for Remove-AzureAvailabilitySet
* Outputs of New-AzureAvailabilitySet, Get-AzureAvailabilitySet, and Remove-AzureAvailabilitySet are updated
* Azure Key Vault
* Update Set-AzureKeyVaultAccessPolicy and Remove-AzureKeyVaultAccessPolicy cmdlets
* Fixed bugs
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<value>Moving resource(s) ...</value>
</data>
<data name="MovingResources" xml:space="preserve">
<value>Are you sure you want to move resource(s) into the resource goup named '{0}' - the resource(s): '{1}'</value>
<value>Are you sure you want to move resource(s) into the resource group named '{0}' - the resource(s): '{1}'</value>
</data>
<data name="MovingResourcesFromDifferentSourceResourceGroupsNotAllowed" xml:space="preserve">
<value>Moving resources from different source resource groups is not allowed.</value>
Expand All @@ -259,7 +259,7 @@
<value>Moving resources from different subscriptions is not currently supported.</value>
</data>
<data name="MovingResourcesIntoNewSubscription" xml:space="preserve">
<value>Are you sure you want to move resource(s) into the resource goup named '{0}' in the subscription named '{1}' and id '{2}' - the resource(s): '{3}'</value>
<value>Are you sure you want to move resource(s) into the resource group named '{0}' in the subscription named '{1}' and id '{2}' - the resource(s): '{3}'</value>
</data>
<data name="SubscriptionWithTheSpecifiedNameNotFount" xml:space="preserve">
<value>A subscription with the name '{0}' was not found. If this is a newly created subscription you will need to re-download your subscriptions.</value>
Expand Down

0 comments on commit 3f30354

Please sign in to comment.