File tree 2 files changed +0
-81
lines changed
specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01
2 files changed +0
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 266
266
}
267
267
}
268
268
},
269
- "/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}/validateLinker" : {
270
- "post" : {
271
- "tags" : [
272
- " Links"
273
- ],
274
- "operationId" : " Linker_Validate" ,
275
- "description" : " Validate a link." ,
276
- "x-ms-long-running-operation" : true ,
277
- "x-ms-long-running-operation-options" : {
278
- "final-state-via" : " azure-async-operation"
279
- },
280
- "x-ms-examples" : {
281
- "ValidateLinkSuccess" : {
282
- "$ref" : " ./examples/ValidateLinkSuccess.json"
283
- }
284
- },
285
- "parameters" : [
286
- {
287
- "$ref" : " #/parameters/ResourceUriParameter"
288
- },
289
- {
290
- "$ref" : " ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
291
- },
292
- {
293
- "$ref" : " #/parameters/LinkerNameParameter"
294
- }
295
- ],
296
- "responses" : {
297
- "200" : {
298
- "description" : " OK. The request has succeeded." ,
299
- "schema" : {
300
- "$ref" : " #/definitions/ValidateOperationResult"
301
- }
302
- },
303
- "202" : {
304
- "description" : " Accepted - Returns this status until the asynchronous operation has completed."
305
- },
306
- "default" : {
307
- "description" : " Error response describing why the operation failed." ,
308
- "schema" : {
309
- "$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
310
- }
311
- }
312
- }
313
- }
314
- },
315
269
"/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}/listConfigurations" : {
316
270
"post" : {
317
271
"tags" : [
You can’t perform that action at this time.
0 commit comments