Azure Resource Manager /batch API support #23799
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
Mgmt
This issue is related to a management-plane library.
Feature Request
We plan to call multiple rest endpoints of Azure Resource Manager. In our use case, we have to fetch information about Virtual Machine Resources which are not availible through Resource Graph or Log Analytics.
As I know, the Portal is using the
https://management.azure.com/batch?api-version=2020-06-01
REST endpoint to aggregate multiple calls together.Now, I'm look for a similar solution here.
I tried to use the the search, however I only found tons of issue related to Azure Batch which seems an like an Azure Service not related to my request.
I'm aware that the Batch API is not part of https://github.com/Azure/azure-rest-api-specs, however this repository also contains other hand-crafted packages, like https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage
The text was updated successfully, but these errors were encountered: