{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Management Resource Groups API", "version": "2022-09-01" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Resource Groups", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Azure Management List Resource Groups", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups", "params": [ { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path" }, { "name": "api-version", "value": "2022-09-01", "type": "query" } ] }, "docs": "Gets all the resource groups for a subscription." }, { "info": { "name": "Microsoft Azure Azure Management Create or Update Resource Group", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups", "params": [ { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path" }, { "name": "resourceGroupName", "value": "my-resource-group", "type": "query" }, { "name": "api-version", "value": "2022-09-01", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a resource group." } ] } ], "bundled": true }