-
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
az connectedmachine extension #1031
Conversation
get changes from master
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:
|
from azure.cli.core.commands.parameters import tags_type | ||
from azure.cli.core.commands.validators import get_default_location_from_resource_group | ||
|
||
name_type = CLIArgumentType(options_list='--name-name', help='Name of the Connected machine.', id_part='name') |
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.
shouldn't be just --name?
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.
yes. updated
* Az cli extension for connected machines * add code owners * add code owners * update name
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?For new extensions: