From dea8301955dd8e64bfe1eb16fa7bd0d01422fd25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vihl=C3=ADk?= Date: Sun, 17 May 2015 23:52:38 +0200 Subject: [PATCH 1/3] Update Resources.resx fixed typos experienced when trying to resolve http://stackoverflow.com/questions/30123326/cant-get-move-azureresource-working --- .../Resources/Commands.Resources/Properties/Resources.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ResourceManager/Resources/Commands.Resources/Properties/Resources.resx b/src/ResourceManager/Resources/Commands.Resources/Properties/Resources.resx index f42feb83014e..f2cdb02930aa 100644 --- a/src/ResourceManager/Resources/Commands.Resources/Properties/Resources.resx +++ b/src/ResourceManager/Resources/Commands.Resources/Properties/Resources.resx @@ -250,7 +250,7 @@ Moving resource(s) ... - Are you sure you want to move resource(s) into the resource goup named '{0}' - the resource(s): '{1}' + Are you sure you want to move resource(s) into the resource group named '{0}' - the resource(s): '{1}' Moving resources from different source resource groups is not allowed. @@ -259,7 +259,7 @@ Moving resources from different subscriptions is not currently supported. - 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}' + 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}' A subscription with the name '{0}' was not found. If this is a newly created subscription you will need to re-download your subscriptions. From b21fedc2535030be782e005ec382eaec8907ae90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vihl=C3=ADk?= Date: Wed, 20 May 2015 09:53:31 +0200 Subject: [PATCH 2/3] fixed typos --- .../Commands.Resources/Properties/Resources.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ResourceManager/Resources/Commands.Resources/Properties/Resources.Designer.cs b/src/ResourceManager/Resources/Commands.Resources/Properties/Resources.Designer.cs index 6d7d3328f4ba..84f99022f125 100644 --- a/src/ResourceManager/Resources/Commands.Resources/Properties/Resources.Designer.cs +++ b/src/ResourceManager/Resources/Commands.Resources/Properties/Resources.Designer.cs @@ -214,7 +214,7 @@ internal static string MoveResourcesMessage { } /// - /// Looks up a localized string similar to Are you sure you want to move resource(s) into the resource goup named '{0}' - the resource(s): '{1}'. + /// Looks up a localized string similar to Are you sure you want to move resource(s) into the resource group named '{0}' - the resource(s): '{1}'. /// internal static string MovingResources { get { @@ -250,7 +250,7 @@ internal static string MovingResourcesFromNonDefaultSubscriptionNotAllowed { } /// - /// Looks up a localized string similar to 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}'. + /// Looks up a localized string similar to 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}'. /// internal static string MovingResourcesIntoNewSubscription { get { From 869ee194ecdf2cc5ddbe02b0052e3aa24c077a6b Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Fri, 29 May 2015 17:23:38 -0700 Subject: [PATCH 3/3] Fixed release 0.9.2 comments --- ChangeLog.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index a697db5850e0..ed8661bbeac4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -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 @@ -8,12 +8,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