The Azure Monitor exporter for JavaScript seems to generate it's models based on a Swagger API definition. See: - https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/monitor/monitor-opentelemetry-exporter/swagger - https://github.com/Azure/azure-rest-api-specs/blob/e47988f3ccaa90681f11cce59c25c638ff305692/specification/applicationinsights/data-plane/Monitor.Exporters/preview/2020-09-15_Preview/swagger.json - https://github.com/Azure/azure-rest-api-specs/blob/195cd610db0accd0422c3e00a72df739ab4de677/specification/applicationinsights/data-plane/Monitor.Exporters/preview/v2.1/swagger.json This might be much easier to use than the bond file before. Can we generate models from it?
The Azure Monitor exporter for JavaScript seems to generate it's models based on a Swagger API definition. See:
This might be much easier to use than the bond file before. Can we generate models from it?