Skip to content

Commit 17c5dd8

Browse files
author
msftbot[bot]
authored
[ReleasePR synapse] [DataFactory] GitHub bring your own app swagger update for ADF/Synapse ARM only (#1813)
Create to sync Azure/azure-rest-api-specs#14690 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/master...AzureSDKAutomation:sdkAuto/synapse?expand=1)
2 parents f8af4de + 1613d99 commit 17c5dd8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

schemas/2019-06-01-preview/Microsoft.Synapse.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,6 +2331,20 @@
23312331
],
23322332
"description": "The properties of the geo backup policy."
23332333
},
2334+
"GitHubClientSecret": {
2335+
"type": "object",
2336+
"properties": {
2337+
"byoaSecretAkvUrl": {
2338+
"type": "string",
2339+
"description": "Bring your own app client secret AKV URL"
2340+
},
2341+
"byoaSecretName": {
2342+
"type": "string",
2343+
"description": "Bring your own app client secret name in AKV"
2344+
}
2345+
},
2346+
"description": "Client secret information for factory's bring your own app repository configuration"
2347+
},
23342348
"IntegrationRuntime": {
23352349
"type": "object",
23362350
"oneOf": [
@@ -4241,6 +4255,21 @@
42414255
"type": "string",
42424256
"description": "Account name"
42434257
},
4258+
"clientId": {
4259+
"type": "string",
4260+
"description": "GitHub bring your own app client id"
4261+
},
4262+
"clientSecret": {
4263+
"oneOf": [
4264+
{
4265+
"$ref": "#/definitions/GitHubClientSecret"
4266+
},
4267+
{
4268+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
4269+
}
4270+
],
4271+
"description": "Client secret information for factory's bring your own app repository configuration"
4272+
},
42444273
"collaborationBranch": {
42454274
"type": "string",
42464275
"description": "Collaboration branch"

0 commit comments

Comments
 (0)