-
Notifications
You must be signed in to change notification settings - Fork 3.5k
az servicebus queue create and az servicebus queue update ignore --enable-partitioning #24741
Copy link
Copy link
Closed
Labels
Auto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Service Busaz servicebusaz servicebusbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackMore information is needed from author to address the issue.More information is needed from author to address the issue.no-recent-activityThere has been no recent activity on this issue.There has been no recent activity on this issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Service Busaz servicebusaz servicebusbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackMore information is needed from author to address the issue.More information is needed from author to address the issue.no-recent-activityThere has been no recent activity on this issue.There has been no recent activity on this issue.
Describe the bug
When creating the servicebus queue with
az servicebus queue createand the parameter --enable-partitioning is set to true this is ignored by the cli and the setting is still disabled in portal.Furthermore when using
az servicebus queue updateto enable partitioning bad request is returned.Command Name
az servicebus queue createaz servicebus queue updateErrors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az servicebus queue create --name {} --namespace-name {} --resource-group {} --enable-session --enable-batched-operations --max-size {} --enable-partitioning {} --lock-duration {} --max-delivery-count {} --debugaz servicebus queue update --name {} --namespace-name {} --resource-group {} --enable-session --enable-batched-operations --max-size {} --enable-partitioning {} --lock-duration {} --max-delivery-count {} --debugExpected Behavior
should work as documented here and here
Environment Summary
Additional Context