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 479
479
],
480
480
"description" : " Managed service identity (system assigned and/or user assigned identities)"
481
481
},
482
+ "kind" : {
483
+ "type" : " string"
484
+ },
482
485
"location" : {
483
486
"type" : " string" ,
484
487
"description" : " Specifies the location of the resource."
2960
2963
},
2961
2964
"description" : " Machine Learning compute object."
2962
2965
},
2966
+ "ComputeRuntimeDto" : {
2967
+ "type" : " object" ,
2968
+ "properties" : {
2969
+ "sparkRuntimeVersion" : {
2970
+ "type" : " string"
2971
+ }
2972
+ }
2973
+ },
2963
2974
"ContainerResourceRequirements" : {
2964
2975
"type" : " object" ,
2965
2976
"properties" : {
3709
3720
},
3710
3721
"description" : " Environment version details."
3711
3722
},
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
+ },
3712
3754
"FlavorData" : {
3713
3755
"type" : " object" ,
3714
3756
"properties" : {
7538
7580
" S3" ,
7539
7581
" Snowflake" ,
7540
7582
" AzureSqlDb" ,
7541
- " AzureSynapseAnalytics"
7583
+ " AzureSynapseAnalytics" ,
7584
+ " AzureMySqlDb" ,
7585
+ " AzurePostgresDb" ,
7586
+ " AzureDataLakeGen2" ,
7587
+ " Redis"
7542
7588
]
7543
7589
},
7544
7590
{
7643
7689
}
7644
7690
]
7645
7691
},
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
+ },
7646
7702
"friendlyName" : {
7647
7703
"type" : " string" ,
7648
7704
"description" : " The friendly name for this workspace. This name in mutable"
You can’t perform that action at this time.
0 commit comments