[Network] az network private-endpoint: Add --billing-sku - #33799
[Network] az network private-endpoint: Add --billing-sku#33799Jian Hui (huiii99) wants to merge 1 commit into
az network private-endpoint: Add --billing-sku#33799Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Live test results —
|
There was a problem hiding this comment.
CI Summary
Live test: ❌ failed
Upstream CI: ❌ 3 checks failed.
| Check | Result |
|---|---|
| Azure.azure-cli Full Test | ❌ failed — Build #20260728.6 had test failures |
| Automation Full Test Python312 Profile Latest instance1 | ❌ failed |
| Automation Full Test Python314 Profile Latest instance1 | ❌ failed |
Please investigate the live-test failure and the full-test failures and push a fix.
|
🔔 Routing this PR to @Azure/act-quality-productivity-squad. |
🤖 PR Validation — ❌ Action needed
❌AzureCLI-FullTest
Related command
az network private-endpoint create/update/show/listDescription
Upgrade the
az network private-endpointcommand group to API version 2025-07-01.--billing-skutocreate/updateto configure the private endpoint billing SKU.--expandfromshow/list, as it is no longer supported by the 2025-07-01 API.aaz Azure/aaz#1051
Testing Guide
azdev test test_network_private_endpoint_billing_sku --liveHistory Notes
[Network]
az network private-endpoint create/update: Add--billing-skuto configure the private endpoint billing SKU[Network] BREAKING CHANGE:
az network private-endpoint show/list: Remove--expand, no longer supported by API version 2025-07-01This 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.