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 @@ -7,7 +7,16 @@
"body": {
"value": [
{
"name": "Microsoft.ResourceGraph/resources/action",
"name": "Microsoft.ResourceGraph/operations/read",
"display": {
"provider": "Microsoft Resource Graph",
"resource": "Operation",
"operation": "Get Operations",
"description": "Gets the list of supported operations"
}
},
{
"name": "Microsoft.ResourceGraph/resources/read",
"display": {
"provider": "Microsoft Resource Graph",
"resource": "Resources",
Expand All @@ -16,12 +25,48 @@
}
},
{
"name": "Microsoft.ResourceGraph/queries/action",
"name": "Microsoft.ResourceGraph/resourceChanges/read",
"display": {
"provider": "Microsoft Resource Graph",
"resource": "Resource Changes",
"operation": "Query resource changes",
"description": "Lists changes to a resource for a given time interval"
}
},
{
"name": "Microsoft.ResourceGraph/resourceChangeDetails/read",
"display": {
"provider": "Microsoft Resource Graph",
"resource": "Resource Change Details",
"operation": "Query resource change details",
"description": "Gets the details of the specified resource change"
}
},
{
"name": "Microsoft.ResourceGraph/queries/read",
"display": {
"provider": "Microsoft Resource Graph",
"resource": "Resource Graph Queries",
"operation": "Read resource graph queries",
"description": "Gets the specified graph query"
}
},
{
"name": "Microsoft.ResourceGraph/queries/delete",
"display": {
"provider": "Microsoft Resource Graph",
"resource": "Resource Graph Queries",
"operation": "Delete resource graph queries",
"description": "Deletes the specified graph query"
}
},
{
"name": "Microsoft.ResourceGraph/queries/write",
"display": {
"provider": "Microsoft Resource Graph",
"resource": "Queries",
"operation": "CRUD operations of graph queries",
"description": "Create/Update/Retrieve a query within specified subscription and resource group."
"resource": "Resource Graph Queries",
"operation": "Create/Update resource graph queries",
"description": "Creates/Updates the specified graph query"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,36 +240,6 @@
}
}
}
},
"/providers/Microsoft.ResourceGraph/operations": {
"get": {
"tags": [
"Operations"
],
"description": "Lists all of the available REST API operations.",
"operationId": "Operations_List",
"x-ms-examples": {
"OperationsList": {
"$ref": "./examples/OperationsList.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"schema": {
"$ref": "resourcegraph.json#/definitions/OperationListResult"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
}
},
"definitions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
"body": {
"value": [
{
"name": "Microsoft.ResourceGraph/resources/action",
"name": "Microsoft.ResourceGraph/operations/read",
"display": {
"provider": "Microsoft Resource Graph",
"resource": "Operation",
"operation": "Get Operations",
"description": "Gets the list of supported operations"
}
},
{
"name": "Microsoft.ResourceGraph/resources/read",
"display": {
"provider": "Microsoft Resource Graph",
"resource": "Resources",
Expand Down