From 3efc7dc5ebf40925866dc9e0ff36a46a7b7262f3 Mon Sep 17 00:00:00 2001 From: ZhidaLiu <86350902+ZhidaLiu@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:18:54 -0700 Subject: [PATCH] Add missing kind property in the workspace --- .../stable/2023-10-01/machineLearningServices.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json index 010a3fac2899..01219b62c69e 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json @@ -2373,6 +2373,9 @@ "$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity", "description": "The identity of the resource." }, + "kind": { + "type": "string" + }, "location": { "description": "Specifies the location of the resource.", "type": "string"