Skip to content

Commit 5c22c2e

Browse files
committed
fix sorting of console login telemetry definitions
1 parent af7f29b commit 5c22c2e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
"type": "int",
145145
"description": "Current number of authentication connections the user has"
146146
},
147+
{
148+
"name": "authConsoleLoginStarted",
149+
"type": "boolean",
150+
"description": "Indicates the console login flow was initiated"
151+
},
147152
{
148153
"name": "authEnabledConnections",
149154
"type": "string",
@@ -185,11 +190,6 @@
185190
"type": "boolean",
186191
"description": "Whether the code issue was detected by auto-review"
187192
},
188-
{
189-
"name": "authConsoleLoginStarted",
190-
"type": "boolean",
191-
"description": "Indicates the console login flow was initiated"
192-
},
193193
{
194194
"name": "awsAccount",
195195
"type": "string",
@@ -4004,6 +4004,16 @@
40044004
}
40054005
]
40064006
},
4007+
{
4008+
"name": "auth_consoleLoginCommand",
4009+
"description": "Tracks the complete console login flow, including profile creation and activation",
4010+
"metadata": [
4011+
{
4012+
"type": "authConsoleLoginStarted",
4013+
"required": false
4014+
}
4015+
]
4016+
},
40074017
{
40084018
"name": "auth_signInPageClosed",
40094019
"description": "When the Amazon Q sign in page is closed.",
@@ -4105,16 +4115,6 @@
41054115
],
41064116
"passive": true
41074117
},
4108-
{
4109-
"name": "auth_consoleLoginCommand",
4110-
"description": "Tracks the complete console login flow, including profile creation and activation",
4111-
"metadata": [
4112-
{
4113-
"type": "authConsoleLoginStarted",
4114-
"required": false
4115-
}
4116-
]
4117-
},
41184118
{
41194119
"name": "aws_consoleLoginCLISuccess",
41204120
"description": "Emitted when AWS CLI 'aws login' command completes successfully with exit code 0"

0 commit comments

Comments
 (0)