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.53k stars 2.76k forks source link

Azure AI Content Safety python SDK Managed Identity authentication #33043

Open shayben opened 10 months ago

shayben commented 10 months ago

It appears as if the python SDK (1.0.0b1) supports only AzureKeyCredential authentication only but the API supports managed identity (C# sample ref: https://github.com/Azure-Samples/AzureAIContentSafety/tree/main/authentication).

Would greatly simplify auth if we can use Managed Identity while preserving the simplicity and maintainability of using the SDK. Thanks!

github-actions[bot] commented 10 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @swiftarrow11.

kristapratico commented 10 months ago

@shayben thanks for your feature request. We'll take a look and get back to you as soon as possible.