Joel Hendrix
Joel Hendrix
Thanks, this was helpful. The [swagger definition](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentProactiveDetection_API.json#L161-L243) for this type doesn't match what's sent over the wire. Specifically, the swagger specifies the fields as pascal-cased when they're actually camel-cased. Interesting...
Somebody from the service team needs to fix their swagger. @lirenhe can you please help route this?
@AmitOttenheimer this is for the [ARM SDK](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/applicationinsights/armapplicationinsights/v2) which has a publicly supported SDK in Go. This SDK is built from the [OpenAPI](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/applicationinsights/resource-manager/Microsoft.Insights) definitions provided by the App Insights.
@AmitOttenheimer was this closed because the issue has been fixed?
Hello @JorTurFer can we get more info on what's broken in your scenario and how you're using `github.com/Azure/go-autorest/autorest` to resolve it?
Got it, thanks for clarifying. I don't know what our plans are for an AppInsights SDK. I've assigned this to @sandeep-sen for comments.
What's driving this requirement, is it the ability to specify values that aren't numeric?
`AZURE_CLOUD` is indeed the replacement. However, we've not yet implemented support for this (I don't believe the other SDKs have either). As for when, I'm not really sure. Will discuss...
The only reason we never exported it in the past was because we didn't think it would be useful. If there's a real need for these to be exported, we...
@kaiminz-db would you be able to provide the complete [logs](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore#hdr-Built_in_Logging) of the HTTP requests/responses when you observe this? It would really help narrow down where the problem is.