|
6239 | 6239 | "properties": {}, |
6240 | 6240 | "description": "Application client_id supplied by Concur App Management." |
6241 | 6241 | }, |
| 6242 | + "connectionProperties": { |
| 6243 | + "type": "object", |
| 6244 | + "properties": {}, |
| 6245 | + "description": "Properties used to connect to Concur. It is mutually exclusive with any other properties in the linked service. Type: object." |
| 6246 | + }, |
6242 | 6247 | "encryptedCredential": { |
6243 | 6248 | "type": "object", |
6244 | 6249 | "properties": {}, |
|
6438 | 6443 | ], |
6439 | 6444 | "description": "Copy activity." |
6440 | 6445 | }, |
| 6446 | + "CopyActivityLogSettings": { |
| 6447 | + "type": "object", |
| 6448 | + "properties": { |
| 6449 | + "enableReliableLogging": { |
| 6450 | + "type": "object", |
| 6451 | + "properties": {}, |
| 6452 | + "description": "Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean)." |
| 6453 | + }, |
| 6454 | + "logLevel": { |
| 6455 | + "type": "object", |
| 6456 | + "properties": {}, |
| 6457 | + "description": "Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string)." |
| 6458 | + } |
| 6459 | + }, |
| 6460 | + "description": "Settings for copy activity log." |
| 6461 | + }, |
6441 | 6462 | "CopyActivityTypeProperties": { |
6442 | 6463 | "type": "object", |
6443 | 6464 | "properties": { |
|
6456 | 6477 | "properties": {}, |
6457 | 6478 | "description": "Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean)." |
6458 | 6479 | }, |
| 6480 | + "logSettings": { |
| 6481 | + "oneOf": [ |
| 6482 | + { |
| 6483 | + "$ref": "#/definitions/LogSettings" |
| 6484 | + }, |
| 6485 | + { |
| 6486 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 6487 | + } |
| 6488 | + ], |
| 6489 | + "description": "Log settings." |
| 6490 | + }, |
6459 | 6491 | "logStorageSettings": { |
6460 | 6492 | "oneOf": [ |
6461 | 6493 | { |
|
6465 | 6497 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
6466 | 6498 | } |
6467 | 6499 | ], |
6468 | | - "description": "Log storage settings." |
| 6500 | + "description": "(Deprecated. Please use LogSettings) Log storage settings." |
6469 | 6501 | }, |
6470 | 6502 | "parallelCopies": { |
6471 | 6503 | "type": "object", |
|
8947 | 8979 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
8948 | 8980 | } |
8949 | 8981 | ], |
8950 | | - "description": "Log storage settings." |
| 8982 | + "description": "(Deprecated. Please use LogSettings) Log storage settings." |
8951 | 8983 | }, |
8952 | 8984 | "maxConcurrentConnections": { |
8953 | 8985 | "oneOf": [ |
|
11481 | 11513 | ], |
11482 | 11514 | "description": "Definition of all parameters for an entity." |
11483 | 11515 | }, |
| 11516 | + "publicNetworkAccess": { |
| 11517 | + "oneOf": [ |
| 11518 | + { |
| 11519 | + "type": "string", |
| 11520 | + "enum": [ |
| 11521 | + "Enabled", |
| 11522 | + "Disabled" |
| 11523 | + ] |
| 11524 | + }, |
| 11525 | + { |
| 11526 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 11527 | + } |
| 11528 | + ], |
| 11529 | + "description": "Whether or not public network access is allowed for the data factory." |
| 11530 | + }, |
11484 | 11531 | "repoConfiguration": { |
11485 | 11532 | "oneOf": [ |
11486 | 11533 | { |
|
16720 | 16767 | ], |
16721 | 16768 | "description": "Linked service reference type." |
16722 | 16769 | }, |
| 16770 | + "LogLocationSettings": { |
| 16771 | + "type": "object", |
| 16772 | + "properties": { |
| 16773 | + "linkedServiceName": { |
| 16774 | + "oneOf": [ |
| 16775 | + { |
| 16776 | + "$ref": "#/definitions/LinkedServiceReference" |
| 16777 | + }, |
| 16778 | + { |
| 16779 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 16780 | + } |
| 16781 | + ], |
| 16782 | + "description": "Linked service reference type." |
| 16783 | + }, |
| 16784 | + "path": { |
| 16785 | + "type": "object", |
| 16786 | + "properties": {}, |
| 16787 | + "description": "The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string)." |
| 16788 | + } |
| 16789 | + }, |
| 16790 | + "required": [ |
| 16791 | + "linkedServiceName" |
| 16792 | + ], |
| 16793 | + "description": "Log location settings." |
| 16794 | + }, |
| 16795 | + "LogSettings": { |
| 16796 | + "type": "object", |
| 16797 | + "properties": { |
| 16798 | + "copyActivityLogSettings": { |
| 16799 | + "oneOf": [ |
| 16800 | + { |
| 16801 | + "$ref": "#/definitions/CopyActivityLogSettings" |
| 16802 | + }, |
| 16803 | + { |
| 16804 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 16805 | + } |
| 16806 | + ], |
| 16807 | + "description": "Settings for copy activity log." |
| 16808 | + }, |
| 16809 | + "enableCopyActivityLog": { |
| 16810 | + "type": "object", |
| 16811 | + "properties": {}, |
| 16812 | + "description": "Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean)." |
| 16813 | + }, |
| 16814 | + "logLocationSettings": { |
| 16815 | + "oneOf": [ |
| 16816 | + { |
| 16817 | + "$ref": "#/definitions/LogLocationSettings" |
| 16818 | + }, |
| 16819 | + { |
| 16820 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 16821 | + } |
| 16822 | + ], |
| 16823 | + "description": "Log location settings." |
| 16824 | + } |
| 16825 | + }, |
| 16826 | + "required": [ |
| 16827 | + "logLocationSettings" |
| 16828 | + ], |
| 16829 | + "description": "Log settings." |
| 16830 | + }, |
16723 | 16831 | "LogStorageSettings": { |
16724 | 16832 | "type": "object", |
16725 | 16833 | "properties": { |
|
16769 | 16877 | "required": [ |
16770 | 16878 | "linkedServiceName" |
16771 | 16879 | ], |
16772 | | - "description": "Log storage settings." |
| 16880 | + "description": "(Deprecated. Please use LogSettings) Log storage settings." |
16773 | 16881 | }, |
16774 | 16882 | "LookupActivity": { |
16775 | 16883 | "type": "object", |
|
0 commit comments