From a16850664f448a53ccce753ef0819f175af87263 Mon Sep 17 00:00:00 2001 From: Mahbub Murshed Date: Thu, 24 Oct 2019 16:14:50 -0700 Subject: [PATCH] Removed sample email and sample password --- connectors/AzureAD/apiDefinition.swagger.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/connectors/AzureAD/apiDefinition.swagger.json b/connectors/AzureAD/apiDefinition.swagger.json index 46e35787a..7fb31dc9d 100644 --- a/connectors/AzureAD/apiDefinition.swagger.json +++ b/connectors/AzureAD/apiDefinition.swagger.json @@ -799,7 +799,7 @@ "x-ms-test-value": { "displayName": "abc xyz", "mailNickname": "abcxyz", - "userPrincipalName": "abc@123.com", + "userPrincipalName": "<>", "jobTitle": "Dev", "department": "abc", "givenName": "abc", @@ -951,9 +951,9 @@ "displayName": "abc xyz", "mailNickname": "abcxyz", "passwordProfile": { - "password": "Test1234" + "password": "<>" }, - "userPrincipalName": "abc@123.com", + "userPrincipalName": "<>", "businessPhones": [ "(111) 222-0000" ], @@ -1018,7 +1018,7 @@ "description": "Unique identifier of a user (Ex. 'user@tennant.onmicrosoft.com' or '5f6ce5c7-b521-4842-9bbe-3f6d5aa5e35b').", "required": true, "x-ms-summary": "User Id or Principal Name", - "x-ms-test-value": "abc@123.com", + "x-ms-test-value": "<>", "type": "string" } },