File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01
synapse/data-plane/Microsoft.Synapse/preview/2019-06-01-preview Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 5015
5015
}
5016
5016
}
5017
5017
},
5018
+ "GitHubClientSecret" : {
5019
+ "description" : " Client secret information for factory's bring your own app repository configuration." ,
5020
+ "type" : " object" ,
5021
+ "properties" : {
5022
+ "byoaSecretAkvUrl" : {
5023
+ "description" : " Bring your own app client secret AKV URL." ,
5024
+ "type" : " string"
5025
+ },
5026
+ "byoaSecretName" : {
5027
+ "description" : " Bring your own app client secret name in AKV." ,
5028
+ "type" : " string"
5029
+ }
5030
+ }
5031
+ },
5018
5032
"FactoryRepoUpdate" : {
5019
5033
"description" : " Factory's git repo information." ,
5020
5034
"properties" : {
5039
5053
"description" : " GitHub application client ID." ,
5040
5054
"type" : " string"
5041
5055
},
5056
+ "gitHubClientSecret" : {
5057
+ "$ref" : " #/definitions/GitHubClientSecret" ,
5058
+ "description" : " GitHub bring your own app client secret information."
5059
+ },
5042
5060
"gitHubAccessTokenBaseUrl" : {
5043
5061
"description" : " GitHub access token base URL." ,
5044
5062
"type" : " string"
Original file line number Diff line number Diff line change 71
71
}
72
72
},
73
73
"definitions" : {
74
+ "GitHubClientSecret" : {
75
+ "description" : " Client secret information for factory's bring your own app repository configuration" ,
76
+ "type" : " object" ,
77
+ "properties" : {
78
+ "byoaSecretAkvUrl" : {
79
+ "description" : " Bring your own app client secret AKV URL" ,
80
+ "type" : " string"
81
+ },
82
+ "byoaSecretName" : {
83
+ "description" : " Bring your own app client secret name in AKV" ,
84
+ "type" : " string"
85
+ }
86
+ }
87
+ },
74
88
"GitHubAccessTokenRequest" : {
75
89
"type" : " object" ,
76
90
"properties" : {
77
91
"gitHubClientId" : {
78
92
"description" : " The GitHub Client Id." ,
79
93
"type" : " string"
80
94
},
95
+ "gitHubClientSecret" : {
96
+ "$ref" : " #/definitions/GitHubClientSecret" ,
97
+ "description" : " GitHub bring your own app client secret information."
98
+ },
81
99
"gitHubAccessCode" : {
82
100
"description" : " The GitHub Access code." ,
83
101
"type" : " string"
You can’t perform that action at this time.
0 commit comments