|
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": { |
|
12620 | 12789 | ], |
12621 | 12790 | "description": "Whether or not public network access is allowed for the data factory." |
12622 | 12791 | }, |
| 12792 | + "purviewConfiguration": { |
| 12793 | + "oneOf": [ |
| 12794 | + { |
| 12795 | + "$ref": "#/definitions/FactoryPurviewConfiguration" |
| 12796 | + }, |
| 12797 | + { |
| 12798 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 12799 | + } |
| 12800 | + ], |
| 12801 | + "description": "Factory's Purview information." |
| 12802 | + }, |
12623 | 12803 | "repoConfiguration": { |
12624 | 12804 | "oneOf": [ |
12625 | 12805 | { |
|
12634 | 12814 | }, |
12635 | 12815 | "description": "Factory resource properties." |
12636 | 12816 | }, |
| 12817 | + "FactoryPurviewConfiguration": { |
| 12818 | + "type": "object", |
| 12819 | + "properties": { |
| 12820 | + "purviewResourceId": { |
| 12821 | + "type": "string", |
| 12822 | + "description": "Purview Resource ID." |
| 12823 | + } |
| 12824 | + }, |
| 12825 | + "required": [ |
| 12826 | + "purviewResourceId" |
| 12827 | + ], |
| 12828 | + "description": "Factory's Purview information." |
| 12829 | + }, |
12637 | 12830 | "FactoryRepoConfiguration": { |
12638 | 12831 | "type": "object", |
12639 | 12832 | "oneOf": [ |
|
17817 | 18010 | { |
17818 | 18011 | "$ref": "#/definitions/ZendeskLinkedService" |
17819 | 18012 | }, |
| 18013 | + { |
| 18014 | + "$ref": "#/definitions/DataworldLinkedService" |
| 18015 | + }, |
| 18016 | + { |
| 18017 | + "$ref": "#/definitions/AppFiguresLinkedService" |
| 18018 | + }, |
| 18019 | + { |
| 18020 | + "$ref": "#/definitions/AsanaLinkedService" |
| 18021 | + }, |
| 18022 | + { |
| 18023 | + "$ref": "#/definitions/TwilioLinkedService" |
| 18024 | + }, |
17820 | 18025 | { |
17821 | 18026 | "$ref": "#/definitions/AmazonRedshiftLinkedService" |
17822 | 18027 | }, |
|
22329 | 22534 | ], |
22330 | 22535 | "description": "A copy activity Presto server source." |
22331 | 22536 | }, |
| 22537 | + "PrivateEndpoint": { |
| 22538 | + "type": "object", |
| 22539 | + "properties": { |
| 22540 | + "id": { |
| 22541 | + "type": "string", |
| 22542 | + "description": "The resource Id for private endpoint" |
| 22543 | + } |
| 22544 | + }, |
| 22545 | + "description": "Private endpoint which a connection belongs to." |
| 22546 | + }, |
22332 | 22547 | "PrivateLinkConnectionApprovalRequest": { |
22333 | 22548 | "type": "object", |
22334 | 22549 | "properties": { |
| 22550 | + "privateEndpoint": { |
| 22551 | + "oneOf": [ |
| 22552 | + { |
| 22553 | + "$ref": "#/definitions/PrivateEndpoint" |
| 22554 | + }, |
| 22555 | + { |
| 22556 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 22557 | + } |
| 22558 | + ], |
| 22559 | + "description": "Private endpoint which a connection belongs to." |
| 22560 | + }, |
22335 | 22561 | "privateLinkServiceConnectionState": { |
22336 | 22562 | "oneOf": [ |
22337 | 22563 | { |
|
29186 | 29412 | ], |
29187 | 29413 | "description": "Tumbling Window Trigger properties." |
29188 | 29414 | }, |
| 29415 | + "TwilioLinkedService": { |
| 29416 | + "type": "object", |
| 29417 | + "properties": { |
| 29418 | + "type": { |
| 29419 | + "type": "string", |
| 29420 | + "enum": [ |
| 29421 | + "Twilio" |
| 29422 | + ] |
| 29423 | + }, |
| 29424 | + "typeProperties": { |
| 29425 | + "oneOf": [ |
| 29426 | + { |
| 29427 | + "$ref": "#/definitions/TwilioLinkedServiceTypeProperties" |
| 29428 | + }, |
| 29429 | + { |
| 29430 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 29431 | + } |
| 29432 | + ], |
| 29433 | + "description": "Twilio linked service type properties." |
| 29434 | + } |
| 29435 | + }, |
| 29436 | + "required": [ |
| 29437 | + "type", |
| 29438 | + "typeProperties" |
| 29439 | + ], |
| 29440 | + "description": "Linked service for Twilio." |
| 29441 | + }, |
| 29442 | + "TwilioLinkedServiceTypeProperties": { |
| 29443 | + "type": "object", |
| 29444 | + "properties": { |
| 29445 | + "password": { |
| 29446 | + "oneOf": [ |
| 29447 | + { |
| 29448 | + "$ref": "#/definitions/SecretBase" |
| 29449 | + }, |
| 29450 | + { |
| 29451 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 29452 | + } |
| 29453 | + ], |
| 29454 | + "description": "The base definition of a secret type." |
| 29455 | + }, |
| 29456 | + "userName": { |
| 29457 | + "type": "object", |
| 29458 | + "properties": {}, |
| 29459 | + "description": "The Account SID of Twilio service." |
| 29460 | + } |
| 29461 | + }, |
| 29462 | + "required": [ |
| 29463 | + "password", |
| 29464 | + "userName" |
| 29465 | + ], |
| 29466 | + "description": "Twilio linked service type properties." |
| 29467 | + }, |
29189 | 29468 | "UntilActivity": { |
29190 | 29469 | "type": "object", |
29191 | 29470 | "properties": { |
|
0 commit comments