Skip to content

Commit d0db05d

Browse files
authored
Add featureId to auth_userState (#880)
This change adds an optional field to auth_userState that indicates which feature is being referred to. 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 93cdb8d commit d0db05d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,6 +2701,10 @@
27012701
"type": "credentialType",
27022702
"required": false
27032703
},
2704+
{
2705+
"type": "featureId",
2706+
"required": false
2707+
},
27042708
{
27052709
"type": "source",
27062710
"required": true

0 commit comments

Comments
 (0)