Skip to content

Commit

Permalink
CodeGen from PR 18439 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f3b6b3867cf91473c5823a072ed373c45dc283e5 into d83740d7f39fd5e83fbb72d41bef8018de5fbb7f
  • Loading branch information
SDKAuto committed Apr 14, 2022
1 parent 3cf49b0 commit 24a99d4
Show file tree
Hide file tree
Showing 2 changed files with 346 additions and 0 deletions.
343 changes: 343 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
},
{
"$ref": "#/definitions/factories_privateEndpointConnections_childResource"
},
{
"$ref": "#/definitions/factories_globalParameters_childResource"
}
]
}
Expand Down Expand Up @@ -212,6 +215,59 @@
],
"description": "Microsoft.DataFactory/factories/datasets"
},
"factories_globalParameters": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2018-06-01"
]
},
"name": {
"oneOf": [
{
"type": "string",
"pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$",
"minLength": 1,
"maxLength": 260
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The global parameter name."
},
"properties": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/GlobalParameterSpecification"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Global parameters associated with the Azure Data Factory"
},
"type": {
"type": "string",
"enum": [
"Microsoft.DataFactory/factories/globalParameters"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.DataFactory/factories/globalParameters"
},
"factories_integrationRuntimes": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1852,6 +1908,123 @@
},
"description": "AppendVariable activity properties."
},
"AppFiguresLinkedService": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"AppFigures"
]
},
"typeProperties": {
"oneOf": [
{
"$ref": "#/definitions/AppFiguresLinkedServiceTypeProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "AppFigures linked service type properties."
}
},
"required": [
"type",
"typeProperties"
],
"description": "Linked service for AppFigures."
},
"AppFiguresLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"clientKey": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"password": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"userName": {
"type": "object",
"properties": {},
"description": "The username of the Appfigures source."
}
},
"required": [
"clientKey",
"password",
"userName"
],
"description": "AppFigures linked service type properties."
},
"AsanaLinkedService": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"Asana"
]
},
"typeProperties": {
"oneOf": [
{
"$ref": "#/definitions/AsanaLinkedServiceTypeProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Asana linked service type properties."
}
},
"required": [
"type",
"typeProperties"
],
"description": "Linked service for Asana."
},
"AsanaLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"apiToken": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"encryptedCredential": {
"type": "object",
"properties": {},
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
}
},
"required": [
"apiToken"
],
"description": "Asana linked service type properties."
},
"AvroDataset": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -9649,6 +9822,58 @@
},
"description": "The format definition of a storage."
},
"DataworldLinkedService": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"Dataworld"
]
},
"typeProperties": {
"oneOf": [
{
"$ref": "#/definitions/DataworldLinkedServiceTypeProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Dataworld linked service type properties."
}
},
"required": [
"type",
"typeProperties"
],
"description": "Linked service for Dataworld."
},
"DataworldLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"apiToken": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"encryptedCredential": {
"type": "object",
"properties": {},
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
}
},
"required": [
"apiToken"
],
"description": "Dataworld linked service type properties."
},
"Db2LinkedService": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -12168,6 +12393,59 @@
],
"description": "Microsoft.DataFactory/factories/datasets"
},
"factories_globalParameters_childResource": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2018-06-01"
]
},
"name": {
"oneOf": [
{
"type": "string",
"pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$",
"minLength": 1,
"maxLength": 260
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The global parameter name."
},
"properties": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/GlobalParameterSpecification"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Global parameters associated with the Azure Data Factory"
},
"type": {
"type": "string",
"enum": [
"globalParameters"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.DataFactory/factories/globalParameters"
},
"factories_integrationRuntimes_childResource": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -17817,6 +18095,18 @@
{
"$ref": "#/definitions/ZendeskLinkedService"
},
{
"$ref": "#/definitions/DataworldLinkedService"
},
{
"$ref": "#/definitions/AppFiguresLinkedService"
},
{
"$ref": "#/definitions/AsanaLinkedService"
},
{
"$ref": "#/definitions/TwilioLinkedService"
},
{
"$ref": "#/definitions/AmazonRedshiftLinkedService"
},
Expand Down Expand Up @@ -29186,6 +29476,59 @@
],
"description": "Tumbling Window Trigger properties."
},
"TwilioLinkedService": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"Twilio"
]
},
"typeProperties": {
"oneOf": [
{
"$ref": "#/definitions/TwilioLinkedServiceTypeProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Twilio linked service type properties."
}
},
"required": [
"type",
"typeProperties"
],
"description": "Linked service for Twilio."
},
"TwilioLinkedServiceTypeProperties": {
"type": "object",
"properties": {
"password": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"userName": {
"type": "object",
"properties": {},
"description": "The Account SID of Twilio service."
}
},
"required": [
"password",
"userName"
],
"description": "Twilio linked service type properties."
},
"UntilActivity": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit 24a99d4

Please sign in to comment.