Skip to content
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

Split queue creation and updating to require two separate classes #12741

Conversation

KieranBrantnerMagee
Copy link
Member

Compensates for lack of granular (patch) update. (to force users to always do a get before an update)

Also enables dict-based parameter passing for queue mgmt operations.

renames runtime options to runtimeproperties.

… compensate for lack of granular (patch) update. (to force users to always do a get before an update)

Also enables dict-based parameter passing for queue mgmt operations.

renames runtime options to runtimeproperties.
@KieranBrantnerMagee KieranBrantnerMagee added Service Bus Client This issue points to a problem in the data-plane of the library. labels Jul 27, 2020
@KieranBrantnerMagee KieranBrantnerMagee added this to the [2020] August milestone Jul 27, 2020
@KieranBrantnerMagee KieranBrantnerMagee self-assigned this Jul 27, 2020
entry.content.queue_description)
return runtime_info

async def create_queue(self, queue: Union[str, QueueDescription], **kwargs) -> QueueDescription:
async def create_queue(self, queue: Union[str, CreateQueueOptions], **kwargs) -> QueueProperties:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should just get rid of this object and use discrete parameters.

openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-python that referenced this pull request Feb 1, 2021
Lowered minItems to 0 to match API implementation (Azure#12741)
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-python that referenced this pull request Feb 1, 2021
Lowered minItems to 0 to match API implementation (Azure#12741)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants