-
Notifications
You must be signed in to change notification settings - Fork 4k
Clu #1620
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
Clu #1620
Conversation
Clu branch update
Clu branch update
… overridden object.ToString(). For example, the string type has overridden ToString so it is included in the printed fields.
Hi @BurtBiel, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
…o "ls" and a condensing of the az params. Also updated the tests to use the new az params as well.
@azuresdkci retest this please |
@@ -3,15 +3,15 @@ set -e | |||
printf "\n=== Managing Virtual Machine Creation in Azure Compute ===\n" | |||
|
|||
printf "\n1. Creating a new resource group: %s and location: %s.\n" "$groupName" "$location" | |||
az group create -n "$groupName" --location "$location" | |||
az resourcemanager group create -n "$groupName" --location "$location" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the most used cmdlet in the entire set opf cmdlets - you have to create a resource group to do anything else. Do we really want the cmdlet name to be so wordy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Joe/Jason would like to keep the resourcemanager term. Is it possible to create an alias for the term?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BurtBiel The decision we came to this morning was to use azure resourceGroup [verb]
@BurtBiel There are merge conflicts, please update, and please ensure that scenario tests pass, as it looks like at least some shell example scripts were not updated. |
I'm getting setup to check the scenario tests now, I'll let you know the results |
@@ -26,6 +26,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation | |||
/// Gets the deployment operation. | |||
/// </summary> | |||
[Cmdlet(VerbsCommon.Get, "AzureRmResourceGroupDeploymentOperation"), OutputType(typeof(PSResourceObject))] | |||
[CliCommandAlias("resourcemanager;group;deployment;operation;ls")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we use "space" instead of semicolon for noun separator
about half the tests passed, the failures appear to be for reasons other than the rename. . 02-Resource.sh . 04-RoleAssignments.sh . 05-RoleDefinitions.sh . 01-Storage-Accounts.sh . 01-VirtualHardDisks.sh . 01-AppServicePlan.sh - 03-WebApp
|
This PR now contains 2 changes from today, 1) updating the default format to not include object-based ToStrings, and 2) the rename of the cmdlet cli usage params