Skip to content

[ServiceBus] Functions should take dict-representations of objects, and optional kwarg-parameters for updates #14335

Closed

Description

Per python guidelines: https://azure.github.io/azure-sdk/python_design.html#python-client-splat-args

  • mgmt update methods should take updateable fields as kwargs (e.g. update_queue should perhaps take DeleteOnIdle or what-have-you as a kwarg to override, if specified, the one in the primary description object)
  • For mgmt (and non-mgmt) functions where an object is taken, also accept a dict representing that object.

todo: discuss with arch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

ClientThis issue points to a problem in the data-plane of the library.Service Busblocking-releaseBlocks releasehelp wantedThis issue is tracking work for which community contributions would be welcomed and appreciated

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions