-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[ARM] az tag support for -id parameter #13429
Conversation
… corresponding test cases.
… corresponding tests.
add to S170 |
add to S171 |
@Grayer123 Can you take a look for test failures? |
@Grayer123 Could you add some examples in help for the new feature? |
Hi @Juliehzl, @zhoxing-ms, I am still waiting for the new python sdk to be released. I have followed up a few times, and it seems the sdk team is having some issue with the "subscription_id", and trying to resolve it. I will look into the test failures and add examples when the new sdk is ready, as some of the test failures would be fixed along the way. |
add to S172 |
Replaced by #14558, so I close it first~ |
Description
We are working on expanding our tags related cli cmdlets, to be more specific, adding the following cmdlets:
At this stage, we are just supporting –-resourceid for all cmdlets, and they will look like as following:(supporting both --resourceid and -id)
We have the same design in the PowerShell cmdlet, please see this powershell design pr for more details.
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.