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 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" : [
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"
You can’t perform that action at this time.
0 commit comments