|
1852 | 1852 | }, |
1853 | 1853 | "description": "AppendVariable activity properties." |
1854 | 1854 | }, |
| 1855 | + "AppFiguresLinkedService": { |
| 1856 | + "type": "object", |
| 1857 | + "properties": { |
| 1858 | + "type": { |
| 1859 | + "type": "string", |
| 1860 | + "enum": [ |
| 1861 | + "AppFigures" |
| 1862 | + ] |
| 1863 | + }, |
| 1864 | + "typeProperties": { |
| 1865 | + "oneOf": [ |
| 1866 | + { |
| 1867 | + "$ref": "#/definitions/AppFiguresLinkedServiceTypeProperties" |
| 1868 | + }, |
| 1869 | + { |
| 1870 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1871 | + } |
| 1872 | + ], |
| 1873 | + "description": "AppFigures linked service type properties." |
| 1874 | + } |
| 1875 | + }, |
| 1876 | + "required": [ |
| 1877 | + "type", |
| 1878 | + "typeProperties" |
| 1879 | + ], |
| 1880 | + "description": "Linked service for AppFigures." |
| 1881 | + }, |
| 1882 | + "AppFiguresLinkedServiceTypeProperties": { |
| 1883 | + "type": "object", |
| 1884 | + "properties": { |
| 1885 | + "clientKey": { |
| 1886 | + "oneOf": [ |
| 1887 | + { |
| 1888 | + "$ref": "#/definitions/SecretBase" |
| 1889 | + }, |
| 1890 | + { |
| 1891 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1892 | + } |
| 1893 | + ], |
| 1894 | + "description": "The base definition of a secret type." |
| 1895 | + }, |
| 1896 | + "password": { |
| 1897 | + "oneOf": [ |
| 1898 | + { |
| 1899 | + "$ref": "#/definitions/SecretBase" |
| 1900 | + }, |
| 1901 | + { |
| 1902 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1903 | + } |
| 1904 | + ], |
| 1905 | + "description": "The base definition of a secret type." |
| 1906 | + }, |
| 1907 | + "userName": { |
| 1908 | + "type": "object", |
| 1909 | + "properties": {}, |
| 1910 | + "description": "The username of the Appfigures source." |
| 1911 | + } |
| 1912 | + }, |
| 1913 | + "required": [ |
| 1914 | + "clientKey", |
| 1915 | + "password", |
| 1916 | + "userName" |
| 1917 | + ], |
| 1918 | + "description": "AppFigures linked service type properties." |
| 1919 | + }, |
| 1920 | + "AsanaLinkedService": { |
| 1921 | + "type": "object", |
| 1922 | + "properties": { |
| 1923 | + "type": { |
| 1924 | + "type": "string", |
| 1925 | + "enum": [ |
| 1926 | + "Asana" |
| 1927 | + ] |
| 1928 | + }, |
| 1929 | + "typeProperties": { |
| 1930 | + "oneOf": [ |
| 1931 | + { |
| 1932 | + "$ref": "#/definitions/AsanaLinkedServiceTypeProperties" |
| 1933 | + }, |
| 1934 | + { |
| 1935 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1936 | + } |
| 1937 | + ], |
| 1938 | + "description": "Asana linked service type properties." |
| 1939 | + } |
| 1940 | + }, |
| 1941 | + "required": [ |
| 1942 | + "type", |
| 1943 | + "typeProperties" |
| 1944 | + ], |
| 1945 | + "description": "Linked service for Asana." |
| 1946 | + }, |
| 1947 | + "AsanaLinkedServiceTypeProperties": { |
| 1948 | + "type": "object", |
| 1949 | + "properties": { |
| 1950 | + "apiToken": { |
| 1951 | + "oneOf": [ |
| 1952 | + { |
| 1953 | + "$ref": "#/definitions/SecretBase" |
| 1954 | + }, |
| 1955 | + { |
| 1956 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 1957 | + } |
| 1958 | + ], |
| 1959 | + "description": "The base definition of a secret type." |
| 1960 | + }, |
| 1961 | + "encryptedCredential": { |
| 1962 | + "type": "object", |
| 1963 | + "properties": {}, |
| 1964 | + "description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." |
| 1965 | + } |
| 1966 | + }, |
| 1967 | + "required": [ |
| 1968 | + "apiToken" |
| 1969 | + ], |
| 1970 | + "description": "Asana linked service type properties." |
| 1971 | + }, |
1855 | 1972 | "AvroDataset": { |
1856 | 1973 | "type": "object", |
1857 | 1974 | "properties": { |
|
9649 | 9766 | }, |
9650 | 9767 | "description": "The format definition of a storage." |
9651 | 9768 | }, |
| 9769 | + "DataworldLinkedService": { |
| 9770 | + "type": "object", |
| 9771 | + "properties": { |
| 9772 | + "type": { |
| 9773 | + "type": "string", |
| 9774 | + "enum": [ |
| 9775 | + "Dataworld" |
| 9776 | + ] |
| 9777 | + }, |
| 9778 | + "typeProperties": { |
| 9779 | + "oneOf": [ |
| 9780 | + { |
| 9781 | + "$ref": "#/definitions/DataworldLinkedServiceTypeProperties" |
| 9782 | + }, |
| 9783 | + { |
| 9784 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 9785 | + } |
| 9786 | + ], |
| 9787 | + "description": "Dataworld linked service type properties." |
| 9788 | + } |
| 9789 | + }, |
| 9790 | + "required": [ |
| 9791 | + "type", |
| 9792 | + "typeProperties" |
| 9793 | + ], |
| 9794 | + "description": "Linked service for Dataworld." |
| 9795 | + }, |
| 9796 | + "DataworldLinkedServiceTypeProperties": { |
| 9797 | + "type": "object", |
| 9798 | + "properties": { |
| 9799 | + "apiToken": { |
| 9800 | + "oneOf": [ |
| 9801 | + { |
| 9802 | + "$ref": "#/definitions/SecretBase" |
| 9803 | + }, |
| 9804 | + { |
| 9805 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 9806 | + } |
| 9807 | + ], |
| 9808 | + "description": "The base definition of a secret type." |
| 9809 | + }, |
| 9810 | + "encryptedCredential": { |
| 9811 | + "type": "object", |
| 9812 | + "properties": {}, |
| 9813 | + "description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." |
| 9814 | + } |
| 9815 | + }, |
| 9816 | + "required": [ |
| 9817 | + "apiToken" |
| 9818 | + ], |
| 9819 | + "description": "Dataworld linked service type properties." |
| 9820 | + }, |
9652 | 9821 | "Db2LinkedService": { |
9653 | 9822 | "type": "object", |
9654 | 9823 | "properties": { |
|
17817 | 17986 | { |
17818 | 17987 | "$ref": "#/definitions/ZendeskLinkedService" |
17819 | 17988 | }, |
| 17989 | + { |
| 17990 | + "$ref": "#/definitions/DataworldLinkedService" |
| 17991 | + }, |
| 17992 | + { |
| 17993 | + "$ref": "#/definitions/AppFiguresLinkedService" |
| 17994 | + }, |
| 17995 | + { |
| 17996 | + "$ref": "#/definitions/AsanaLinkedService" |
| 17997 | + }, |
| 17998 | + { |
| 17999 | + "$ref": "#/definitions/TwilioLinkedService" |
| 18000 | + }, |
17820 | 18001 | { |
17821 | 18002 | "$ref": "#/definitions/AmazonRedshiftLinkedService" |
17822 | 18003 | }, |
|
22329 | 22510 | ], |
22330 | 22511 | "description": "A copy activity Presto server source." |
22331 | 22512 | }, |
| 22513 | + "PrivateEndpoint": { |
| 22514 | + "type": "object", |
| 22515 | + "properties": { |
| 22516 | + "id": { |
| 22517 | + "type": "string", |
| 22518 | + "description": "The resource Id for private endpoint" |
| 22519 | + } |
| 22520 | + }, |
| 22521 | + "description": "Private endpoint which a connection belongs to." |
| 22522 | + }, |
22332 | 22523 | "PrivateLinkConnectionApprovalRequest": { |
22333 | 22524 | "type": "object", |
22334 | 22525 | "properties": { |
| 22526 | + "privateEndpoint": { |
| 22527 | + "oneOf": [ |
| 22528 | + { |
| 22529 | + "$ref": "#/definitions/PrivateEndpoint" |
| 22530 | + }, |
| 22531 | + { |
| 22532 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 22533 | + } |
| 22534 | + ], |
| 22535 | + "description": "Private endpoint which a connection belongs to." |
| 22536 | + }, |
22335 | 22537 | "privateLinkServiceConnectionState": { |
22336 | 22538 | "oneOf": [ |
22337 | 22539 | { |
|
29186 | 29388 | ], |
29187 | 29389 | "description": "Tumbling Window Trigger properties." |
29188 | 29390 | }, |
| 29391 | + "TwilioLinkedService": { |
| 29392 | + "type": "object", |
| 29393 | + "properties": { |
| 29394 | + "type": { |
| 29395 | + "type": "string", |
| 29396 | + "enum": [ |
| 29397 | + "Twilio" |
| 29398 | + ] |
| 29399 | + }, |
| 29400 | + "typeProperties": { |
| 29401 | + "oneOf": [ |
| 29402 | + { |
| 29403 | + "$ref": "#/definitions/TwilioLinkedServiceTypeProperties" |
| 29404 | + }, |
| 29405 | + { |
| 29406 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 29407 | + } |
| 29408 | + ], |
| 29409 | + "description": "Twilio linked service type properties." |
| 29410 | + } |
| 29411 | + }, |
| 29412 | + "required": [ |
| 29413 | + "type", |
| 29414 | + "typeProperties" |
| 29415 | + ], |
| 29416 | + "description": "Linked service for Twilio." |
| 29417 | + }, |
| 29418 | + "TwilioLinkedServiceTypeProperties": { |
| 29419 | + "type": "object", |
| 29420 | + "properties": { |
| 29421 | + "password": { |
| 29422 | + "oneOf": [ |
| 29423 | + { |
| 29424 | + "$ref": "#/definitions/SecretBase" |
| 29425 | + }, |
| 29426 | + { |
| 29427 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 29428 | + } |
| 29429 | + ], |
| 29430 | + "description": "The base definition of a secret type." |
| 29431 | + }, |
| 29432 | + "userName": { |
| 29433 | + "type": "object", |
| 29434 | + "properties": {}, |
| 29435 | + "description": "The Account SID of Twilio service." |
| 29436 | + } |
| 29437 | + }, |
| 29438 | + "required": [ |
| 29439 | + "password", |
| 29440 | + "userName" |
| 29441 | + ], |
| 29442 | + "description": "Twilio linked service type properties." |
| 29443 | + }, |
29189 | 29444 | "UntilActivity": { |
29190 | 29445 | "type": "object", |
29191 | 29446 | "properties": { |
|
0 commit comments