Skip to content

Commit 682260b

Browse files
committed
fix metrics sorting
1 parent 9dfb004 commit 682260b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3957,24 +3957,6 @@
39573957
}
39583958
]
39593959
},
3960-
{
3961-
"name": "auth_iamOptionClick",
3962-
"description": "Emitted when User click IAM login option from login webview"
3963-
},
3964-
{
3965-
"name": "auth_iamLoginFailure",
3966-
"description": "Emitted when User submit IAM form but receives error",
3967-
"metadata": [
3968-
{
3969-
"type": "credentialType",
3970-
"required": true
3971-
},
3972-
{
3973-
"type": "reason",
3974-
"required": true
3975-
}
3976-
]
3977-
},
39783960
{
39793961
"name": "auth_addedConnections",
39803962
"description": "The diff/change in Auth connections",
@@ -4006,6 +3988,24 @@
40063988
}
40073989
]
40083990
},
3991+
{
3992+
"name": "auth_iamLoginFailure",
3993+
"description": "Emitted when User submit IAM form but receives error",
3994+
"metadata": [
3995+
{
3996+
"type": "credentialType",
3997+
"required": true
3998+
},
3999+
{
4000+
"type": "reason",
4001+
"required": true
4002+
}
4003+
]
4004+
},
4005+
{
4006+
"name": "auth_iamOptionClick",
4007+
"description": "Emitted when User click IAM login option from login webview"
4008+
},
40094009
{
40104010
"name": "auth_signInPageClosed",
40114011
"description": "When the Amazon Q sign in page is closed.",

0 commit comments

Comments
 (0)