From 7081126a0e9461624e2e23464b8a169ddf11a0bd Mon Sep 17 00:00:00 2001 From: ZhidaLiu <86350902+ZhidaLiu@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:02:59 -0700 Subject: [PATCH 1/3] add v1LegacyMode to workpsace properties. --- .../stable/2022-05-01/machineLearningServices.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json index 6f92e56d6eb6..9f08a34e57ee 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json @@ -2204,6 +2204,10 @@ "description": "The URI associated with this workspace that machine learning flow must point at to set up tracking.", "type": "string", "readOnly": true + }, + "v1LegacyMode": { + "description": "If the workspace is in V1 legacy mode", + "type": "boolean" } } }, From f1953a704c1f39cc385d296ed36dd46748fbdef4 Mon Sep 17 00:00:00 2001 From: ZhidaLiu <86350902+ZhidaLiu@users.noreply.github.com> Date: Tue, 10 May 2022 15:58:22 -0700 Subject: [PATCH 2/3] update description and add default value. --- .../stable/2022-05-01/machineLearningServices.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json index 9f08a34e57ee..e725f2aa0231 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json @@ -2206,7 +2206,8 @@ "readOnly": true }, "v1LegacyMode": { - "description": "If the workspace is in V1 legacy mode", + "description": "If the workspace is in V1 legacy mode, MFE will reject the call if this is set to true.", + "default": false, "type": "boolean" } } From 91f6c466f3ce7a770d0b384c105aa01851e21261 Mon Sep 17 00:00:00 2001 From: ZhidaLiu <86350902+ZhidaLiu@users.noreply.github.com> Date: Tue, 10 May 2022 16:20:39 -0700 Subject: [PATCH 3/3] update description --- .../stable/2022-05-01/machineLearningServices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json index e725f2aa0231..2ae9a36100dc 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json @@ -2206,7 +2206,7 @@ "readOnly": true }, "v1LegacyMode": { - "description": "If the workspace is in V1 legacy mode, MFE will reject the call if this is set to true.", + "description": "Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.", "default": false, "type": "boolean" }