Skip to content

Commit 7783f0d

Browse files
committed
Update metric position to the correct alphabetical order
1 parent 4d864a5 commit 7783f0d

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
@@ -132,6 +132,17 @@
132132
],
133133
"description": "Status of the an auth connection."
134134
},
135+
{
136+
"name": "authType",
137+
"type": "string",
138+
"allowedValues": [
139+
"PKCE",
140+
"DeviceCode",
141+
"IAM",
142+
"Unknown"
143+
],
144+
"description": "The type of auth flow used for signing in"
145+
},
135146
{
136147
"name": "awsAccount",
137148
"type": "string",
@@ -1726,17 +1737,6 @@
17261737
"name": "xrayEnabled",
17271738
"type": "boolean",
17281739
"description": "Whether or not AWS X-Ray is enabled"
1729-
},
1730-
{
1731-
"name": "authType",
1732-
"type": "string",
1733-
"allowedValues": [
1734-
"PKCE",
1735-
"DeviceCode",
1736-
"IAM",
1737-
"Unknown"
1738-
],
1739-
"description": "The type of auth flow used for signing in"
17401740
}
17411741
],
17421742
"metrics": [
@@ -2824,6 +2824,10 @@
28242824
"name": "aws_loginWithBrowser",
28252825
"description": "Extension navigated the user to a web browser to perform/complete the login process.",
28262826
"metadata": [
2827+
{
2828+
"type": "authType",
2829+
"required": false
2830+
},
28272831
{
28282832
"type": "credentialSourceId",
28292833
"required": false
@@ -2857,10 +2861,6 @@
28572861
{
28582862
"type": "ssoRegistrationExpiresAt",
28592863
"required": false
2860-
},
2861-
{
2862-
"type": "authType",
2863-
"required": false
28642864
}
28652865
]
28662866
},

0 commit comments

Comments
 (0)