From f4d7ae352baf966aeba9085bd06df3456bd17bef Mon Sep 17 00:00:00 2001 From: ZhidaLiu <86350902+ZhidaLiu@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:31:36 -0700 Subject: [PATCH] remove featurestore settings for lint --- .../2023-10-01/machineLearningServices.json | 32 ------------------- 1 file changed, 32 deletions(-) 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 de7f17768ae8..d71b449971f0 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 @@ -2551,10 +2551,6 @@ }, "managedNetwork": { "$ref": "#/definitions/ManagedNetworkSettings" - }, - "featureStoreSettings": { - "description": "Settings for feature store type workspace.", - "$ref": "#/definitions/FeatureStoreSettings" } } }, @@ -2631,10 +2627,6 @@ "containerRegistry": { "description": "ARM id of the container registry associated with this workspace.", "type": "string" - }, - "featureStoreSettings": { - "description": "Settings for feature store type workspace.", - "$ref": "#/definitions/FeatureStoreSettings" } } }, @@ -6811,30 +6803,6 @@ ] } } - }, - "FeatureStoreSettings": { - "type": "object", - "description": "Settings for feature store type workspace.", - "properties": { - "computeRuntime": { - "$ref": "#/definitions/ComputeRuntimeDto" - }, - "offlineStoreConnectionName": { - "type": "string" - }, - "onlineStoreConnectionName": { - "type": "string" - } - } - }, - "ComputeRuntimeDto": { - "type": "object", - "description": "Compute runtime config for feature store type workspace.", - "properties": { - "sparkRuntimeVersion": { - "type": "string" - } - } } } }