-
Notifications
You must be signed in to change notification settings - Fork 1.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
[ai-examples] Switch to a new hook #1345
Conversation
If this PR is for a new extension or change to an existing extension, use the following to try out the changes in this PR:
|
add to S166. |
If replacing is the desired behavior, rather than attaching, the PR looks good to me. Merging. |
A small off-topic note: you may use the PR link directly The link will be automatically converted to Azure/azure-cli#12431. This will be clearer. 😉 |
Oh good to know! I'll start doing that from now on. |
This change coincides with this CLI PR to switch the help example hook. Now it directly modifies the help file examples, as opposed to just the method that printed them. This allows examples for commands that don't have any default examples (such as
az aks list
) and groups.Note: As this update requires a new version of the CLI to function properly, I need to bump the minor compatible version once that new release is done. I will update the
index.json
at that point as well.This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally?