[ARM] az tag support for -id parameter#13429
Closed
Conversation
… corresponding test cases.
… corresponding tests.
Collaborator
|
add to S170 |
jiasli
requested changes
May 19, 2020
Collaborator
|
add to S171 |
Contributor
|
@Grayer123 Can you take a look for test failures? |
Contributor
|
@Grayer123 Could you add some examples in help for the new feature? |
Contributor
Author
|
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. |
4 tasks
2 tasks
jiasli
reviewed
Jun 15, 2020
Collaborator
|
add to S172 |
2 tasks
Juliehzl
reviewed
Jul 24, 2020
2 tasks
Contributor
|
Replaced by #14558, so I close it first~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.