Skip to content

Commit ce57e20

Browse files
SDKAutov-yuzhichen
andcommitted
CodeGen from PR 18771 in Azure/azure-rest-api-specs
Enable azure-powershell CI for all management RPs (#18771) * Enable azure-powershell for all manage RPs * Change integrationRepository to Azure/azure-powershell-pr * Change azure-powershell in api-spec repo * Change azure-powershell in api-spec repo * Remove azure-powershell from some deprecated RPs Co-authored-by: [email protected] <[email protected]>
1 parent 3cf49b0 commit ce57e20

File tree

1 file changed

+234
-0
lines changed

1 file changed

+234
-0
lines changed

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

Lines changed: 234 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
},
@@ -29186,6 +29367,59 @@
2918629367
],
2918729368
"description": "Tumbling Window Trigger properties."
2918829369
},
29370+
"TwilioLinkedService": {
29371+
"type": "object",
29372+
"properties": {
29373+
"type": {
29374+
"type": "string",
29375+
"enum": [
29376+
"Twilio"
29377+
]
29378+
},
29379+
"typeProperties": {
29380+
"oneOf": [
29381+
{
29382+
"$ref": "#/definitions/TwilioLinkedServiceTypeProperties"
29383+
},
29384+
{
29385+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29386+
}
29387+
],
29388+
"description": "Twilio linked service type properties."
29389+
}
29390+
},
29391+
"required": [
29392+
"type",
29393+
"typeProperties"
29394+
],
29395+
"description": "Linked service for Twilio."
29396+
},
29397+
"TwilioLinkedServiceTypeProperties": {
29398+
"type": "object",
29399+
"properties": {
29400+
"password": {
29401+
"oneOf": [
29402+
{
29403+
"$ref": "#/definitions/SecretBase"
29404+
},
29405+
{
29406+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29407+
}
29408+
],
29409+
"description": "The base definition of a secret type."
29410+
},
29411+
"userName": {
29412+
"type": "object",
29413+
"properties": {},
29414+
"description": "The Account SID of Twilio service."
29415+
}
29416+
},
29417+
"required": [
29418+
"password",
29419+
"userName"
29420+
],
29421+
"description": "Twilio linked service type properties."
29422+
},
2918929423
"UntilActivity": {
2919029424
"type": "object",
2919129425
"properties": {

0 commit comments

Comments
 (0)