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 50155015 }
50165016 }
50175017 },
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+ },
50185032 "FactoryRepoUpdate" : {
50195033 "description" : " Factory's git repo information." ,
50205034 "properties" : {
50395053 "description" : " GitHub application client ID." ,
50405054 "type" : " string"
50415055 },
5056+ "gitHubClientSecret" : {
5057+ "$ref" : " #/definitions/GitHubClientSecret" ,
5058+ "description" : " GitHub bring your own app client secret information."
5059+ },
50425060 "gitHubAccessTokenBaseUrl" : {
50435061 "description" : " GitHub access token base URL." ,
50445062 "type" : " string"
Original file line number Diff line number Diff line change 7171 }
7272 },
7373 "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+ },
7488 "GitHubAccessTokenRequest" : {
7589 "type" : " object" ,
7690 "properties" : {
7791 "gitHubClientId" : {
7892 "description" : " The GitHub Client Id." ,
7993 "type" : " string"
8094 },
95+ "gitHubClientSecret" : {
96+ "$ref" : " #/definitions/GitHubClientSecret" ,
97+ "description" : " GitHub bring your own app client secret information."
98+ },
8199 "gitHubAccessCode" : {
82100 "description" : " The GitHub Access code." ,
83101 "type" : " string"
You can’t perform that action at this time.
0 commit comments