Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR datafactory] [Hub Generated] Review request for Microsoft.DataFactory to add version stable/2018-06-01 #53

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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