Charles Lowell
Charles Lowell
I think running a simple regex like `https://.*preview.*` on autorest.md would do. We would need to make exceptions though because we have several GA packages apparently built on preview swaggers:...
@flang-msft can you please review this?
@flang-msft can you please review this? It's a one line change; I'm adding a Go example link
Service clients and `azidentity` credentials both cache access tokens, however each cache checks whether tokens have expired before using them. Can you please explain what msi-adapter is and how your...
> Is there a way to enable sdk logs to check at what time the new token was requested? Yes. If you enable logging [as described in the README](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azidentity/README.md#logging), you'll...
Thanks for opening this issue! Have you reported this to Azure Local (appears they take issues at [Azure/AzureLocal-Supportability](https://github.com/Azure/AzureLocal-Supportability))? I'm sorry to write that I don't see a feasible way to...
Thanks for opening this issue! I believe I have a reasonable fix to unblock your scenario but I have to think through the possible side-effects to build confidence that it...
My understanding is that "optional" and "nullable" are independent. A field that isn't required is optional in that it needn't appear in a body, but this doesn't make "null" a...
> is the use of `x-nullable` to indicate "null is a valid value" consistent across all the Azure services and guidelines? I am wondering if we should strictly use the...
That's my understanding as well. The TSP PRs don't include a client.tsp and may not--it's reasonable to add it in a separate PR--so feel free to create one for your...