Skip to content

Commit f797ea2

Browse files
committed
FIX: fixing alphabetical order
1 parent f96ba4a commit f797ea2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@
124124
],
125125
"description": "The current state of the App Runner service"
126126
},
127-
{
128-
"name": "artifactType",
129-
"type": "string",
130-
"description": "type of artifact used in a request"
131-
},
132127
{
133128
"name": "artifactsUploadDuration",
134129
"type": "int",
135130
"description": "Time taken to fetch the upload URL and upload the artifacts in milliseconds"
136131
},
132+
{
133+
"name": "artifactType",
134+
"type": "string",
135+
"description": "type of artifact used in a request"
136+
},
137137
{
138138
"name": "attempts",
139139
"type": "int",

0 commit comments

Comments
 (0)