Skip to content

Commit 70a3562

Browse files
committed
remove iam click and signin failure, add in credentialType for addConnection
1 parent fb84b4d commit 70a3562

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,6 +3934,10 @@
39343934
"type": "credentialStartUrl",
39353935
"required": false
39363936
},
3937+
{
3938+
"type": "credentialType",
3939+
"required": false
3940+
},
39373941
{
39383942
"type": "featureId"
39393943
},
@@ -3998,27 +4002,6 @@
39984002
}
39994003
]
40004004
},
4001-
{
4002-
"name": "auth_loginFailure",
4003-
"description": "Emitted when User submit IAM/SSO form but receive error",
4004-
"metadata": [
4005-
{
4006-
"type": "credentialType"
4007-
},
4008-
{
4009-
"type": "reason"
4010-
}
4011-
]
4012-
},
4013-
{
4014-
"name": "auth_signInOptionClick",
4015-
"description": "Emitted when User click a login option from login webview",
4016-
"metadata": [
4017-
{
4018-
"type": "signInOption"
4019-
}
4020-
]
4021-
},
40224005
{
40234006
"name": "auth_signInPageClosed",
40244007
"description": "When the Amazon Q sign in page is closed.",

0 commit comments

Comments
 (0)