Joel Hendrix
Joel Hendrix
I agree that getting a solid msgraph-sdk-go is the right long-term solution. While I can't make any promises, I will pass this info along to management in hopes of getting...
Few questions. - Does this include full generated code, i.e. no removal of resource types? - When will data-plane parts (i.e. key vault) be added?
The OpenAPI [definition](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-03-01/reservations.json#L320) includes the `$` but the service appears to reject it.
I believe this has been superseded by https://github.com/Azure/azure-sdk-for-go/pull/18938
Changing the verb from HEAD to GET the request succeeds, but that shouldn't be necessary. @lirenhe can you please follow up with the service team about this?
Looks like something in the [`ReservationProperties`](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-03-01/reservations.json#L1951) that's specified as `date` is actually a `date-time`.
@gaoyp830 @msft-adrianma can either of you help with this?
@gaoyp830 this is _not_ a bug in the Go SDK. Per [swagger](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/reservations/resource-manager/Microsoft.Capacity/stable/2022-03-01/reservations.json#L2034-L2038), `PurchaseDate` is incorrectly defined as having format `date`. Given what's coming over the wire, the format should be...
The data-plane spec for this is https://github.com/Azure/azure-rest-api-specs/blob/main/specification/operationalinsights/data-plane/Microsoft.OperationalInsights/stable/v1/OperationalInsights.json
This should be achievable today with a custom log listener, so no need to change the pipeline policy. Granted, this filter would apply to the entire output to be logged,...