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.",