Skip to content

Commit 90768e7

Browse files
committed
Revert "remove featurestore settings for lint"
This reverts commit f4d7ae3.
1 parent 5d97150 commit 90768e7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,6 +2547,10 @@
25472547
},
25482548
"managedNetwork": {
25492549
"$ref": "#/definitions/ManagedNetworkSettings"
2550+
},
2551+
"featureStoreSettings": {
2552+
"description": "Settings for feature store type workspace.",
2553+
"$ref": "#/definitions/FeatureStoreSettings"
25502554
}
25512555
}
25522556
},
@@ -2623,6 +2627,10 @@
26232627
"containerRegistry": {
26242628
"description": "ARM id of the container registry associated with this workspace.",
26252629
"type": "string"
2630+
},
2631+
"featureStoreSettings": {
2632+
"description": "Settings for feature store type workspace.",
2633+
"$ref": "#/definitions/FeatureStoreSettings"
26262634
}
26272635
}
26282636
},
@@ -6799,6 +6807,30 @@
67996807
]
68006808
}
68016809
}
6810+
},
6811+
"FeatureStoreSettings": {
6812+
"type": "object",
6813+
"description": "Settings for feature store type workspace.",
6814+
"properties": {
6815+
"computeRuntime": {
6816+
"$ref": "#/definitions/ComputeRuntimeDto"
6817+
},
6818+
"offlineStoreConnectionName": {
6819+
"type": "string"
6820+
},
6821+
"onlineStoreConnectionName": {
6822+
"type": "string"
6823+
}
6824+
}
6825+
},
6826+
"ComputeRuntimeDto": {
6827+
"type": "object",
6828+
"description": "Compute runtime config for feature store type workspace.",
6829+
"properties": {
6830+
"sparkRuntimeVersion": {
6831+
"type": "string"
6832+
}
6833+
}
68026834
}
68036835
}
68046836
}

0 commit comments

Comments
 (0)