diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/machineLearningServices.json index c6a70288c3db..746baefd8c44 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/machineLearningServices.json @@ -2851,7 +2851,6 @@ } }, "ResourceId": { - "type": "object", "properties": { "id": { "type": "string", @@ -4183,6 +4182,7 @@ "description": "The Private Endpoint Connection resource." }, "PrivateEndpointConnectionProperties": { + "type": "object", "properties": { "privateEndpoint": { "$ref": "#/definitions/PrivateEndpoint", @@ -4203,6 +4203,7 @@ "description": "Properties of the PrivateEndpointConnectProperties." }, "PrivateEndpoint": { + "type": "object", "properties": { "id": { "readOnly": true, @@ -4218,6 +4219,7 @@ "description": "The Private Endpoint resource." }, "PrivateLinkServiceConnectionState": { + "type": "object", "properties": { "status": { "$ref": "#/definitions/PrivateEndpointServiceConnectionStatus", @@ -4265,6 +4267,7 @@ } }, "PrivateLinkResourceListResult": { + "type": "object", "properties": { "value": { "type": "array", @@ -4277,6 +4280,7 @@ "description": "A list of private link resources" }, "PrivateLinkResource": { + "type": "object", "properties": { "properties": { "$ref": "#/definitions/PrivateLinkResourceProperties", @@ -4315,6 +4319,7 @@ "description": "A private link resource" }, "PrivateLinkResourceProperties": { + "type": "object", "properties": { "groupId": { "description": "The private link resource group id.", @@ -4340,6 +4345,7 @@ "description": "Properties of a private link resource." }, "SharedPrivateLinkResource": { + "type": "object", "properties": { "name": { "description": "Unique name of the private link.", @@ -4353,6 +4359,7 @@ } }, "SharedPrivateLinkResourceProperty": { + "type": "object", "properties": { "privateLinkResourceId": { "description": "The resource id that private link links to.",