[ServiceBus] Regenerate commands for API version 2026-07-01-preview - #33991
Open
schaudhari6254888 wants to merge 1 commit into
Open
[ServiceBus] Regenerate commands for API version 2026-07-01-preview#33991schaudhari6254888 wants to merge 1 commit into
schaudhari6254888 wants to merge 1 commit into
Conversation
Regenerates the servicebus module from the aaz 2026-07-01-preview command models. The 2026-07-01-preview swagger is byte-identical to 2026-01-01 apart from the version string, so this is a pure api-version bump: no command, no argument and no response-schema changes. The shipped command surface is unchanged (74 commands). --help output for namespace create/update/failover and topic authorization-rule keys renew is byte-identical to the 2026-01-01 baseline. _failover.py is intentionally frozen: only the three api-version literals changed, the hand-tuned LRO shape, status codes and the --force / --primary-location arguments are preserved. Recordings are intentionally not re-recorded: ARM does not serve 2026-07-01-preview in any region yet. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
microsoft-github-policy-service
Bot
requested a review
from Yong Zhang (yonzhan)
August 26, 2026 05:38
Contributor
There was a problem hiding this comment.
Pull request overview
This PR regenerates the Service Bus aaz/latest command implementations to use the 2026-07-01-preview management-plane api-version (replacing prior 2026-01-01 / older literals) while aiming to keep the CLI command surface unchanged.
Changes:
- Bumps
_aaz_inforesource api-version and requestapi-versionquery params to2026-07-01-previewacross the regenerated Service Bus AAZ command set. - Includes minor argument options list normalization in
servicebus namespacecreate/update generated schema.
Reviewed changes
Copilot reviewed 77 out of 77 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/rule/_update.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/rule/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/rule/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/rule/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/rule/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/_update.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/subscription/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/authorization_rule/keys/_renew.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/authorization_rule/keys/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/authorization_rule/_update.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/authorization_rule/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/authorization_rule/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/authorization_rule/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/authorization_rule/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/_update.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/topic/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/authorization_rule/keys/_renew.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/authorization_rule/keys/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/authorization_rule/_update.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/authorization_rule/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/authorization_rule/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/authorization_rule/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/authorization_rule/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/_update.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/queue/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/private_link_resource/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/private_endpoint_connection/_wait.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/private_endpoint_connection/_update.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/private_endpoint_connection/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/private_endpoint_connection/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/private_endpoint_connection/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/private_endpoint_connection/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/network_rule_set/_update.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/network_rule_set/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/network_rule_set/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/network_rule_set/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/authorization_rule/keys/_renew.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/authorization_rule/keys/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/authorization_rule/_update.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/authorization_rule/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/authorization_rule/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/authorization_rule/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/authorization_rule/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/_wait.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/_update.py | api-version bump to 2026-07-01-preview (plus minor options formatting) |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/_failover.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/_exists.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/namespace/_create.py | api-version bump to 2026-07-01-preview (plus minor options normalization) |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/migration/_wait.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/migration/_start.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/migration/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/migration/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/migration/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/migration/_complete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/migration/_abort.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/authorization_rule/keys/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/authorization_rule/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/authorization_rule/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/_show.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/_list.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/_fail_over.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/_exists.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/_delete.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/_create.py | api-version bump to 2026-07-01-preview |
| src/azure-cli/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/_break_pair.py | api-version bump to 2026-07-01-preview |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
124
to
129
| def query_parameters(self): | ||
| parameters = { | ||
| **self.serialize_query_param( | ||
| "api-version", "2026-01-01", | ||
| "api-version", "2026-07-01-preview", | ||
| required=True, | ||
| ), |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
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.
🤖 PR Validation — ❌ Action needed
❌AzureCLI-FullTest
Regenerates the servicebus module from the aaz 2026-07-01-preview command models. The 2026-07-01-preview swagger is byte-identical to 2026-01-01 apart from the version string, so this is a pure api-version bump: no command, no argument and no response-schema changes.
The shipped command surface is unchanged (74 commands). --help output for namespace create/update/failover and topic authorization-rule keys renew is byte-identical to the 2026-01-01 baseline.
_failover.py is intentionally frozen: only the three api-version literals changed, the hand-tuned LRO shape, status codes and the --force / --primary-location arguments are preserved.
Recordings are intentionally not re-recorded: ARM does not serve 2026-07-01-preview in any region yet.
Related command
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis 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.