We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16baaa commit a6be7ceCopy full SHA for a6be7ce
telemetry/definitions/commonDefinitions.json
@@ -1330,6 +1330,11 @@
1330
"type": "string",
1331
"description": "The id/s when a client side tool/s is used."
1332
},
1333
+ {
1334
+ "name": "cwsprToolPermission",
1335
+ "type": "string",
1336
+ "description": "Permission of tool/s set by user"
1337
+ },
1338
{
1339
"name": "databaseCredentials",
1340
@@ -3143,11 +3148,11 @@
3143
3148
"required": false
3144
3149
3145
3150
3146
- "type": "toolNames",
3151
+ "type": "cwsprToolName",
3147
3152
3153
3154
- "type": "toolPerms",
3155
+ "type": "cwsprToolPermission",
3156
3157
}
3158
]
0 commit comments