Skip to content

Commit 9735d8c

Browse files
authored
Adding x-ms-ids for Application Insights (#17590)
* Adding x-ms-ids for Application Insights * Corrections from rebasing
1 parent 58cb0aa commit 9735d8c

File tree

12 files changed

+72
-18
lines changed

12 files changed

+72
-18
lines changed

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/aiOperations_API.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@
116116
"items": {
117117
"$ref": "#/definitions/Operation"
118118
},
119+
"x-ms-identifiers": [
120+
"name"
121+
],
119122
"description": "List of CDN operations supported by the CDN resource provider."
120123
},
121124
"nextLink": {

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@
249249
"items": {
250250
"$ref": "#/definitions/Annotation"
251251
},
252+
"x-ms-identifiers": [
253+
"Id"
254+
],
252255
"description": "An array of annotations."
253256
}
254257
},

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,10 @@
269269
"type": "array",
270270
"items": {
271271
"$ref": "#/definitions/ApplicationInsightsComponentExportConfiguration"
272-
}
272+
},
273+
"x-ms-identifiers": [
274+
"ExportId"
275+
]
273276
},
274277
"ApplicationInsightsComponentExportConfiguration": {
275278
"description": "Properties that define a Continuous Export configuration.",

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentFeaturesAndPricing_API.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@
374374
"type": "object",
375375
"$ref": "#/definitions/ApplicationInsightsComponentFeature"
376376
},
377+
"x-ms-identifiers": [
378+
"FeatureName"
379+
],
377380
"readOnly": true,
378381
"description": "A list of Application Insights component feature."
379382
}
@@ -414,6 +417,9 @@
414417
"type": "object",
415418
"$ref": "#/definitions/ApplicationInsightsComponentFeatureCapability"
416419
},
420+
"x-ms-identifiers": [
421+
"Name"
422+
],
417423
"readOnly": true,
418424
"description": "A list of Application Insights component feature capability."
419425
},

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentProactiveDetection_API.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@
153153
"type": "array",
154154
"items": {
155155
"$ref": "#/definitions/ApplicationInsightsComponentProactiveDetectionConfiguration"
156-
}
156+
},
157+
"x-ms-identifiers": [
158+
"Name"
159+
]
157160
},
158161
"ApplicationInsightsComponentProactiveDetectionConfiguration": {
159162
"description": "Properties that define a ProactiveDetection configuration.",

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@
295295
"items": {
296296
"$ref": "#/definitions/WorkItemConfiguration"
297297
},
298+
"x-ms-identifiers": [
299+
"Id"
300+
],
298301
"description": "An array of work item configurations."
299302
}
300303
},

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/webTestLocations_API.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@
8383
"description": "List of web test locations.",
8484
"items": {
8585
"$ref": "#/definitions/ApplicationInsightsComponentWebTestLocation"
86-
}
86+
},
87+
"x-ms-identifiers": [
88+
"DisplayName"
89+
]
8790
}
8891
}
8992
},

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/webTests_API.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@
200200
}
201201
],
202202
"responses": {
203-
"204": {
204-
"description": "No content: the request was successful, but the response is empty (the request to delete failed because the specified web test does not exist)."
205-
},
206203
"200": {
207204
"description": "Successful request to delete a web test definition."
205+
},
206+
"204": {
207+
"description": "No content: the request was successful, but the response is empty (the request to delete failed because the specified web test does not exist)."
208208
}
209209
},
210210
"x-ms-examples": {
@@ -439,7 +439,10 @@
439439
"description": "A list of where to physically run the tests from to give global coverage for accessibility of your application.",
440440
"items": {
441441
"$ref": "#/definitions/WebTestGeolocation"
442-
}
442+
},
443+
"x-ms-identifiers": [
444+
"Id"
445+
]
443446
},
444447
"Configuration": {
445448
"type": "object",

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-02-02/components_API.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@
598598
"items": {
599599
"$ref": "#/definitions/PrivateLinkScopedResource"
600600
},
601+
"x-ms-identifiers": [
602+
"ScopeId"
603+
],
601604
"description": "List of linked private link scope resources."
602605
},
603606
"publicNetworkAccessForIngestion": {
@@ -683,7 +686,8 @@
683686
"description": "The set of columns and filters (queries) to run over them to purge the resulting data.",
684687
"items": {
685688
"$ref": "#/definitions/ComponentPurgeBodyFilters"
686-
}
689+
},
690+
"x-ms-identifiers": []
687691
}
688692
}
689693
},

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-11-20/workbookTemplates_API.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,11 @@
340340
"description": "Workbook galleries supported by the template.",
341341
"items": {
342342
"$ref": "#/definitions/WorkbookTemplateGallery"
343-
}
343+
},
344+
"x-ms-identifiers": [
345+
"name",
346+
"type"
347+
]
344348
},
345349
"localized": {
346350
"type": "object",
@@ -349,7 +353,8 @@
349353
"type": "array",
350354
"items": {
351355
"$ref": "#/definitions/WorkbookTemplateLocalizedGallery"
352-
}
356+
},
357+
"x-ms-identifiers": []
353358
}
354359
}
355360
}
@@ -392,7 +397,11 @@
392397
"description": "Workbook galleries supported by the template.",
393398
"items": {
394399
"$ref": "#/definitions/WorkbookTemplateGallery"
395-
}
400+
},
401+
"x-ms-identifiers": [
402+
"name",
403+
"type"
404+
]
396405
}
397406
}
398407
},
@@ -455,6 +464,10 @@
455464
"items": {
456465
"$ref": "#/definitions/WorkbookTemplateErrorFieldContract"
457466
},
467+
"x-ms-identifiers": [
468+
"message",
469+
"target"
470+
],
458471
"description": "The list of invalid fields send in request, in case of validation error."
459472
}
460473
}

0 commit comments

Comments
 (0)