Joel Hendrix

Results 145 comments of Joel Hendrix

I think @JeffreyRichter has the final call for adding `APIStewardshipBoard-SignedOff`

@lirenhe @Alancere can somebody please review the Go breaking changes?

@JeffreyRichter has this been reviewed and approved? I don't see the necessary tags.

I can repro this with the latest Go code generator for [ExternalSecuritySolution](https://github.com/Azure/azure-rest-api-specs/blob/e716082ac474f182e2220e4f38f1d6191e7636cf/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/externalSecuritySolutions.json)

This extension was a bridge to allow `azidentity` to work with the legacy (track 1) SDKs which have gone out of support as of late 2023. So, I don't think...

For interacting with an OTel provider use [`azotel`](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/tracing/azotel) (has example using Jaeger).

I suspect you're correct. Would you mind [enabling logging](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore#hdr-Built_in_Logging) and paste the value of `NextLink`?

The service shouldn't be returning `EventLevel` by its ordinal value. We're following up on this. For the semicolons in the query params, we'll have this fixed in `[email protected]` which will...

`[email protected]` has been released which includes the fix for semicolons in query params.