File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
schemas/2019-06-01-preview Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 2331
2331
],
2332
2332
"description" : " The properties of the geo backup policy."
2333
2333
},
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
+ },
2334
2348
"IntegrationRuntime" : {
2335
2349
"type" : " object" ,
2336
2350
"oneOf" : [
4241
4255
"type" : " string" ,
4242
4256
"description" : " Account name"
4243
4257
},
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
+ },
4244
4273
"collaborationBranch" : {
4245
4274
"type" : " string" ,
4246
4275
"description" : " Collaboration branch"
You can’t perform that action at this time.
0 commit comments