File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
schemas/2021-11-01-preview Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 105
105
],
106
106
"description" : " The application client type."
107
107
},
108
+ "secretStore" : {
109
+ "oneOf" : [
110
+ {
111
+ "$ref" : " #/definitions/SecretStore"
112
+ },
113
+ {
114
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
115
+ }
116
+ ],
117
+ "description" : " An option to store secret value in secure place"
118
+ },
108
119
"targetId" : {
109
120
"type" : " string" ,
110
121
"description" : " The resource Id of target service."
122
+ },
123
+ "vNetSolution" : {
124
+ "oneOf" : [
125
+ {
126
+ "$ref" : " #/definitions/VNetSolution"
127
+ },
128
+ {
129
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
130
+ }
131
+ ],
132
+ "description" : " The VNet solution for linker"
111
133
}
112
134
},
113
135
"description" : " The properties of the linker."
135
157
],
136
158
"description" : " The authentication info when authType is secret"
137
159
},
160
+ "SecretStore" : {
161
+ "type" : " object" ,
162
+ "properties" : {
163
+ "keyVaultId" : {
164
+ "type" : " string" ,
165
+ "description" : " The key vault id to store secret"
166
+ }
167
+ },
168
+ "description" : " An option to store secret value in secure place"
169
+ },
138
170
"ServicePrincipalCertificateAuthInfo" : {
139
171
"type" : " object" ,
140
172
"properties" : {
234
266
" subscriptionId"
235
267
],
236
268
"description" : " The authentication info when authType is userAssignedIdentity"
269
+ },
270
+ "VNetSolution" : {
271
+ "type" : " object" ,
272
+ "properties" : {
273
+ "type" : {
274
+ "oneOf" : [
275
+ {
276
+ "type" : " string" ,
277
+ "enum" : [
278
+ " serviceEndpoint" ,
279
+ " privateLink"
280
+ ]
281
+ },
282
+ {
283
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
284
+ }
285
+ ],
286
+ "description" : " Type of VNet solution."
287
+ }
288
+ },
289
+ "description" : " The VNet solution for linker"
237
290
}
238
291
}
239
292
}
You can’t perform that action at this time.
0 commit comments