File tree Expand file tree Collapse file tree 1 file changed +57
-1
lines changed
schemas/2022-12-01-preview Expand file tree Collapse file tree 1 file changed +57
-1
lines changed Original file line number Diff line number Diff line change 479479 ],
480480 "description" : " Managed service identity (system assigned and/or user assigned identities)"
481481 },
482+ "kind" : {
483+ "type" : " string"
484+ },
482485 "location" : {
483486 "type" : " string" ,
484487 "description" : " Specifies the location of the resource."
29602963 },
29612964 "description" : " Machine Learning compute object."
29622965 },
2966+ "ComputeRuntimeDto" : {
2967+ "type" : " object" ,
2968+ "properties" : {
2969+ "sparkRuntimeVersion" : {
2970+ "type" : " string"
2971+ }
2972+ }
2973+ },
29632974 "ContainerResourceRequirements" : {
29642975 "type" : " object" ,
29652976 "properties" : {
37093720 },
37103721 "description" : " Environment version details."
37113722 },
3723+ "FeatureStoreSettings" : {
3724+ "type" : " object" ,
3725+ "properties" : {
3726+ "allowRoleAssignmentsOnResourceGroupLevel" : {
3727+ "oneOf" : [
3728+ {
3729+ "type" : " boolean"
3730+ },
3731+ {
3732+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3733+ }
3734+ ]
3735+ },
3736+ "computeRuntime" : {
3737+ "oneOf" : [
3738+ {
3739+ "$ref" : " #/definitions/ComputeRuntimeDto"
3740+ },
3741+ {
3742+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3743+ }
3744+ ]
3745+ },
3746+ "offlineStoreConnectionName" : {
3747+ "type" : " string"
3748+ },
3749+ "onlineStoreConnectionName" : {
3750+ "type" : " string"
3751+ }
3752+ }
3753+ },
37123754 "FlavorData" : {
37133755 "type" : " object" ,
37143756 "properties" : {
75387580 " S3" ,
75397581 " Snowflake" ,
75407582 " AzureSqlDb" ,
7541- " AzureSynapseAnalytics"
7583+ " AzureSynapseAnalytics" ,
7584+ " AzureMySqlDb" ,
7585+ " AzurePostgresDb" ,
7586+ " AzureDataLakeGen2" ,
7587+ " Redis"
75427588 ]
75437589 },
75447590 {
76437689 }
76447690 ]
76457691 },
7692+ "featureStoreSettings" : {
7693+ "oneOf" : [
7694+ {
7695+ "$ref" : " #/definitions/FeatureStoreSettings"
7696+ },
7697+ {
7698+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
7699+ }
7700+ ]
7701+ },
76467702 "friendlyName" : {
76477703 "type" : " string" ,
76487704 "description" : " The friendly name for this workspace. This name in mutable"
You can’t perform that action at this time.
0 commit comments