Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ServiceResourceCreateUpdateProperties"
}
}
Expand Down Expand Up @@ -406,8 +405,8 @@
}
}
},
"DataTransferServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update request for DataTransferServiceResource",
"DataTransferServiceResourceCreateUpdateProperties": {
"description": "Properties for Create or Update request for DataTransferServiceResource",
"type": "object",
"x-ms-discriminator-value": "DataTransfer",
"allOf": [
Expand All @@ -416,8 +415,8 @@
}
]
},
"SqlDedicatedGatewayServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update request for SqlDedicatedGatewayServiceResource",
"SqlDedicatedGatewayServiceResourceCreateUpdateProperties": {
"description": "Properties for Create or Update request for SqlDedicatedGatewayServiceResource",
"type": "object",
"x-ms-discriminator-value": "SqlDedicatedGateway",
"allOf": [
Expand Down Expand Up @@ -514,8 +513,8 @@
}
}
},
"GraphAPIComputeServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update request for GraphAPIComputeServiceResource",
"GraphAPIComputeServiceResourceCreateUpdateProperties": {
"description": "Properties for Create or Update request for GraphAPIComputeServiceResource",
"type": "object",
"x-ms-discriminator-value": "GraphAPICompute",
"allOf": [
Expand Down Expand Up @@ -554,8 +553,8 @@
}
}
},
"MaterializedViewsBuilderServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update request for MaterializedViewsBuilderServiceResource",
"MaterializedViewsBuilderServiceResourceCreateUpdateProperties": {
"description": "Properties for Create or Update request for MaterializedViewsBuilderServiceResource",
"type": "object",
"x-ms-discriminator-value": "MaterializedViewsBuilder",
"allOf": [
Expand Down