Skip to content

Commit 5673035

Browse files
authored
Merge 9d299d7 into 41e238f
2 parents 41e238f + 9d299d7 commit 5673035

File tree

2 files changed

+0
-81
lines changed

2 files changed

+0
-81
lines changed

specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/examples/ValidateLinkSuccess.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -266,52 +266,6 @@
266266
}
267267
}
268268
},
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-
},
315269
"/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}/listConfigurations": {
316270
"post": {
317271
"tags": [

0 commit comments

Comments
 (0)