Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -392,6 +392,9 @@
"items": {
"$ref": "#/definitions/Column"
},
"x-ms-identifiers": [
"name"
],
"description": "A list of table custom columns."
},
"standardColumns": {
Expand All @@ -400,6 +403,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 @@ -572,6 +572,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