-
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
Azure Automation Hybrid Worker resource commands added #5261
Conversation
Thank you for your contribution krmanupa! We will review the pull request and get back to you soon. |
Automation |
Please write the description of those new features into |
@kairu-ms Since this PR is generated by Code Gen v2, do you need to review it from the perspective of Code Gen expert? |
@krmanupa Please address this CLI linter issue |
It seems that |
_args_schema.credential = AAZObjectArg( | ||
options=["--credential"], | ||
arg_group="Properties", | ||
help="Sets the credential of a worker group.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to use the first person voice in the help message
help="Sets the credential of a worker group.", | |
help="Set the credential of a worker group.", |
src/automation/azext_automation/aaz/latest/automation/hybrid_runbook_worker_group/_create.py
Outdated
Show resolved
Hide resolved
You can use |
[Release] Update index.json for extension [ automation ] : https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1803541&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az automation hrwg create
az automation hrwg delete
az automation hrwg list
az automation hrwg show
az automation hrwg update
az automation hrwg hrw create
az automation hrwg hrw delete
az automation hrwg hrw list
az automation hrwg hrw move
az automation hrwg hrw show
az automation hrwg hrw update
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)no errors in the files added as part of this PR
python scripts/ci/test_index.py -q
locally?Yes, no errors were seen
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.The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify
src/index.json
.