Skip to content

Commit 4b47cc3

Browse files
committed
Add properties that describe credentials to auth_userState
1 parent bfb520f commit 4b47cc3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,10 +2678,18 @@
26782678
"type": "authStatus",
26792679
"required": true
26802680
},
2681+
{
2682+
"type": "credentialSourceId",
2683+
"required": false
2684+
},
26812685
{
26822686
"type": "credentialStartUrl",
26832687
"required": false
26842688
},
2689+
{
2690+
"type": "credentialType",
2691+
"required": false
2692+
},
26852693
{
26862694
"type": "source",
26872695
"required": true
@@ -6834,18 +6842,16 @@
68346842
],
68356843
"passive": true
68366844
},
6837-
68386845
{
68396846
"name": "toolkit_trackScenario",
68406847
"description": "Generic metric for tracking arbitrary scenarios that are not yet formalized into a full metric.",
68416848
"unit": "Count",
68426849
"metadata": [
6843-
68446850
{
68456851
"type": "amazonqConversationId",
68466852
"required": true
68476853
},
6848-
{
6854+
{
68496855
"type": "count"
68506856
},
68516857
{
@@ -6917,4 +6923,4 @@
69176923
]
69186924
}
69196925
]
6920-
}
6926+
}

0 commit comments

Comments
 (0)