Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
692 stars 237 forks source link

add VisualStudioCodeCredential #1526

Closed cataggar closed 8 months ago

cataggar commented 8 months ago

It looks like this is blocked until https://github.com/Azure/azure-sdk-for-net/issues/30525 is resolved. Just stick with the AzureCliCredential. Parking this is the backlog.

From Azure SDK for .NET:

/// It's a known issue that VisualStudioCodeCredential /// doesn't work with Azure Account extension /// versions newer than 0.9.11. A long-term fix to this problem is in progress. In the meantime, consider authenticating /// with .

cataggar commented 8 months ago

If this gets unblocked and there is demand for it, please reopen.