Skip to content

Conversation

@calvinhzy
Copy link
Member

@calvinhzy calvinhzy commented Nov 11, 2025


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

Related command

Upgrade az elastic-san crud and az elastic-san volume-group test-backup/test-restore to 2025-09-01 from 2024-07-01-preview
GA autoscale, prerestore, prebackup features
Azure/aaz#900

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.

…up/test-restore` to 2025-09-01 from 2024-07-01-preview
@calvinhzy calvinhzy self-assigned this Nov 11, 2025
Copilot AI review requested due to automatic review settings November 11, 2025 09:31
@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Nov 11, 2025

️✔️Azure CLI Extensions Breaking Change Test
️✔️Non Breaking Changes

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

Hi @calvinhzy,
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 Nov 11, 2025

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

Copilot finished reviewing on behalf of calvinhzy November 11, 2025 09:34
@github-actions
Copy link

github-actions bot commented Nov 11, 2025

Hi @calvinhzy

⚠️ Release Requirements

Module: elastic-san

  • ⚠️ Please update VERSION to be 1.3.1b2 in src/elastic-san/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 PR upgrades the az elastic-san extension from API version 2024-07-01-preview to 2025-09-01, bringing autoscale, prerestore (test-restore), and prebackup (test-backup) features to general availability (GA).

Key Changes:

  • Updated API version from 2024-07-01-preview to 2025-09-01 for elastic-san CRUD operations and volume-group test-backup/test-restore commands
  • Removed is_preview flags from commands and autoscale-related parameters to reflect GA status
  • Updated minimum CLI core version requirement from 2.70.0 to 2.75.0

Reviewed Changes

Copilot reviewed 11 out of 17 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/elastic-san/azext_elastic_san/tests/latest/test_elastic_san.py Added unittest import and skip decorator for soft delete test
src/elastic-san/azext_elastic_san/azext_metadata.json Updated minimum CLI core version to 2.75.0
src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/volume_group/_test_restore.py Updated API version to 2025-09-01 and removed preview flag
src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/volume_group/_test_backup.py Updated API version to 2025-09-01 and removed preview flag
src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/_wait.py Updated API version to 2025-09-01
src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/_update.py Updated API version to 2025-09-01 and removed preview flags from autoscale parameters
src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/_show.py Updated API version to 2025-09-01
src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/_list_sku.py Updated API version to 2025-09-01 and removed read_only flag from next_link schema
src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/_list.py Updated API version to 2025-09-01, removed read_only flag from next_link, and added required flag to value schema
src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/_delete.py Updated API version to 2025-09-01
src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/_create.py Updated API version to 2025-09-01 and removed preview flags from autoscale parameters

@calvinhzy
Copy link
Member Author

calvinhzy commented Nov 12, 2025

service changes, do not merge until later

@github-actions github-actions bot added the release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. label Nov 12, 2025
@calvinhzy calvinhzy removed the release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. label Nov 12, 2025
@calvinhzy
Copy link
Member Author

/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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants