Skip to content

Commit 0e320e0

Browse files
committed
remove unncessary signInClick
1 parent 5be76e0 commit 0e320e0

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,17 +2133,6 @@
21332133
"type": "string",
21342134
"description": "The state of the setting being changed to. This should not be recorded for free-form settings like file-system paths. Instead, stick to things like flags, numbers, and enums."
21352135
},
2136-
{
2137-
"name": "signInOption",
2138-
"type": "string",
2139-
"allowedValues": [
2140-
"BuilderId",
2141-
"iamIdentityCenter",
2142-
"IAM Credentials",
2143-
"Other"
2144-
],
2145-
"description": "The sign in option for AmazonQ extension."
2146-
},
21472136
{
21482137
"name": "source",
21492138
"type": "string",
@@ -4003,15 +3992,6 @@
40033992
}
40043993
]
40053994
},
4006-
{
4007-
"name": "auth_signInOptionClick",
4008-
"description": "Emitted when User click a login option from login webview",
4009-
"metadata": [
4010-
{
4011-
"type": "signInOption"
4012-
}
4013-
]
4014-
},
40153995
{
40163996
"name": "auth_signInPageClosed",
40173997
"description": "When the Amazon Q sign in page is closed.",

0 commit comments

Comments
 (0)