Skip to content

Commit

Permalink
Merge pull request #237 from stackql/feature/provider
Browse files Browse the repository at this point in the history
azure minor update
  • Loading branch information
jeffreyaven authored Jun 6, 2024
2 parents 8161ed5 + 549c662 commit 84e13ae
Showing 1 changed file with 25 additions and 8 deletions.
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

0 comments on commit 84e13ae

Please sign in to comment.