Skip to content
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

[Automation] automation account/configuration/runtime-environment/source-control: Add support for some uncovered commands #7184

Merged
merged 9 commits into from
Feb 21, 2024

Conversation

ReaNAiveD
Copy link
Member

Related aaz PR: Azure/aaz#391


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

  • az automation account list-keys
  • az automation account show-linked-workspace
  • az automation configuration create/show/list/show/update/delete/show
  • az automation configuration show-content
  • az automation runtime-environment create/show/list/show/update/delete/show
  • az automation runtime-environment package create/show/list/show/update/delete/show
  • az automation source-control sync-job stream show/list

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

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.

Copy link

azure-client-tools-bot-prd bot commented Jan 16, 2024

⚠️Azure CLI Extensions Breaking Change Test
⚠️automation
rule cmd_name rule_message suggest_message
⚠️ 1001 - CmdAdd automation account list-keys cmd automation account list-keys added
⚠️ 1001 - CmdAdd automation account show-linked-workspace cmd automation account show-linked-workspace added
⚠️ 1011 - SubgroupAdd automation configuration sub group automation configuration added
⚠️ 1006 - ParaAdd automation hrwg hrw move cmd automation hrwg hrw move added parameter target_hybrid_runbook_worker_group_name
⚠️ 1008 - ParaPropAdd automation hrwg hrw move cmd automation hrwg hrw move update parameter automation_account_name: added property id_part=name
⚠️ 1008 - ParaPropAdd automation hrwg hrw move cmd automation hrwg hrw move update parameter hybrid_runbook_worker_group_name: added property id_part=child_name_1
⚠️ 1008 - ParaPropAdd automation hrwg hrw move cmd automation hrwg hrw move update parameter hybrid_runbook_worker_id: added property id_part=child_name_2
⚠️ 1010 - ParaPropUpdate automation hrwg hrw move cmd automation hrwg hrw move update parameter hybrid_runbook_worker_id: updated property options from ['--hybrid-runbook-worker-id'] to ['--hybrid-runbook-worker-id', '--name', '-n']
⚠️ 1011 - SubgroupAdd automation runtime-environment sub group automation runtime-environment added
⚠️ 1011 - SubgroupAdd automation source-control sub group automation source-control added

Copy link

Hi @ReaNAiveD,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@yonzhan
Copy link
Collaborator

yonzhan commented Jan 16, 2024

Automation

…onment`, `automation source-control` `automation hrwg hrw move`
@ReaNAiveD ReaNAiveD marked this pull request as ready for review February 18, 2024 06:12
@ReaNAiveD ReaNAiveD changed the title [Automation] automation account/configuration/hrwg/runtime-environment/source-control: Add support for some uncovered commands [Automation] automation account/configuration/runtime-environment/source-control: Add support for some uncovered commands Feb 21, 2024
@ReaNAiveD ReaNAiveD merged commit 498b2d4 into Azure:main Feb 21, 2024
15 checks passed
@azclibot
Copy link
Collaborator

[Release] Update index.json for extension [ automation ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=132153&view=results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants