Skip to content

Commit ec9e358

Browse files
dhruvigajjarDhruvi Gajjar
andauthored
add "type" under missing types declarations (#838)
## Problem Types were missing "type" for allowed values. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: Dhruvi Gajjar <[email protected]>
1 parent 9f7f045 commit ec9e358

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
},
175175
{
176176
"name": "causedBy",
177+
"type": "string",
177178
"allowedValues": [
178179
"user",
179180
"service",
@@ -199,6 +200,7 @@
199200
},
200201
{
201202
"name": "cloudWatchLogsPresentation",
203+
"type": "string",
202204
"allowedValues": [
203205
"ui",
204206
"text"
@@ -207,6 +209,7 @@
207209
},
208210
{
209211
"name": "cloudWatchResourceType",
212+
"type": "string",
210213
"allowedValues": [
211214
"logGroup",
212215
"logGroupList",
@@ -886,6 +889,7 @@
886889
},
887890
{
888891
"name": "component",
892+
"type": "string",
889893
"allowedValues": [
890894
"editor",
891895
"viewer",
@@ -1069,6 +1073,7 @@
10691073
},
10701074
{
10711075
"name": "dynamicResourceOperation",
1076+
"type": "string",
10721077
"allowedValues": [
10731078
"Create",
10741079
"Update",
@@ -1078,6 +1083,7 @@
10781083
},
10791084
{
10801085
"name": "dynamoDbFetchType",
1086+
"type": "string",
10811087
"allowedValues": [
10821088
"scan",
10831089
"query"
@@ -1086,6 +1092,7 @@
10861092
},
10871093
{
10881094
"name": "dynamoDbIndexType",
1095+
"type": "string",
10891096
"allowedValues": [
10901097
"primary",
10911098
"localSecondary",
@@ -1095,6 +1102,7 @@
10951102
},
10961103
{
10971104
"name": "dynamoDbTarget",
1105+
"type": "string",
10981106
"allowedValues": [
10991107
"table",
11001108
"tableProperties",
@@ -1104,6 +1112,7 @@
11041112
},
11051113
{
11061114
"name": "ec2ConnectionType",
1115+
"type": "string",
11071116
"allowedValues": [
11081117
"remoteDesktop",
11091118
"ssh",
@@ -1114,6 +1123,7 @@
11141123
},
11151124
{
11161125
"name": "ec2InstanceState",
1126+
"type": "string",
11171127
"allowedValues": [
11181128
"start",
11191129
"stop",
@@ -1124,6 +1134,7 @@
11241134
},
11251135
{
11261136
"name": "ecrDeploySource",
1137+
"type": "string",
11271138
"allowedValues": [
11281139
"dockerfile",
11291140
"tag"
@@ -1132,6 +1143,7 @@
11321143
},
11331144
{
11341145
"name": "ecsExecuteCommandType",
1146+
"type": "string",
11351147
"allowedValues": [
11361148
"command",
11371149
"shell"
@@ -1140,6 +1152,7 @@
11401152
},
11411153
{
11421154
"name": "ecsLaunchType",
1155+
"type": "string",
11431156
"allowedValues": [
11441157
"ec2",
11451158
"fargate"
@@ -1277,6 +1290,7 @@
12771290
},
12781291
{
12791292
"name": "iamResourceType",
1293+
"type": "string",
12801294
"allowedValues": [
12811295
"group",
12821296
"role",
@@ -1316,6 +1330,7 @@
13161330
},
13171331
{
13181332
"name": "insightsDialogOpenSource",
1333+
"type": "string",
13191334
"allowedValues": [
13201335
"explorer",
13211336
"resultsWindow",
@@ -1325,6 +1340,7 @@
13251340
},
13261341
{
13271342
"name": "insightsQueryStringType",
1343+
"type": "string",
13281344
"allowedValues": [
13291345
"insights",
13301346
"searchTerm"
@@ -1333,6 +1349,7 @@
13331349
},
13341350
{
13351351
"name": "insightsQueryTimeType",
1352+
"type": "string",
13361353
"allowedValues": [
13371354
"relative",
13381355
"absolute"
@@ -1361,6 +1378,7 @@
13611378
},
13621379
{
13631380
"name": "lambdaArchitecture",
1381+
"type": "string",
13641382
"allowedValues": [
13651383
"x86_64",
13661384
"arm64"
@@ -1369,6 +1387,7 @@
13691387
},
13701388
{
13711389
"name": "lambdaPackageType",
1390+
"type": "string",
13721391
"allowedValues": [
13731392
"Zip",
13741393
"Image"
@@ -1487,6 +1506,7 @@
14871506
},
14881507
{
14891508
"name": "result",
1509+
"type": "string",
14901510
"allowedValues": [
14911511
"Succeeded",
14921512
"Failed",
@@ -1600,6 +1620,7 @@
16001620
},
16011621
{
16021622
"name": "sqsQueueType",
1623+
"type": "string",
16031624
"allowedValues": [
16041625
"standard",
16051626
"fifo"

0 commit comments

Comments
 (0)