Skip to content

Conversation

@yaotongms
Copy link
Member

@yaotongms yaotongms commented Jan 7, 2026


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

Related command

This release is targeting version 2025-02-19 of connectedmachine and using aaz. No new commands are added in this release.

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.

Copilot AI review requested due to automatic review settings January 7, 2026 21:16
@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Jan 7, 2026

❌Azure CLI Extensions Breaking Change Test
❌connectedmachine
rule cmd_name rule_message suggest_message
1007 - ParaRemove connectedmachine extension image list cmd connectedmachine extension image list removed parameter pagination_limit please add back parameter pagination_limit for cmd connectedmachine extension image list
1007 - ParaRemove connectedmachine extension image list cmd connectedmachine extension image list removed parameter pagination_token please add back parameter pagination_token for cmd connectedmachine extension image list
1010 - ParaPropUpdate connectedmachine run-command update cmd connectedmachine run-command update update parameter output_blob_managed_identity: updated property options from ['--output-blob-id', '--output-blob-managed-identity'] to ['--output-blob-managed-identity', '--output-id'] please change property options from ['--output-blob-managed-identity', '--output-id'] to ['--output-blob-id', '--output-blob-managed-identity'] for parameter output_blob_managed_identity of cmd connectedmachine run-command update
⚠️ 1006 - ParaAdd connectedmachine delete cmd connectedmachine delete added parameter no_wait
⚠️ 1010 - ParaPropUpdate connectedmachine extension create cmd connectedmachine extension create update parameter protected_settings: updated property aaz_type from AAZFreeFormDictArg to AAZDictArg
⚠️ 1010 - ParaPropUpdate connectedmachine extension create cmd connectedmachine extension create update parameter settings: updated property aaz_type from AAZFreeFormDictArg to AAZDictArg
⚠️ 1008 - ParaPropAdd connectedmachine extension image show cmd connectedmachine extension image show update parameter extension_type: added property id_part=child_name_2
⚠️ 1008 - ParaPropAdd connectedmachine extension image show cmd connectedmachine extension image show update parameter location: added property id_part=name
⚠️ 1008 - ParaPropAdd connectedmachine extension image show cmd connectedmachine extension image show update parameter publisher: added property id_part=child_name_1
⚠️ 1008 - ParaPropAdd connectedmachine extension image show cmd connectedmachine extension image show update parameter version: added property id_part=child_name_3
⚠️ 1010 - ParaPropUpdate connectedmachine extension update cmd connectedmachine extension update update parameter protected_settings: updated property aaz_type from AAZFreeFormDictArg to AAZDictArg
⚠️ 1010 - ParaPropUpdate connectedmachine extension update cmd connectedmachine extension update update parameter settings: updated property aaz_type from AAZFreeFormDictArg to AAZDictArg
⚠️ 1006 - ParaAdd connectedmachine update cmd connectedmachine update added parameter identity_key_store
⚠️ 1006 - ParaAdd connectedmachine update cmd connectedmachine update added parameter tpm_ek_certificate
⚠️ 1001 - CmdAdd connectedmachine wait cmd connectedmachine wait added

@yonzhan
Copy link
Collaborator

yonzhan commented Jan 7, 2026

Thank you for your contribution! We will review the pull request and get back to you soon.

@azure-client-tools-bot-prd
Copy link

Hi @yaotongms,
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.

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR.

Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@yaotongms yaotongms changed the title Release [connectedmachine] release preview version 2025-02-19 Jan 7, 2026
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

CodeGen Tools Feedback Collection

Thank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Hi @yaotongms

Release Suggestions

Module: connectedmachine

  • Update VERSION to 2.0.0b3 in src/connectedmachine/setup.py

Notes

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Azure CLI connectedmachine extension to use a new API version (2025-02-19-preview) and includes several important changes.

Key Changes:

  • Updates API version from 2024-11-10-preview to 2025-02-19-preview across all commands
  • Fixes regex patterns by properly escaping backslashes in validation patterns
  • Modifies run-command update from PUT to PATCH operation with reduced functionality
  • Removes preview status from run-command command group
  • Changes machine delete operation to support long-running operations
  • Updates error detail schemas to use dictionary types for extensibility

Reviewed changes

Copilot reviewed 52 out of 52 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
run_command/_wait.py Updated API version and fixed regex patterns
run_command/_update.py Changed to PATCH operation, removed generic update support, removed preview flag
run_command/_show.py Updated API version and fixed regex patterns
run_command/_list.py Updated API version and fixed regex patterns
run_command/_delete.py Updated API version and fixed regex patterns
run_command/_create.py Updated API version and fixed regex patterns
run_command/__cmd_group.py Removed preview flag from command group
private_link_scope/*.py Updated API versions and fixed regex patterns across all private link scope commands
private_endpoint_connection/*.py Updated API versions and fixed regex patterns across all private endpoint commands
license_profile/*.py Updated API versions, fixed regex patterns, and updated error detail schemas
license/*.py Updated API versions and fixed regex patterns
extension/image/_show.py Updated API version, added subscription ID to URL path, removed schema fields, fixed docstring capitalization
extension/image/_list.py Updated API version, removed pagination support, added subscription ID to URL
extension/*.py Updated API versions, changed settings types from FreeFormDict to Dict with AnyType elements
_wait.py New file adding wait command support for machines
_upgrade_extension.py Updated API version and fixed regex patterns
_update.py Updated API version, added new properties, removed alias, updated error schemas
_show.py Updated API version, added new properties, updated error and settings schemas
_list.py Updated API version, added new properties, removed expand parameter from subscription list
_install_patches.py Updated API version, added new Windows patch parameters, updated error schemas
_delete.py Updated API version, converted to long-running operation with no-wait support
_assess_patches.py Updated API version and updated error schemas
init.py Added import for new wait command

yaotongms and others added 6 commits January 8, 2026 14:49
…edmachine/extension/image/_show.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…edmachine/extension/_create.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@kairu-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

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.

3 participants