This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.64k
stars
2.84k
forks
source link
[Storage] Don't retry on `AzureSigningError` if missing credential information #26656
As discussed offline, there should be some logic that if a AzureSigningError occurs, to check if the credential provided is empty. It is slightly odd to wait for a retry (that we know will fail) if we were to inspect the credential and see that it is empty.
As discussed offline, there should be some logic that if a
AzureSigningError
occurs, to check if the credential provided is empty. It is slightly odd to wait for a retry (that we know will fail) if we were to inspect the credential and see that it is empty.