Skip to content

Commit

Permalink
remove featurestore settings for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu committed Oct 8, 2023
1 parent 9aba16a commit f4d7ae3
Showing 1 changed file with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2551,10 +2551,6 @@
},
"managedNetwork": {
"$ref": "#/definitions/ManagedNetworkSettings"
},
"featureStoreSettings": {
"description": "Settings for feature store type workspace.",
"$ref": "#/definitions/FeatureStoreSettings"
}
}
},
Expand Down Expand Up @@ -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"
}
}
},
Expand Down Expand Up @@ -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"
}
}
}
}
}

0 comments on commit f4d7ae3

Please sign in to comment.