Azure / Azure/azure-rest-api-specs
`Servicebus queue`:property update is not being reflected when put operation gets 200 ok from the api.
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
When updating servicebus queue properties, for example, [status](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2021-06-01-preview/Queue.json#L357) , [deadLetteringOnMessageExpiration](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2021-06-01-preview/Queue.json#L343), the value is not being replicated when api returns 200, the old value is still there and not updated.
Contributor guide
Research direction
Start by reading the referenced Queue.json definitions for status and deadLetteringOnMessageExpiration, then reproduce the PUT request that returns 200. Compare the updated properties with a subsequent read response; done means the new values are reflected instead of the previous values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, openapi
- Domain
- api, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100