Azure / azure-sdk-for-python

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

Closed vincenttran-msft closed 4 months ago

vincenttran-msft commented 2 years ago

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.

azure-sdk commented 2 years ago

Label prediction was below confidence level 0.6 for Model:ServiceLabels: 'Storage:0.56265616,Azure.Identity:0.38987213,Event Hubs:0.0049533104'

jalauzon-msft commented 4 months ago

Fixed with #36431