Skip to content

Commit

Permalink
add xms-ids for operationalInsights (Azure#17912)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinglingTong authored and FredericHeem committed Mar 7, 2022
1 parent 127c627 commit 4cacab4
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of solution operations supported by the OperationsManagement resource provider."
},
"nextLink": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@
"items": {
"$ref": "#/definitions/Column"
},
"x-ms-identifiers": [
"name"
],
"description": "A list of table custom columns."
},
"standardColumns": {
Expand All @@ -442,6 +445,9 @@
"items": {
"$ref": "#/definitions/Column"
},
"x-ms-identifiers": [
"name"
],
"description": "A list of table standard columns."
},
"categories": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@
"items": {
"$ref": "#/definitions/PrivateLinkScopedResource"
},
"x-ms-identifiers": [
"resourceId"
],
"description": "List of linked private link scope resources."
},
"features": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
"items": {
"$ref": "#/definitions/ManagementGroup"
},
"x-ms-identifiers": [
"/properties/id"
],
"description": "Gets or sets a list of management groups attached to the workspace."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@
"items": {
"$ref": "#/definitions/Tag"
},
"x-ms-identifiers": [
"name"
],
"description": "The tags attached to the saved search."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
"items": {
"$ref": "#/definitions/CoreSummary"
},
"x-ms-identifiers": [],
"description": "The core summaries."
},
"status": {
Expand All @@ -179,6 +180,9 @@
"items": {
"$ref": "#/definitions/SearchSort"
},
"x-ms-identifiers": [
"name"
],
"description": "How the results are sorted."
},
"requestTime": {
Expand Down Expand Up @@ -264,6 +268,9 @@
"items": {
"$ref": "#/definitions/SearchSchemaValue"
},
"x-ms-identifiers": [
"name"
],
"description": "The array of result values."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
"items": {
"$ref": "#/definitions/UsageMetric"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets or sets a list of usage metrics for a workspace."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
"description": "The set of columns and filters (queries) to run over them to purge the resulting data.",
"items": {
"$ref": "#/definitions/WorkspacePurgeBodyFilters"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/AssociatedWorkspace"
}
},
"x-ms-identifiers": [
"workspaceId"
]
},
"capacityReservationProperties": {
"$ref": "#/definitions/CapacityReservationProperties",
Expand Down

0 comments on commit 4cacab4

Please sign in to comment.