diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/examples/Compute/delete.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/examples/Compute/delete.json index 89d2a2d4d19c..7315283521a2 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/examples/Compute/delete.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/examples/Compute/delete.json @@ -14,6 +14,7 @@ "Azure-AsyncOperation": "https://management.azure.com/subscriptions/...pathToOperationStatus...", "Location": "https://management.azure.com/subscriptions/...pathToOperationResult..." } - } + }, + "204": {} } } diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/machineLearningServices.json index 1f7383f4ce92..08ac7d7f87c1 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/machineLearningServices.json @@ -492,6 +492,12 @@ "schema": { "$ref": "#/definitions/ListUsagesResult" } + }, + "default": { + "description": "Error response describing why the operation failed", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } } }, "x-ms-pageable": { @@ -533,6 +539,12 @@ "schema": { "$ref": "#/definitions/VirtualMachineSizeListResult" } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" + } } }, "x-ms-examples": { @@ -1470,6 +1482,12 @@ "schema": { "$ref": "#/definitions/PrivateLinkResourceListResult" } + }, + "default": { + "description": "Error response describing why the operation failed", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } } } } @@ -1982,6 +2000,10 @@ "type": "string" } } + }, + "isDataAction": { + "description": "Indicates whether the operation applies to data-plane", + "type": "boolean" } } }, @@ -5181,23 +5203,13 @@ "WorkspaceConnection": { "x-ms-azure-resource": true, "description": "Workspace connection.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/Resource" + } + ], "type": "object", "properties": { - "id": { - "type": "string", - "description": "ResourceId of the workspace connection.", - "readOnly": true - }, - "name": { - "type": "string", - "description": "Friendly name of the workspace connection.", - "readOnly": true - }, - "type": { - "type": "string", - "description": "Resource type of workspace connection.", - "readOnly": true - }, "properties": { "type": "object", "description": "Properties of workspace connection.", diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/workspaceFeatures.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/workspaceFeatures.json index b7aa83a88525..d2edfbb0d4fe 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/workspaceFeatures.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/workspaceFeatures.json @@ -81,6 +81,7 @@ } }, "ListAmlUserFeatureResult": { + "type": "object", "properties": { "value": { "readOnly": true,