diff --git a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/examples/GetConfigurations.json b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/examples/GetConfigurations.json deleted file mode 100644 index b9ac679ce37e..000000000000 --- a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/examples/GetConfigurations.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parameters": { - "api-version": "2022-05-01", - "resourceUri": "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Web/sites/test-app", - "linkerName": "linkName" - }, - "responses": { - "200": { - "body": { - "configurations": [ - { - "name": "ASL_DocumentDb_ConnectionString", - "value": "ConnectionString" - } - ] - } - } - } -} diff --git a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/examples/ValidateLinkSuccess.json b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/examples/ReValidateLinkSuccess.json similarity index 100% rename from specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/examples/ValidateLinkSuccess.json rename to specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/examples/ReValidateLinkSuccess.json diff --git a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json index 36c50fd40b7a..11e151e502b4 100644 --- a/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json +++ b/specification/servicelinker/resource-manager/Microsoft.ServiceLinker/stable/2022-05-01/servicelinker.json @@ -266,20 +266,20 @@ } } }, - "/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}/validateLinker": { + "/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}/revalidateLinkers": { "post": { "tags": [ "Links" ], - "operationId": "Linker_Validate", - "description": "Validate a link.", + "operationId": "Linker_ReValidate", + "description": "Re-Validate a link.", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "azure-async-operation" }, "x-ms-examples": { "ValidateLinkSuccess": { - "$ref": "./examples/ValidateLinkSuccess.json" + "$ref": "./examples/ReValidateLinkSuccess.json" } }, "parameters": [ @@ -312,45 +312,6 @@ } } }, - "/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}/listConfigurations": { - "post": { - "tags": [ - "Links" - ], - "operationId": "Linker_ListConfigurations", - "description": "list source configurations for a linker.", - "x-ms-examples": { - "GetConfiguration": { - "$ref": "./examples/GetConfigurations.json" - } - }, - "parameters": [ - { - "$ref": "#/parameters/ResourceUriParameter" - }, - { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/LinkerNameParameter" - } - ], - "responses": { - "200": { - "description": "OK. The request has succeeded.", - "schema": { - "$ref": "#/definitions/SourceConfigurationResult" - } - }, - "default": { - "description": "Error response describing why the operation failed.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" - } - } - } - } - }, "/providers/Microsoft.ServiceLinker/operations": { "get": { "tags": [