Conversation
❌AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
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 updates the Microsoft.Security/privateLinks resource provider from a preview API version (2025-09-01-preview) to what is intended to be a stable API version (2026-01-01). The update ensures consistency across both the ARM template used for testing and the provider registration in the custom.py module.
Key Changes:
- Updated API version from
2025-09-01-previewto2026-01-01for Microsoft.Security/privateLinks - Changes applied to both the ARM template and the provider registration logic
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| security_privatelinks_template.json | Updates the ARM template to use the new API version for deploying Microsoft.Security/privateLinks resources in tests |
| custom.py | Updates the provider registration to use the new API version for private endpoint connection operations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Related command
az network private-endpoint create
az network private-endpoint-connection show/approve/list/reject
Description
This PR update the Microsoft.Security/privateLinks RP to use 2026-01-01 stable api-version.
Testing Guide
Updated the SecurityPrivateLinksNetworkARMTemplateBasedScenarioTest class that can be run using azdev test SecurityPrivateLinksNetworkARMTemplateBasedScenarioTest.
History Notes
N/A