Skip to content

Commit

Permalink
[ReleasePR synapse] [DataFactory] GitHub bring your own app swagger u…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Jul 29, 2021
2 parents f8af4de + 1613d99 commit 17c5dd8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions schemas/2019-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2331,6 +2331,20 @@
],
"description": "The properties of the geo backup policy."
},
"GitHubClientSecret": {
"type": "object",
"properties": {
"byoaSecretAkvUrl": {
"type": "string",
"description": "Bring your own app client secret AKV URL"
},
"byoaSecretName": {
"type": "string",
"description": "Bring your own app client secret name in AKV"
}
},
"description": "Client secret information for factory's bring your own app repository configuration"
},
"IntegrationRuntime": {
"type": "object",
"oneOf": [
Expand Down Expand Up @@ -4241,6 +4255,21 @@
"type": "string",
"description": "Account name"
},
"clientId": {
"type": "string",
"description": "GitHub bring your own app client id"
},
"clientSecret": {
"oneOf": [
{
"$ref": "#/definitions/GitHubClientSecret"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Client secret information for factory's bring your own app repository configuration"
},
"collaborationBranch": {
"type": "string",
"description": "Collaboration branch"
Expand Down

0 comments on commit 17c5dd8

Please sign in to comment.