Skip to content

Commit d6c435a

Browse files
author
SDKAuto
committed
CodeGen from PR 18793 in Azure/azure-rest-api-specs
Merge b60cfdbf4915e7d4fb52f0c4712f9b516123ca18 into 680efa4deb7068eeea0c8e3247f424af7c93caff
1 parent 3cf49b0 commit d6c435a

File tree

1 file changed

+255
-0
lines changed

1 file changed

+255
-0
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 255 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,123 @@
18521852
},
18531853
"description": "AppendVariable activity properties."
18541854
},
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+
},
18551972
"AvroDataset": {
18561973
"type": "object",
18571974
"properties": {
@@ -9649,6 +9766,58 @@
96499766
},
96509767
"description": "The format definition of a storage."
96519768
},
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+
},
96529821
"Db2LinkedService": {
96539822
"type": "object",
96549823
"properties": {
@@ -17817,6 +17986,18 @@
1781717986
{
1781817987
"$ref": "#/definitions/ZendeskLinkedService"
1781917988
},
17989+
{
17990+
"$ref": "#/definitions/DataworldLinkedService"
17991+
},
17992+
{
17993+
"$ref": "#/definitions/AppFiguresLinkedService"
17994+
},
17995+
{
17996+
"$ref": "#/definitions/AsanaLinkedService"
17997+
},
17998+
{
17999+
"$ref": "#/definitions/TwilioLinkedService"
18000+
},
1782018001
{
1782118002
"$ref": "#/definitions/AmazonRedshiftLinkedService"
1782218003
},
@@ -22329,9 +22510,30 @@
2232922510
],
2233022511
"description": "A copy activity Presto server source."
2233122512
},
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+
},
2233222523
"PrivateLinkConnectionApprovalRequest": {
2233322524
"type": "object",
2233422525
"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+
},
2233522537
"privateLinkServiceConnectionState": {
2233622538
"oneOf": [
2233722539
{
@@ -29186,6 +29388,59 @@
2918629388
],
2918729389
"description": "Tumbling Window Trigger properties."
2918829390
},
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+
},
2918929444
"UntilActivity": {
2919029445
"type": "object",
2919129446
"properties": {

0 commit comments

Comments
 (0)