File tree Expand file tree Collapse file tree 1 file changed +38
-5
lines changed
schemas/2021-06-01-preview Expand file tree Collapse file tree 1 file changed +38
-5
lines changed Original file line number Diff line number Diff line change 118118 {
119119 "$ref" : " #/definitions/workspaces_keys_childResource"
120120 },
121- {
122- "$ref" : " #/definitions/workspaces_kustoPools_childResource"
123- },
124121 {
125122 "$ref" : " #/definitions/workspaces_privateEndpointConnections_childResource"
126123 },
150147 },
151148 {
152149 "$ref" : " #/definitions/workspaces_managedIdentitySqlControlSettings_childResource"
150+ },
151+ {
152+ "$ref" : " #/definitions/workspaces_kustoPools_childResource"
153153 }
154154 ]
155155 }
22022202 "sparkConfigProperties" : {
22032203 "oneOf" : [
22042204 {
2205- "$ref" : " #/definitions/LibraryRequirements "
2205+ "$ref" : " #/definitions/SparkConfigProperties "
22062206 },
22072207 {
22082208 "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
22092209 }
22102210 ],
2211- "description" : " Library requirements for a Big Data pool powered by Apache Spark"
2211+ "description" : " SparkConfig Properties for a Big Data pool powered by Apache Spark"
22122212 },
22132213 "sparkEventsFolder" : {
22142214 "type" : " string" ,
36963696 "type" : " string" ,
36973697 "description" : " The name of the subnet this integration runtime will join."
36983698 },
3699+ "subnetId" : {
3700+ "type" : " string" ,
3701+ "description" : " The ID of subnet, to which this Azure-SSIS integration runtime will be joined."
3702+ },
36993703 "vNetId" : {
37003704 "type" : " string" ,
37013705 "description" : " The ID of the VNet that this integration runtime will join."
49614965 },
49624966 "description" : " SQL pool SKU"
49634967 },
4968+ "SparkConfigProperties" : {
4969+ "type" : " object" ,
4970+ "properties" : {
4971+ "configurationType" : {
4972+ "oneOf" : [
4973+ {
4974+ "type" : " string" ,
4975+ "enum" : [
4976+ " File" ,
4977+ " Artifact"
4978+ ]
4979+ },
4980+ {
4981+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
4982+ }
4983+ ],
4984+ "description" : " The type of the spark config properties file."
4985+ },
4986+ "content" : {
4987+ "type" : " string" ,
4988+ "description" : " The spark config properties."
4989+ },
4990+ "filename" : {
4991+ "type" : " string" ,
4992+ "description" : " The filename of the spark config properties file."
4993+ }
4994+ },
4995+ "description" : " SparkConfig Properties for a Big Data pool powered by Apache Spark"
4996+ },
49644997 "SqlPoolBlobAuditingPolicyProperties" : {
49654998 "type" : " object" ,
49664999 "properties" : {
You can’t perform that action at this time.
0 commit comments