Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| storage account create | cmd storage account create added parameter publish_ipv6_endpoint |
||
| storage account network-rule add | cmd storage account network-rule add added parameter ipv6_address |
||
| storage account network-rule remove | cmd storage account network-rule remove added parameter ipv6_address |
||
| storage account update | cmd storage account update added parameter publish_ipv6_endpoint |
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
…li\command_modules\storage\tests\latest\test_storage_adls_gen2_scenarios.py::StorageADLSGen2Tests::test_storage_fs_directory_generate_sas_as_user - a... FAILED azure-cli\src\azure-cli\azure\cli\command_modules\storage\tests\latest\test_storage_account_scenarios.py::StorageAccountHNSMigrationScenarioTest::test_storage_account_start_hns_migration FAILED azure-cli\src\azure-cli\azure\cli\command_modules\storage\tests\latest\test_storage_account_scenarios.py::StorageAccountLocalContextScenarioTest::test_storage_account_local_context FAILED azure-cli\src\azure-cli\azure\cli\command_modules\storage\tests\latest\test_storage_account_scenarios.py::StorageAccountORScenarioTest::test_storage_account_allow_cross_tenant_replication FAILED azure-cli\src\azure-cli\azure\cli\command_modules\storage\tests\latest\test_storage_cors_scenarios.py::StorageCorsTests::test_storage_cors_scenario - AssertionError: 6 != 7 FAILED azure-cli\src\azure-cli\azure\cli\command_modules\storage\tests\latest\test_storage_file_scenarios.py::StorageFileShareScenarios::test_storage_file_main_oauth_scenario - azure.core...
… --publish-ipv4-endpoint --publish-ipv6-endpoint
az storage account create/update: IPv6 private preview
az storage account create/update: IPv6 private previewaz storage account create/update, az storage account network-rule add/remove: IPv6 private preview
…ove publish IPv4 (IPv4 always publish) setting and DualStack setting.
…-preview # Conflicts: # src/azure-cli/azure/cli/command_modules/storage/_params.py # src/azure-cli/azure/cli/command_modules/storage/operations/account.py
az storage account create/update, az storage account network-rule add/remove: IPv6 private previewaz storage account create/update, az storage account network-rule add/remove: IPv6 preview
az storage account create/update, az storage account network-rule add/remove: IPv6 previewaz storage account create/update, az storage account network-rule add/remove: Support IPv6 preview
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds IPv6 preview support to Azure Storage account commands, enabling users to publish IPv6 endpoints and manage IPv6 network rules.
Changes:
- Added
--publish-ipv6-endpointflag tostorage account createandstorage account updatecommands - Added
--ipv6-addressparameter tostorage account network-rule addandstorage account network-rule removecommands - Refactored IP address overlap validation logic to support both IPv4 and IPv6
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| test_storage_account_scenarios.py | Added comprehensive test for IPv6 endpoint and network rule functionality |
| test_storage_account_ipv6.yaml | Test recording file for the new IPv6 test scenarios |
| account.py | Implemented IPv6 endpoint preference and IPv6 network rule add/remove operations |
| _validators.py | Refactored IP overlap validation and added IPv6-specific validator |
| _params.py | Added parameter definitions for IPv6 endpoint and address options |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
src/azure-cli/azure/cli/command_modules/storage/operations/account.py
Outdated
Show resolved
Hide resolved
evelyn-ys
reviewed
Jan 15, 2026
evelyn-ys
approved these changes
Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related command
Description
Add ipv6 preview support to storage account.
Testing Guide
History Notes
[Storage]
az storage account create/update: Add--publish-ipv6-endpoint[Storage]
az storage account network-rule add/remove: Add--ipv6-addressThis 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.