Skip to content

Commit

Permalink
Corect duplicate parent references in timeseriesinsights@2018-08-15-p…
Browse files Browse the repository at this point in the history
…review (#19010)

* Corect duplicate parent references in timeseriesinsights@2018-08-15-preview

* Remove invalid x-ms-discriminator-value extensions
  • Loading branch information
jeskew authored Jun 1, 2022
1 parent 4eb2ae1 commit 27a778f
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1612,9 +1612,6 @@
},
{
"$ref": "#/definitions/EnvironmentResourceProperties"
},
{
"$ref": "#/definitions/ResourceProperties"
}
],
"required": [
Expand Down Expand Up @@ -1648,9 +1645,6 @@
"allOf": [
{
"$ref": "#/definitions/EnvironmentResourceProperties"
},
{
"$ref": "#/definitions/ResourceProperties"
}
],
"description": "Properties of the long-term environment."
Expand Down Expand Up @@ -1908,7 +1902,6 @@
},
"EventHubEventSourceUpdateParameters": {
"type": "object",
"x-ms-discriminator-value": "Microsoft.EventHub",
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand All @@ -1924,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": {
Expand Down

0 comments on commit 27a778f

Please sign in to comment.