From a4c799f437e023dc38ea0b4b6879a9a5799460a1 Mon Sep 17 00:00:00 2001 From: Arulnithi Date: Thu, 10 Jan 2019 12:06:32 -0800 Subject: [PATCH] revert auth type enum change --- .../stable/2018-06-01/entityTypes/Pipeline.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index 10c5a8017e1f..0e9f9b7bca9c 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -5394,25 +5394,12 @@ "typeProperties" ] }, - "WebActivityAuthenticationType": { - "description": "The list of Authentication types supported by a Web Activity.", - "type": "string", - "enum": [ - "Basic", - "ClientCertificate", - "MSI" - ], - "x-ms-enum": { - "name": "WebActivityAuthenticationType", - "modelAsString": true - } - }, "WebActivityAuthentication": { "description": "Web activity authentication properties.", "properties": { "type": { "description": "Web activity authentication (Basic/ClientCertificate/MSI)", - "$ref": "#/definitions/WebActivityAuthenticationType" + "type": "string" }, "pfx": { "description": "Base64-encoded contents of a PFX file.",