{ "opencollection": "1.0.0", "info": { "name": "ContainerRegistryManagementClient Operation API", "version": "2.0" }, "items": [ { "info": { "name": "Operation", "type": "folder" }, "items": [ { "info": { "name": "Azure Container Registry Operations_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.ContainerRegistry/operations", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." } ] }, "docs": "Lists all of the available Azure Container Registry REST API operations." }, { "info": { "name": "Azure Container Registry Registries_ Check Name Availability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ContainerRegistry/checkNameAvailability", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length." } ] } ], "bundled": true }