Charles Lowell
Charles Lowell
Closing in favor of #23156
I don't see anything wrong with this, however I also don't see a reason to make these changes, because they don't affect client behavior or the module's public API. Can...
Azure CLI now requires additional parameters to deploy ACI: https://github.com/Azure/azure-sdk-for-go/pull/23796/files
It's no longer necessary to work around test subscription limitations with `az container exec`: https://github.com/Azure/azure-sdk-for-go/pull/24151
Thanks for opening this! I'm sorry that we can't merge it at this time because it should be part of a broader feature we haven't designed yet (#23328). Cloud configuration...
#19448 added an API for extending azcore's bearer token policy for challenge handling/auth param discovery. #19447 has an example implementation for Key Vault.
Go builds dependency info into executables that you can parse with `runtime/debug`. For example: ```go import "runtime/debug" if bi, ok := debug.ReadBuildInfo(); ok { for _, dep := range bi.Deps...
You're welcome!
Can we put this in the 1P docs instead? It's a 1P-only feature.
This is the high-level process for each library: - add language-specific configuration to the library's tspconfig.yaml in the azure-rest-api-specs repo. See these PRs: - https://github.com/Azure/azure-rest-api-specs/pull/30239 - https://github.com/Azure/azure-rest-api-specs/pull/28708 - https://github.com/Azure/azure-rest-api-specs/pull/29248 -...