-
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
[NetAppFiles] Preview Add 2022-11-01-preview #6836
[NetAppFiles] Preview Add 2022-11-01-preview #6836
Conversation
❌Azure CLI Extensions Breaking Change Test
|
Hi @audunn, |
NetAppFiles |
Not sure why the linter is failing, This is generated using aaz. Any ideas @kairu-ms ?
|
Because in azure-cli, there's an example in the netappfiles/_help.py |
/azp run |
Commenter does not have sufficient privileges for PR 6836 in repo Azure/azure-cli-extensions |
Model pr Azure/aaz#317 |
/azp run |
Commenter does not have sufficient privileges for PR 6836 in repo Azure/azure-cli-extensions |
Is there more to we need to do at this point or are we ready to please review the pr and see if we can move on with releasing this, customers are waiting for this. |
src/netappfiles-preview/azext_netappfiles_preview/aaz/latest/netappfiles/volume/_create.py
Outdated
Show resolved
Hide resolved
…etappfiles/volume/_create.py Co-authored-by: kai ru <[email protected]>
Co-authored-by: kai ru <[email protected]>
Co-authored-by: kai ru <[email protected]>
Co-authored-by: kai ru <[email protected]>
Co-authored-by: kai ru <[email protected]>
[Release] Update index.json for extension [ netappfiles-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=97197&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az netappfiles volume
->preview version, generated from api-version 2022-11-01-previewaz netappfiles account backup-vault
generated from api-version 2022-11-01-previewRemoving commands that are currently in NetAppFiles main CLI modules.
az netappfiles account
az netappfiles pool
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.json
automatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json
.