|
80 | 80 | }, |
81 | 81 | { |
82 | 82 | "$ref": "#/definitions/factories_privateEndpointConnections_childResource" |
| 83 | + }, |
| 84 | + { |
| 85 | + "$ref": "#/definitions/factories_globalParameters_childResource" |
83 | 86 | } |
84 | 87 | ] |
85 | 88 | } |
|
212 | 215 | ], |
213 | 216 | "description": "Microsoft.DataFactory/factories/datasets" |
214 | 217 | }, |
| 218 | + "factories_globalParameters": { |
| 219 | + "type": "object", |
| 220 | + "properties": { |
| 221 | + "apiVersion": { |
| 222 | + "type": "string", |
| 223 | + "enum": [ |
| 224 | + "2018-06-01" |
| 225 | + ] |
| 226 | + }, |
| 227 | + "name": { |
| 228 | + "oneOf": [ |
| 229 | + { |
| 230 | + "type": "string", |
| 231 | + "pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$", |
| 232 | + "minLength": 1, |
| 233 | + "maxLength": 260 |
| 234 | + }, |
| 235 | + { |
| 236 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 237 | + } |
| 238 | + ], |
| 239 | + "description": "The global parameter name." |
| 240 | + }, |
| 241 | + "properties": { |
| 242 | + "oneOf": [ |
| 243 | + { |
| 244 | + "type": "object", |
| 245 | + "additionalProperties": { |
| 246 | + "$ref": "#/definitions/GlobalParameterSpecification" |
| 247 | + }, |
| 248 | + "properties": {} |
| 249 | + }, |
| 250 | + { |
| 251 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 252 | + } |
| 253 | + ], |
| 254 | + "description": "Global parameters associated with the Azure Data Factory" |
| 255 | + }, |
| 256 | + "type": { |
| 257 | + "type": "string", |
| 258 | + "enum": [ |
| 259 | + "Microsoft.DataFactory/factories/globalParameters" |
| 260 | + ] |
| 261 | + } |
| 262 | + }, |
| 263 | + "required": [ |
| 264 | + "apiVersion", |
| 265 | + "name", |
| 266 | + "properties", |
| 267 | + "type" |
| 268 | + ], |
| 269 | + "description": "Microsoft.DataFactory/factories/globalParameters" |
| 270 | + }, |
215 | 271 | "factories_integrationRuntimes": { |
216 | 272 | "type": "object", |
217 | 273 | "properties": { |
|
8988 | 9044 | "type": "string", |
8989 | 9045 | "description": "Transformation name." |
8990 | 9046 | }, |
| 9047 | + "rejectedDataLinkedService": { |
| 9048 | + "oneOf": [ |
| 9049 | + { |
| 9050 | + "$ref": "#/definitions/LinkedServiceReference" |
| 9051 | + }, |
| 9052 | + { |
| 9053 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 9054 | + } |
| 9055 | + ], |
| 9056 | + "description": "Linked service reference type." |
| 9057 | + }, |
8991 | 9058 | "schemaLinkedService": { |
8992 | 9059 | "oneOf": [ |
8993 | 9060 | { |
|
11630 | 11697 | "properties": {}, |
11631 | 11698 | "description": "Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)" |
11632 | 11699 | }, |
| 11700 | + "sourceStagingConcurrency": { |
| 11701 | + "type": "object", |
| 11702 | + "properties": {}, |
| 11703 | + "description": "Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)" |
| 11704 | + }, |
11633 | 11705 | "staging": { |
11634 | 11706 | "oneOf": [ |
11635 | 11707 | { |
|
11861 | 11933 | ], |
11862 | 11934 | "description": "(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName." |
11863 | 11935 | }, |
| 11936 | + "sourceStagingConcurrency": { |
| 11937 | + "type": "object", |
| 11938 | + "properties": {}, |
| 11939 | + "description": "Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)" |
| 11940 | + }, |
11864 | 11941 | "staging": { |
11865 | 11942 | "oneOf": [ |
11866 | 11943 | { |
|
12337 | 12414 | ], |
12338 | 12415 | "description": "Microsoft.DataFactory/factories/datasets" |
12339 | 12416 | }, |
| 12417 | + "factories_globalParameters_childResource": { |
| 12418 | + "type": "object", |
| 12419 | + "properties": { |
| 12420 | + "apiVersion": { |
| 12421 | + "type": "string", |
| 12422 | + "enum": [ |
| 12423 | + "2018-06-01" |
| 12424 | + ] |
| 12425 | + }, |
| 12426 | + "name": { |
| 12427 | + "oneOf": [ |
| 12428 | + { |
| 12429 | + "type": "string", |
| 12430 | + "pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$", |
| 12431 | + "minLength": 1, |
| 12432 | + "maxLength": 260 |
| 12433 | + }, |
| 12434 | + { |
| 12435 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 12436 | + } |
| 12437 | + ], |
| 12438 | + "description": "The global parameter name." |
| 12439 | + }, |
| 12440 | + "properties": { |
| 12441 | + "oneOf": [ |
| 12442 | + { |
| 12443 | + "type": "object", |
| 12444 | + "additionalProperties": { |
| 12445 | + "$ref": "#/definitions/GlobalParameterSpecification" |
| 12446 | + }, |
| 12447 | + "properties": {} |
| 12448 | + }, |
| 12449 | + { |
| 12450 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 12451 | + } |
| 12452 | + ], |
| 12453 | + "description": "Global parameters associated with the Azure Data Factory" |
| 12454 | + }, |
| 12455 | + "type": { |
| 12456 | + "type": "string", |
| 12457 | + "enum": [ |
| 12458 | + "globalParameters" |
| 12459 | + ] |
| 12460 | + } |
| 12461 | + }, |
| 12462 | + "required": [ |
| 12463 | + "apiVersion", |
| 12464 | + "name", |
| 12465 | + "properties", |
| 12466 | + "type" |
| 12467 | + ], |
| 12468 | + "description": "Microsoft.DataFactory/factories/globalParameters" |
| 12469 | + }, |
12340 | 12470 | "factories_integrationRuntimes_childResource": { |
12341 | 12471 | "type": "object", |
12342 | 12472 | "properties": { |
|
12789 | 12919 | ], |
12790 | 12920 | "description": "Whether or not public network access is allowed for the data factory." |
12791 | 12921 | }, |
| 12922 | + "purviewConfiguration": { |
| 12923 | + "oneOf": [ |
| 12924 | + { |
| 12925 | + "$ref": "#/definitions/PurviewConfiguration" |
| 12926 | + }, |
| 12927 | + { |
| 12928 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 12929 | + } |
| 12930 | + ], |
| 12931 | + "description": "Purview configuration." |
| 12932 | + }, |
12792 | 12933 | "repoConfiguration": { |
12793 | 12934 | "oneOf": [ |
12794 | 12935 | { |
|
22180 | 22321 | "type": "string", |
22181 | 22322 | "description": "Transformation name." |
22182 | 22323 | }, |
| 22324 | + "rejectedDataLinkedService": { |
| 22325 | + "oneOf": [ |
| 22326 | + { |
| 22327 | + "$ref": "#/definitions/LinkedServiceReference" |
| 22328 | + }, |
| 22329 | + { |
| 22330 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 22331 | + } |
| 22332 | + ], |
| 22333 | + "description": "Linked service reference type." |
| 22334 | + }, |
22183 | 22335 | "schemaLinkedService": { |
22184 | 22336 | "oneOf": [ |
22185 | 22337 | { |
|
22566 | 22718 | }, |
22567 | 22719 | "description": "The state of a private link connection" |
22568 | 22720 | }, |
| 22721 | + "PurviewConfiguration": { |
| 22722 | + "type": "object", |
| 22723 | + "properties": { |
| 22724 | + "purviewResourceId": { |
| 22725 | + "type": "string", |
| 22726 | + "description": "Purview resource id." |
| 22727 | + } |
| 22728 | + }, |
| 22729 | + "description": "Purview configuration." |
| 22730 | + }, |
22569 | 22731 | "QuickbaseLinkedService": { |
22570 | 22732 | "type": "object", |
22571 | 22733 | "properties": { |
|
0 commit comments