Scott Addie
Scott Addie
### Library name Azure.Monitor.Query ### Please describe the feature. In the Azure Monitor Query library, public cloud is the default. Add a section to the README that explains how to...
**Intro:** Refreshing the tokens with half lifetime would improve resiliency for clients if there's an ESTS outage while fetching a token. **Acceptance Criteria:** All MSI tokens are refreshed at least...
### Library name Azure.Monitor.Query ### Please describe the feature. Add `IServiceCollection` extension methods to support creation of the logs and metrics query clients. See [IngestionClientBuilderExtensions.cs](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/monitor/Azure.Monitor.Ingestion/src/IngestionClientBuilderExtensions.cs) for an example. These methods...
Related to https://github.com/Azure/azure-sdk-for-net/issues/27159. **Intro:** Azure AD workload identity federation is a new capability. It applies to both application identities and managed identities in Azure AD. The k8s team has built...
**Intro:** Proof of Possession is intended to ensure that the client that requests a token is the only client that can use the token. This is accomplished by the client...
**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...
**Intro:** Proof of Possession is intended to ensure that the client that requests a token is the only client that can use the token. This is accomplished by the client...
Add sovereign cloud support for the new data plane API that supports batch metrics queries in the Azure Monitor Query library. The following 2 audiences need to be supported: -...
For details of the ask, see https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1597918.