azure-sdk-for-python
azure-sdk-for-python copied to clipboard
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 vers...
Example here: https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam
**Context:** Managed identity support is being added to MSAL. Adapt the Azure Identity library to become a consumer of MSAL's managed identity token request logic.
As of [Azure CLI v2.54.0](https://github.com/Azure/azure-cli/milestone/135), the `az account get-access-token` command returns a new `expires_on` field containing a POSIX timestamp. This behavior is a departure from previous versions, in which the...
Part 1 of pyamqp update for typing. I also brought in typing from Anna's branch. The other bits will come after this
Tracking item to add WorkloadIdentityCredential support for Azure Service Connections (App Config). @KarishmaGhiya is driving the investigation. Original partner ask: https://github.com/Azure/azure-sdk-for-js/issues/27093 From @KarishmaGhiya: > @joshfree I spoke to @ChristineWanjau Looks...
https://github.com/Azure/azure-sdk/issues/901#issuecomment-1689461651 
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...
`VisualStudioCodeCredential` will depend on a new authentication tool which replaces the Azure Account extension in Visual Studio Code. This tool is not yet built; more details to come.
**Is your feature request related to a problem? Please describe.** We started to integrated OpenTelemetry with Azure Functions. It was tough for me to find all necessary resources and very...
How to list Azure images using python API calls? I want to use Azure python SDK/API calls to list all images that are available in my account. This is to...