Skip to content

Commit bd8025f

Browse files
authored
Add properties that describe credentials to auth_userState (#878)
This change adds optional fields to auth_userState that describe the credential type and backing source. This change supports an upcoming change to the VS Toolkit. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent fde38dc commit bd8025f

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
@@ -2689,10 +2689,18 @@
26892689
"type": "authStatus",
26902690
"required": true
26912691
},
2692+
{
2693+
"type": "credentialSourceId",
2694+
"required": false
2695+
},
26922696
{
26932697
"type": "credentialStartUrl",
26942698
"required": false
26952699
},
2700+
{
2701+
"type": "credentialType",
2702+
"required": false
2703+
},
26962704
{
26972705
"type": "source",
26982706
"required": true
@@ -6849,18 +6857,16 @@
68496857
],
68506858
"passive": true
68516859
},
6852-
68536860
{
68546861
"name": "toolkit_trackScenario",
68556862
"description": "Generic metric for tracking arbitrary scenarios that are not yet formalized into a full metric.",
68566863
"unit": "Count",
68576864
"metadata": [
6858-
68596865
{
68606866
"type": "amazonqConversationId",
68616867
"required": true
68626868
},
6863-
{
6869+
{
68646870
"type": "count"
68656871
},
68666872
{
@@ -6932,4 +6938,4 @@
69326938
]
69336939
}
69346940
]
6935-
}
6941+
}

0 commit comments

Comments
 (0)