Skip to content
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

[Core] Add experimental tag #12543

Merged
merged 3 commits into from
Mar 16, 2020
Merged

Conversation

jiasli
Copy link
Member

@jiasli jiasli commented Mar 11, 2020

This PR requires microsoft/knack#180

is_experimental=True flag can be used (same as is_preview) with

  1. Command groups
  2. Commands
  3. Arguments

Merge branch 'dev' into experimental-tag

# Conflicts:
#	src/azure-cli-core/azure/cli/core/commands/__init__.py
@yonzhan yonzhan added this to the S167 milestone Mar 13, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Mar 13, 2020

add to S167

@jiasli
Copy link
Member Author

jiasli commented Mar 13, 2020

Changed the behavior to make is_preview and is_experimental mutual-exclusive. If the developer uses both, CLI will errror out:

Error loading command module 'profile': Failed to register command 'account list-locations', is_preview and is_experimental can't be true at the same time

@jiasli jiasli changed the base branch from dev to knack-adoption March 16, 2020 13:00
# Conflicts:
#	src/azure-cli-core/azure/cli/core/commands/__init__.py
@jiasli jiasli merged commit 0ce8289 into Azure:knack-adoption Mar 16, 2020
@jiasli jiasli mentioned this pull request Mar 16, 2020
jiasli added a commit that referenced this pull request Mar 20, 2020
* Allow disabling color (#12601)

* Support --only-show-errors (#12544)

* Add experimental tag (#12543)

* Move yaml output to Knack (#12603)
@jiasli jiasli deleted the experimental-tag branch April 16, 2020 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants