Skip to content

Commit f4d7ae3

Browse files
committed
remove featurestore settings for lint
1 parent 9aba16a commit f4d7ae3

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,10 +2551,6 @@
25512551
},
25522552
"managedNetwork": {
25532553
"$ref": "#/definitions/ManagedNetworkSettings"
2554-
},
2555-
"featureStoreSettings": {
2556-
"description": "Settings for feature store type workspace.",
2557-
"$ref": "#/definitions/FeatureStoreSettings"
25582554
}
25592555
}
25602556
},
@@ -2631,10 +2627,6 @@
26312627
"containerRegistry": {
26322628
"description": "ARM id of the container registry associated with this workspace.",
26332629
"type": "string"
2634-
},
2635-
"featureStoreSettings": {
2636-
"description": "Settings for feature store type workspace.",
2637-
"$ref": "#/definitions/FeatureStoreSettings"
26382630
}
26392631
}
26402632
},
@@ -6811,30 +6803,6 @@
68116803
]
68126804
}
68136805
}
6814-
},
6815-
"FeatureStoreSettings": {
6816-
"type": "object",
6817-
"description": "Settings for feature store type workspace.",
6818-
"properties": {
6819-
"computeRuntime": {
6820-
"$ref": "#/definitions/ComputeRuntimeDto"
6821-
},
6822-
"offlineStoreConnectionName": {
6823-
"type": "string"
6824-
},
6825-
"onlineStoreConnectionName": {
6826-
"type": "string"
6827-
}
6828-
}
6829-
},
6830-
"ComputeRuntimeDto": {
6831-
"type": "object",
6832-
"description": "Compute runtime config for feature store type workspace.",
6833-
"properties": {
6834-
"sparkRuntimeVersion": {
6835-
"type": "string"
6836-
}
6837-
}
68386806
}
68396807
}
68406808
}

0 commit comments

Comments
 (0)