Conversation
…uration list/show/reconcile`
️✔️AzureCLI-FullTest
|
|
Hi @calvinhzy, |
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| storage account network-security-perimeter-configuration | sub group storage account network-security-perimeter-configuration 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 network security perimeter configuration commands to the Azure CLI Storage module, enabling users to list, show, and reconcile network security perimeter configurations for storage accounts.
Key Changes:
- Added three new commands:
list,show, andreconcilefor network-security-perimeter-configuration management - Implemented comprehensive test coverage with recorded test scenarios
- Integrated commands with Azure Storage Management API version 2025-01-01
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test_storage_account_scenarios.py | Added test class with recorded test scenario for NSP configuration commands |
| test_storage_account_nsp.yaml | Test recording file capturing API interactions for NSP configuration operations |
| _list.py | Command implementation to list all NSP configurations for a storage account |
| _show.py | Command implementation to retrieve a specific NSP configuration |
| _reconcile.py | Command implementation to refresh NSP association information |
| init.py | Module initialization file exporting NSP configuration commands |
| __cmd_group.py | Command group registration for network-security-perimeter-configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Related command
Description
Add support NSP for storage
AAZ: Azure/aaz#880
Testing Guide
History Notes
[Storage]
az storage account network-security-perimeter-configuration list/show/reconcile: Add support for network-security-perimeterThis 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.