From ea95de5b29485d2aa2acccee03fa3307a8bb56af Mon Sep 17 00:00:00 2001 From: ZhidaLiu Date: Sun, 2 Apr 2023 23:29:56 -0700 Subject: [PATCH] [HUB] update team configuration related properties (#23285) * [HUB] update team configuration related properties * Update description * fix merge issue --- .../machineLearningServices.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-04-01-preview/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-04-01-preview/machineLearningServices.json index d6deba1b125d..907a5cbb04d9 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-04-01-preview/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-04-01-preview/machineLearningServices.json @@ -2663,6 +2663,46 @@ "default": false, "type": "boolean" }, + "storageAccounts": { + "description": ": A list of storage accounts used by Hub.", + "type": "array", + "items": { + "type": "string" + } + }, + "keyVaults": { + "description": "A list of key vaults used by Hub.", + "type": "array", + "items": { + "type": "string" + } + }, + "containerRegistries": { + "description": "A list of container registries used by Hub.", + "type": "array", + "items": { + "type": "string" + } + }, + "existingWorkspaces": { + "description": "A list of existing workspaces used by Hub to perform convert.", + "type": "array", + "items": { + "type": "string" + } + }, + "hubResourceId": { + "description": "Resource Id of Hub used for lean workspace.", + "type": "string" + }, + "associatedWorkspaces": { + "description": "A list of lean workspaces associated with Hub.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + }, "managedNetwork": { "$ref": "#/definitions/ManagedNetworkSettings" }