From d1e7cb4d2403b8937ed6a1bc70eeda22776695ac Mon Sep 17 00:00:00 2001 From: Jonathan Eskew Date: Tue, 10 May 2022 16:05:02 -0400 Subject: [PATCH 1/2] Corect duplicate parent references in timeseriesinsights@2018-08-15-preview --- .../preview/2018-08-15-preview/timeseriesinsights.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2018-08-15-preview/timeseriesinsights.json b/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2018-08-15-preview/timeseriesinsights.json index 8ecaee789a01..b8b9a444b839 100644 --- a/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2018-08-15-preview/timeseriesinsights.json +++ b/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2018-08-15-preview/timeseriesinsights.json @@ -1612,9 +1612,6 @@ }, { "$ref": "#/definitions/EnvironmentResourceProperties" - }, - { - "$ref": "#/definitions/ResourceProperties" } ], "required": [ @@ -1648,9 +1645,6 @@ "allOf": [ { "$ref": "#/definitions/EnvironmentResourceProperties" - }, - { - "$ref": "#/definitions/ResourceProperties" } ], "description": "Properties of the long-term environment." From 0002a1619a92a66c0648183796fac22582ce6db2 Mon Sep 17 00:00:00 2001 From: Jonathan Eskew Date: Fri, 27 May 2022 16:03:59 -0400 Subject: [PATCH 2/2] Remove invalid x-ms-discriminator-value extensions --- .../preview/2018-08-15-preview/timeseriesinsights.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2018-08-15-preview/timeseriesinsights.json b/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2018-08-15-preview/timeseriesinsights.json index b8b9a444b839..d7abed79c7bc 100644 --- a/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2018-08-15-preview/timeseriesinsights.json +++ b/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2018-08-15-preview/timeseriesinsights.json @@ -1902,7 +1902,6 @@ }, "EventHubEventSourceUpdateParameters": { "type": "object", - "x-ms-discriminator-value": "Microsoft.EventHub", "properties": { "properties": { "x-ms-client-flatten": true, @@ -1918,7 +1917,6 @@ "description": "Parameters supplied to the Update Event Source operation to update an EventHub event source." }, "IoTHubEventSourceUpdateParameters": { - "x-ms-discriminator-value": "Microsoft.IoTHub", "type": "object", "properties": { "properties": {