IT seems like docs.microsoft.com is not documenting kwargs anywhere.
Here are some examples:
Storage:
https://docs.microsoft.com/en-us/python/api/azure-storage-blob/azure.storage.blob.blobclient?view=azure-python#get-page-ranges-offset-none--length-none--previous-snapshot-diff-none----kwargs-
Keyvault:
https://docs.microsoft.com/en-us/python/api/azure-keyvault-keys/azure.keyvault.keys.keyclient?view=azure-python#list-properties-of-keys---kwargs-
@maggiepint @scbedd @kaerm
And here is an example of customer confusion:
Looking at the docs for dowload_blob it's not apparent that it accepts a
max_concurrencyargument. Is there a better way I could have discovered this?
We have an item filed against the docs team for this. I thought I had an issue filed against this repo to track on our side, but obviously not. Thanks @rakshith91
This PR Resolve this issue!
Most helpful comment
This PR Resolve this issue!