Skip to content

Commit 4cacab4

Browse files
LinglingTongFredericHeem
authored andcommitted
add xms-ids for operationalInsights (Azure#17912)
1 parent 127c627 commit 4cacab4

File tree

9 files changed

+34
-2
lines changed

9 files changed

+34
-2
lines changed

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2021-12-01-preview/Operations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
"items": {
8181
"$ref": "#/definitions/Operation"
8282
},
83+
"x-ms-identifiers": [
84+
"name"
85+
],
8386
"description": "List of solution operations supported by the OperationsManagement resource provider."
8487
},
8588
"nextLink": {

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2021-12-01-preview/Tables.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@
434434
"items": {
435435
"$ref": "#/definitions/Column"
436436
},
437+
"x-ms-identifiers": [
438+
"name"
439+
],
437440
"description": "A list of table custom columns."
438441
},
439442
"standardColumns": {
@@ -442,6 +445,9 @@
442445
"items": {
443446
"$ref": "#/definitions/Column"
444447
},
448+
"x-ms-identifiers": [
449+
"name"
450+
],
445451
"description": "A list of table standard columns."
446452
},
447453
"categories": {

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,9 @@
573573
"items": {
574574
"$ref": "#/definitions/PrivateLinkScopedResource"
575575
},
576+
"x-ms-identifiers": [
577+
"resourceId"
578+
],
576579
"description": "List of linked private link scope resources."
577580
},
578581
"features": {

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/ManagementGroups.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@
132132
"items": {
133133
"$ref": "#/definitions/ManagementGroup"
134134
},
135+
"x-ms-identifiers": [
136+
"/properties/id"
137+
],
135138
"description": "Gets or sets a list of management groups attached to the workspace."
136139
}
137140
},

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/SavedSearches.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@
252252
"items": {
253253
"$ref": "#/definitions/Tag"
254254
},
255+
"x-ms-identifiers": [
256+
"name"
257+
],
255258
"description": "The tags attached to the saved search."
256259
}
257260
},

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/Schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"items": {
155155
"$ref": "#/definitions/CoreSummary"
156156
},
157+
"x-ms-identifiers": [],
157158
"description": "The core summaries."
158159
},
159160
"status": {
@@ -179,6 +180,9 @@
179180
"items": {
180181
"$ref": "#/definitions/SearchSort"
181182
},
183+
"x-ms-identifiers": [
184+
"name"
185+
],
182186
"description": "How the results are sorted."
183187
},
184188
"requestTime": {
@@ -264,6 +268,9 @@
264268
"items": {
265269
"$ref": "#/definitions/SearchSchemaValue"
266270
},
271+
"x-ms-identifiers": [
272+
"name"
273+
],
267274
"description": "The array of result values."
268275
}
269276
},

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/Usages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
"items": {
128128
"$ref": "#/definitions/UsageMetric"
129129
},
130+
"x-ms-identifiers": [
131+
"name"
132+
],
130133
"description": "Gets or sets a list of usage metrics for a workspace."
131134
}
132135
},

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-08-01/WorkspacePurge.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@
136136
"description": "The set of columns and filters (queries) to run over them to purge the resulting data.",
137137
"items": {
138138
"$ref": "#/definitions/WorkspacePurgeBodyFilters"
139-
}
139+
},
140+
"x-ms-identifiers": []
140141
}
141142
}
142143
},

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2021-06-01/Clusters.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,10 @@
392392
"type": "array",
393393
"items": {
394394
"$ref": "#/definitions/AssociatedWorkspace"
395-
}
395+
},
396+
"x-ms-identifiers": [
397+
"workspaceId"
398+
]
396399
},
397400
"capacityReservationProperties": {
398401
"$ref": "#/definitions/CapacityReservationProperties",

0 commit comments

Comments
 (0)