Skip to content

Commit 5dac801

Browse files
author
SDKAuto
committed
CodeGen from PR 18858 in Azure/azure-rest-api-specs
Merge b8c2489ed18b953e5b0fa5290eeb6c29c9a92727 into 9722d269ce8ad6bf8de7e8083f0409e8bcb0569f
1 parent 93a7205 commit 5dac801

File tree

1 file changed

+279
-0
lines changed

1 file changed

+279
-0
lines changed

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

Lines changed: 279 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": {
@@ -12620,6 +12789,17 @@
1262012789
],
1262112790
"description": "Whether or not public network access is allowed for the data factory."
1262212791
},
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+
},
1262312803
"repoConfiguration": {
1262412804
"oneOf": [
1262512805
{
@@ -12634,6 +12814,19 @@
1263412814
},
1263512815
"description": "Factory resource properties."
1263612816
},
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+
},
1263712830
"FactoryRepoConfiguration": {
1263812831
"type": "object",
1263912832
"oneOf": [
@@ -17817,6 +18010,18 @@
1781718010
{
1781818011
"$ref": "#/definitions/ZendeskLinkedService"
1781918012
},
18013+
{
18014+
"$ref": "#/definitions/DataworldLinkedService"
18015+
},
18016+
{
18017+
"$ref": "#/definitions/AppFiguresLinkedService"
18018+
},
18019+
{
18020+
"$ref": "#/definitions/AsanaLinkedService"
18021+
},
18022+
{
18023+
"$ref": "#/definitions/TwilioLinkedService"
18024+
},
1782018025
{
1782118026
"$ref": "#/definitions/AmazonRedshiftLinkedService"
1782218027
},
@@ -22329,9 +22534,30 @@
2232922534
],
2233022535
"description": "A copy activity Presto server source."
2233122536
},
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+
},
2233222547
"PrivateLinkConnectionApprovalRequest": {
2233322548
"type": "object",
2233422549
"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+
},
2233522561
"privateLinkServiceConnectionState": {
2233622562
"oneOf": [
2233722563
{
@@ -29186,6 +29412,59 @@
2918629412
],
2918729413
"description": "Tumbling Window Trigger properties."
2918829414
},
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+
},
2918929468
"UntilActivity": {
2919029469
"type": "object",
2919129470
"properties": {

0 commit comments

Comments
 (0)