Skip to content

Conversation

@am-lim
Copy link
Member

@am-lim am-lim commented Jan 12, 2026


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

Related command

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.

am-lim and others added 30 commits December 18, 2023 23:04
Fix environment def example and update style
Copilot AI review requested due to automatic review settings January 12, 2026 04:15
@azure-client-tools-bot-prd
Copy link

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

❌Azure CLI Extensions Breaking Change Test
❌devcenter
rule cmd_name rule_message suggest_message
1007 - ParaRemove devcenter admin project create cmd devcenter admin project create removed parameter dev_box_auto_delete_settings please add back parameter dev_box_auto_delete_settings for cmd devcenter admin project create
1007 - ParaRemove devcenter admin project update cmd devcenter admin project update removed parameter dev_box_auto_delete_settings please add back parameter dev_box_auto_delete_settings for cmd devcenter admin project update
1006 - ParaAdd devcenter dev dev-box align cmd devcenter dev dev-box align added parameter targets please remove parameter targets for cmd devcenter dev dev-box align
⚠️ 1006 - ParaAdd devcenter admin project create cmd devcenter admin project create added parameter dev_box_schedule_delete_settings
⚠️ 1006 - ParaAdd devcenter admin project update cmd devcenter admin project update added parameter dev_box_schedule_delete_settings
⚠️ 1006 - ParaAdd devcenter admin project-catalog create cmd devcenter admin project-catalog create added parameter auto_image_build_enable_status
⚠️ 1006 - ParaAdd devcenter admin project-catalog update cmd devcenter admin project-catalog update added parameter auto_image_build_enable_status
⚠️ 1001 - CmdAdd devcenter dev dev-box schedule-delete cmd devcenter dev dev-box schedule-delete added
⚠️ 1006 - ParaAdd devcenter dev dev-box set-active-hours cmd devcenter dev dev-box set-active-hours added parameter days_of_week
⚠️ 1001 - CmdAdd devcenter dev pool align cmd devcenter dev pool align added

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

Hi @am-lim,
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 12, 2026

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

@github-actions
Copy link

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>

@github-actions
Copy link

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

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 DevCenter CLI extension to use newer API versions for both control plane and data plane operations.

Changes:

  • Extension version bumped from 7.0.0 to 8.0.0
  • Control plane API version updated from 2025-04-01-preview to 2025-10-01-preview across all test recordings
  • Test recording files updated to reflect the new API version in URIs

Reviewed changes

Copilot reviewed 222 out of 232 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/devcenter/setup.py Version bumped from 7.0.0 to 8.0.0
src/devcenter/azext_devcenter/tests/latest/recordings/test_usage_scenario.yaml Updated API version in test recordings
src/devcenter/azext_devcenter/tests/latest/recordings/test_sku_scenario.yaml Updated API version in test recordings
src/devcenter/azext_devcenter/tests/latest/recordings/test_project_sku_scenario.yaml Updated API version in test recordings
src/devcenter/azext_devcenter/tests/latest/recordings/test_project_scenario.yaml Updated API version in test recordings
src/devcenter/azext_devcenter/tests/latest/recordings/test_project_policy_scenario.yaml Updated API version in test recordings
src/devcenter/azext_devcenter/tests/latest/recordings/test_project_image_scenario.yaml Updated API version in test recordings
src/devcenter/azext_devcenter/tests/latest/recordings/test_image_definition_scenario.yaml Updated API version in test recordings

@necusjz
Copy link
Member

necusjz commented Jan 12, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@necusjz
Copy link
Member

necusjz commented Jan 13, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@necusjz necusjz merged commit c840aab into Azure:main Jan 14, 2026
24 checks passed
@azclibot
Copy link
Collaborator

[Release] Update index.json for extension [ devcenter-8.0.0 ] : https://dev.azure.com/msazure/One/_build/results?buildId=149284366&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.

6 participants