Skip to content

Commit 3f30354

Browse files
committed
Merge pull request #468 from amarzavery/release-0.9.3
Release 0.9.3
2 parents 04d9cf3 + 22afe2a commit 3f30354

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

ChangeLog.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
2015.06.05 version 0.9.3
1+
2015.06.05 version 0.9.3
22
* Fixed bug in Websites cmdlets related to slots #454
33
* Fix bug in Set-AzureResource cmdlet #456
44
* Fix for new azure resource of Microsoft.Storage #457
55

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

src/ResourceManager/Resources/Commands.Resources/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ResourceManager/Resources/Commands.Resources/Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
<value>Moving resource(s) ...</value>
251251
</data>
252252
<data name="MovingResources" xml:space="preserve">
253-
<value>Are you sure you want to move resource(s) into the resource goup named '{0}' - the resource(s): '{1}'</value>
253+
<value>Are you sure you want to move resource(s) into the resource group named '{0}' - the resource(s): '{1}'</value>
254254
</data>
255255
<data name="MovingResourcesFromDifferentSourceResourceGroupsNotAllowed" xml:space="preserve">
256256
<value>Moving resources from different source resource groups is not allowed.</value>
@@ -259,7 +259,7 @@
259259
<value>Moving resources from different subscriptions is not currently supported.</value>
260260
</data>
261261
<data name="MovingResourcesIntoNewSubscription" xml:space="preserve">
262-
<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>
262+
<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>
263263
</data>
264264
<data name="SubscriptionWithTheSpecifiedNameNotFount" xml:space="preserve">
265265
<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>

0 commit comments

Comments
 (0)