Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure update #238

Merged
merged 2 commits into from
Jun 6, 2024
Merged
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
33 changes: 25 additions & 8 deletions providers/src/azure/v00.00.00000/services/resource_graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -710,22 +710,39 @@ components:
- resourceIds
- changeIds
x-stackQL-resources:
resources:
id: azure.resource_graph.resources
name: resources
# resources:
# id: azure.resource_graph.resources
# name: resources
# title: Resources
# methods:
# resources:
# operation:
# $ref: '#/paths/~1providers~1Microsoft.ResourceGraph~1resources~1?api-version=2023-09-01-preview/post'
# response:
# mediaType: application/json
# openAPIDocKey: '200'
# sqlVerbs:
# select: []
# insert: []
# update: []
# delete: []
graph_resources:
id: azure.resource_graph.graph_resources
name: graph_resources
title: Resources
methods:
resources:
get_graph_resources:
operation:
$ref: '#/paths/~1providers~1Microsoft.ResourceGraph~1resources~1?api-version=2023-09-01-preview/post'
$ref: '#/paths/~1providers~1Microsoft.ResourceGraph~1resources~1?api-version=2021-03-01/post'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
select:
- $ref: '#/components/x-stackQL-resources/graph_resources/methods/get_graph_resources'
insert: []
update: []
delete: []
delete: []
operations:
id: azure.resource_graph.operations
name: operations
Expand Down Expand Up @@ -799,7 +816,7 @@ components:
update: []
delete: []
paths:
/providers/Microsoft.ResourceGraph/resources/?api-version=2023-09-01-preview:
/providers/Microsoft.ResourceGraph/resources/?api-version=2021-03-01:
post:
tags:
- Resources
Expand Down