Skip to content

Commit

Permalink
CodeGen from PR 18771 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
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: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>
  • Loading branch information
SDKAuto and v-yuzhichen committed Apr 22, 2022
1 parent 3cf49b0 commit ce57e20
Showing 1 changed file with 234 additions and 0 deletions.
234 changes: 234 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -1852,6 +1852,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 +9766,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 @@ -17817,6 +17986,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 +29367,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

0 comments on commit ce57e20

Please sign in to comment.