From 01ebd0d962a2ede745dac26674375604cadf934a Mon Sep 17 00:00:00 2001 From: Richard Zhao Date: Fri, 2 Jul 2021 14:29:58 +0800 Subject: [PATCH] fix LintDiff errors --- .../stable/2021-07-01/machineLearningServices.json | 5 ++++- .../stable/2021-07-01/services.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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 53bde02da2d0..7328006d3197 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 @@ -3201,7 +3201,7 @@ "type": "string" }, "namespace": { - "description": "namespace", + "description": "Compute namespace", "type": "string", "default": "default" }, @@ -3354,6 +3354,7 @@ }, { "type": "object", + "description": "Properties of AmlCompute", "properties": { "properties": { "$ref": "#/definitions/AmlComputeProperties" @@ -3463,6 +3464,7 @@ }, { "type": "object", + "description": "Properties(top level) of ComputeInstance", "properties": { "properties": { "$ref": "#/definitions/ComputeInstanceProperties" @@ -3559,6 +3561,7 @@ }, "DatabricksProperties": { "type": "object", + "description": "Propertiey of Databricks", "properties": { "databricksAccessToken": { "description": "Databricks access token", diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/services.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/services.json index e6424bc40b0c..a0bbd4101377 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/services.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/services.json @@ -364,6 +364,7 @@ "description": "The sku of the workspace." }, "systemData": { + "description": "System Data", "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData" } },