-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Network] az network private-endpoint-connection: Update provider Microsoft.Security/privateLinks #32581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
[Network] az network private-endpoint-connection: Update provider Microsoft.Security/privateLinks #32581
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.
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 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