-
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
[SCVMM] Public Preview refresh using New Resource Model #6708
[SCVMM] Public Preview refresh using New Resource Model #6708
Conversation
SCVMM |
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
scvmm vm create | cmd scvmm vm create update parameter location : removed property required=True |
||
scvmm vm delete | cmd scvmm vm delete added parameter delete_from_host |
||
scvmm vm delete | cmd scvmm vm delete added parameter delete_machine |
||
scvmm vm extension | sub group scvmm vm extension added |
||
scvmm vm guest-agent | sub group scvmm vm guest-agent added |
Hi @nascarsayan, |
Hi @nascarsayan, |
…into dev/snaskar/nrm-pp-refresh-scvmm
If you want to release a new version of the extension, please change the version in setup.py file. |
@yanzhudd We don't want to release this to the customers yet, we'll do that when around the time of Public Preview refresh |
Co-authored-by: Yan Zhu <105691024+yanzhudd@users.noreply.github.com>
Please add tests for new added and changed commands. |
@yanzhudd , the tests for the new commandlets (Guest Agent and HCRP Extensions) will be added in a subsequent PR, by a core team member from VMM. |
vm
command : Create, Update, Delete, Show, VirtualMachineInstance and Perform Operations on VM Instancevm guest-agent
command : Enable, Show VMInstanceGuestAgentvm extension
command : Create, Update, Delete, Show, List MachineExtensionsvm delete
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
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
.