Skip to content

Commit

Permalink
npm run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruvi Gajjar committed May 17, 2024
1 parent e099bd0 commit 073cfd0
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@
{
"name": "authStatus",
"type": "string",
"allowedValues": ["connected", "notConnected", "expired"],
"allowedValues": [
"connected",
"notConnected",
"expired"
],
"description": "Status of the an auth connection."
},
{
Expand Down Expand Up @@ -1873,20 +1877,20 @@
"description": "The state of the user's authentication.",
"metadata": [
{
"type": "source",
"type": "authEnabledConnections",
"required": true
},
{
"type": "authStatus",
"required": true
"type": "authScopes",
"required": false
},
{
"type": "authEnabledConnections",
"type": "authStatus",
"required": true
},
{
"type": "authScopes",
"required": false
"type": "source",
"required": true
}
],
"passive": true
Expand Down Expand Up @@ -5796,4 +5800,4 @@
]
}
]
}
}

0 comments on commit 073cfd0

Please sign in to comment.