From 3a2659165cc04a5e10148c09a0f7ba560e15a3d2 Mon Sep 17 00:00:00 2001 From: Keshav Sharma Date: Tue, 12 Jan 2021 02:38:44 -0800 Subject: [PATCH] Update Pipeline.json --- .../stable/2018-06-01/entityTypes/Pipeline.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 a5d6919314f6..7ab6117c00e7 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 @@ -5837,16 +5837,16 @@ "$ref": "../datafactory.json#/definitions/SecretBase" }, "username": { - "description": "Web activity authentication user name for basic authentication.", - "type": "string" + "description": "Web activity authentication user name for basic authentication. Type: string (or Expression with resultType string).", + "type": "object" }, "password": { "description": "Password for the PFX file or basic authentication.", "$ref": "../datafactory.json#/definitions/SecretBase" }, "resource": { - "description": "Resource for which Azure Auth token will be requested when using MSI Authentication.", - "type": "string" + "description": "Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).", + "type": "object" } }, "required": [