diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-04-01-preview/services.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-04-01-preview/services.json index 25eac621a2f6..6e8a5f38b472 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-04-01-preview/services.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-04-01-preview/services.json @@ -219,7 +219,11 @@ "description": "Services response resource.", "type": "object", "discriminator": "serviceType", - "x-ms-client-flatten": true, + "allOf": [ + { + "$ref": ".../../cosmos-db.json#/definitions/ARMProxyResource" + } + ], "properties": { "creationTime": { "readOnly": true, @@ -278,7 +282,7 @@ } ], "properties": { - "SqlDedicatedGatewayEndpoint": { + "sqlDedicatedGatewayEndpoint": { "type": "string", "description": "SqlDedicatedGateway endpoint for the service." },