[Storage] az storage sku list: Support listing storage skus#32182
[Storage] az storage sku list: Support listing storage skus#32182
az storage sku list: Support listing storage skus#32182Conversation
️✔️AzureCLI-FullTest
|
|
Hi @calvinhzy, |
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| storage sku | sub group storage sku added |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
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). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for listing storage SKUs by implementing the az storage sku list command. The changes introduce a new command group and list operation to retrieve available storage SKUs for the current subscription.
- Implements new
az storage sku listcommand using AAZ framework - Adds corresponding test case to validate the functionality
- Creates proper command group structure for the sku subcommand
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test_storage_account_scenarios.py | Adds test case to verify storage sku list command returns valid data |
| _list.py | Implements the main list command with AAZ framework, API version 2025-01-01 |
| init.py | Module initialization file for sku command group |
| __cmd_group.py | Command group registration for storage sku commands |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Related command
Description
Support listing storage skus.
AAZ: Azure/aaz#866
Testing Guide
History Notes
[Storage]
az storage sku list: Support listing storage skusThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.