|
4965 | 4965 | "AzureMLServiceLinkedServiceTypeProperties": { |
4966 | 4966 | "type": "object", |
4967 | 4967 | "properties": { |
| 4968 | + "authentication": { |
| 4969 | + "type": "object", |
| 4970 | + "properties": {}, |
| 4971 | + "description": "Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string)." |
| 4972 | + }, |
4968 | 4973 | "encryptedCredential": { |
4969 | 4974 | "type": "string", |
4970 | 4975 | "description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string." |
|
6995 | 7000 | ], |
6996 | 7001 | "description": "The folder that this CDC is in. If not specified, CDC will appear at the root level." |
6997 | 7002 | }, |
6998 | | - "Policy": { |
| 7003 | + "policy": { |
6999 | 7004 | "oneOf": [ |
7000 | 7005 | { |
7001 | 7006 | "$ref": "#/definitions/MapperPolicy" |
|
7006 | 7011 | ], |
7007 | 7012 | "description": "CDC Policy." |
7008 | 7013 | }, |
7009 | | - "SourceConnectionsInfo": { |
| 7014 | + "sourceConnectionsInfo": { |
7010 | 7015 | "oneOf": [ |
7011 | 7016 | { |
7012 | 7017 | "type": "array", |
|
7024 | 7029 | "type": "string", |
7025 | 7030 | "description": "Status of the CDC as to if it is running or stopped." |
7026 | 7031 | }, |
7027 | | - "TargetConnectionsInfo": { |
| 7032 | + "targetConnectionsInfo": { |
7028 | 7033 | "oneOf": [ |
7029 | 7034 | { |
7030 | 7035 | "type": "array", |
|
7040 | 7045 | } |
7041 | 7046 | }, |
7042 | 7047 | "required": [ |
7043 | | - "Policy", |
7044 | | - "SourceConnectionsInfo", |
7045 | | - "TargetConnectionsInfo" |
| 7048 | + "policy", |
| 7049 | + "sourceConnectionsInfo", |
| 7050 | + "targetConnectionsInfo" |
7046 | 7051 | ], |
7047 | 7052 | "description": "A Azure Data Factory object which automatically detects data changes at the source and then sends the updated data to the destination." |
7048 | 7053 | }, |
|
19701 | 19706 | "MapperSourceConnectionsInfo": { |
19702 | 19707 | "type": "object", |
19703 | 19708 | "properties": { |
19704 | | - "Connection": { |
| 19709 | + "connection": { |
19705 | 19710 | "oneOf": [ |
19706 | 19711 | { |
19707 | 19712 | "$ref": "#/definitions/MapperConnection" |
|
19712 | 19717 | ], |
19713 | 19718 | "description": "Source connection details." |
19714 | 19719 | }, |
19715 | | - "SourceEntities": { |
| 19720 | + "sourceEntities": { |
19716 | 19721 | "oneOf": [ |
19717 | 19722 | { |
19718 | 19723 | "type": "array", |
|
19801 | 19806 | "MapperTargetConnectionsInfo": { |
19802 | 19807 | "type": "object", |
19803 | 19808 | "properties": { |
19804 | | - "Connection": { |
| 19809 | + "connection": { |
19805 | 19810 | "oneOf": [ |
19806 | 19811 | { |
19807 | 19812 | "$ref": "#/definitions/MapperConnection" |
|
19812 | 19817 | ], |
19813 | 19818 | "description": "Source connection details." |
19814 | 19819 | }, |
19815 | | - "DataMapperMappings": { |
| 19820 | + "dataMapperMappings": { |
19816 | 19821 | "oneOf": [ |
19817 | 19822 | { |
19818 | 19823 | "type": "array", |
|
19826 | 19831 | ], |
19827 | 19832 | "description": "List of table mappings." |
19828 | 19833 | }, |
19829 | | - "Relationships": { |
| 19834 | + "relationships": { |
19830 | 19835 | "oneOf": [ |
19831 | 19836 | { |
19832 | 19837 | "type": "array", |
|
19841 | 19846 | ], |
19842 | 19847 | "description": "List of relationship info among the tables." |
19843 | 19848 | }, |
19844 | | - "TargetEntities": { |
| 19849 | + "targetEntities": { |
19845 | 19850 | "oneOf": [ |
19846 | 19851 | { |
19847 | 19852 | "type": "array", |
|
25174 | 25179 | "description": "Database query. Type: string (or Expression with resultType string)." |
25175 | 25180 | }, |
25176 | 25181 | "readBehavior": { |
25177 | | - "oneOf": [ |
25178 | | - { |
25179 | | - "type": "string", |
25180 | | - "enum": [ |
25181 | | - "Query", |
25182 | | - "QueryAll" |
25183 | | - ] |
25184 | | - }, |
25185 | | - { |
25186 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
25187 | | - } |
25188 | | - ], |
25189 | | - "description": "The read behavior for the operation. Default is Query." |
| 25182 | + "type": "object", |
| 25183 | + "properties": {}, |
| 25184 | + "description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string)." |
25190 | 25185 | }, |
25191 | 25186 | "type": { |
25192 | 25187 | "type": "string", |
|
25249 | 25244 | "description": "Database query. Type: string (or Expression with resultType string)." |
25250 | 25245 | }, |
25251 | 25246 | "readBehavior": { |
25252 | | - "oneOf": [ |
25253 | | - { |
25254 | | - "type": "string", |
25255 | | - "enum": [ |
25256 | | - "Query", |
25257 | | - "QueryAll" |
25258 | | - ] |
25259 | | - }, |
25260 | | - { |
25261 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
25262 | | - } |
25263 | | - ], |
25264 | | - "description": "The read behavior for the operation. Default is Query." |
| 25247 | + "type": "object", |
| 25248 | + "properties": {}, |
| 25249 | + "description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string)." |
25265 | 25250 | }, |
25266 | 25251 | "type": { |
25267 | 25252 | "type": "string", |
|
26860 | 26845 | "properties": {}, |
26861 | 26846 | "description": "The base definition of a secret type." |
26862 | 26847 | }, |
| 26848 | + "SecureInputOutputPolicy": { |
| 26849 | + "type": "object", |
| 26850 | + "properties": { |
| 26851 | + "secureInput": { |
| 26852 | + "oneOf": [ |
| 26853 | + { |
| 26854 | + "type": "boolean" |
| 26855 | + }, |
| 26856 | + { |
| 26857 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 26858 | + } |
| 26859 | + ], |
| 26860 | + "description": "When set to true, Input from activity is considered as secure and will not be logged to monitoring." |
| 26861 | + }, |
| 26862 | + "secureOutput": { |
| 26863 | + "oneOf": [ |
| 26864 | + { |
| 26865 | + "type": "boolean" |
| 26866 | + }, |
| 26867 | + { |
| 26868 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 26869 | + } |
| 26870 | + ], |
| 26871 | + "description": "When set to true, Output from activity is considered as secure and will not be logged to monitoring." |
| 26872 | + } |
| 26873 | + }, |
| 26874 | + "description": "Execution policy for an activity that supports secure input and output." |
| 26875 | + }, |
26863 | 26876 | "SecureString": { |
26864 | 26877 | "type": "object", |
26865 | 26878 | "properties": { |
|
27124 | 27137 | "SetVariableActivity": { |
27125 | 27138 | "type": "object", |
27126 | 27139 | "properties": { |
| 27140 | + "policy": { |
| 27141 | + "oneOf": [ |
| 27142 | + { |
| 27143 | + "$ref": "#/definitions/SecureInputOutputPolicy" |
| 27144 | + }, |
| 27145 | + { |
| 27146 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 27147 | + } |
| 27148 | + ], |
| 27149 | + "description": "Execution policy for an activity that supports secure input and output." |
| 27150 | + }, |
27127 | 27151 | "type": { |
27128 | 27152 | "type": "string", |
27129 | 27153 | "enum": [ |
|
0 commit comments