-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Azure.CoreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.DocsP0
Milestone
Description
See #12102 , no-one can guess what kwargs are available just looking at the doc.
We have the content already:
https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies
How do we make it available for each client? A "aka.ms/options" in all client docstring? Else?
One thing for sure is I don't want to hard-code it, especially since most of these options depends on the version of azure-core, so hard-coding the code makes no sense since the availability will be dependent on the version of installed azure-core, not the installed actual service package.
mikeharder and robin-wayve
Metadata
Metadata
Assignees
Labels
Azure.CoreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.DocsP0