{ "opencollection": "1.0.0", "info": { "name": "ContainerRegistryManagementClient Operation Registries API", "version": "2.0" }, "items": [ { "info": { "name": "Registries", "type": "folder" }, "items": [ { "info": { "name": "Azure Container Registry Registries_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ContainerRegistry/registries", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." } ] }, "docs": "Lists all the container registries under the specified subscription." }, { "info": { "name": "Azure Container Registry Registries_ List by Resource Group", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." } ] }, "docs": "Lists all the container registries under the specified resource group." }, { "info": { "name": "Azure Container Registry Registries_ Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." } ] }, "docs": "Gets the properties of the specified container registry." }, { "info": { "name": "Azure Container Registry Registries_ Create", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." } ] }, "docs": "Creates a container registry with the specified parameters." }, { "info": { "name": "Azure Container Registry Registries_ Update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." } ] }, "docs": "Updates a container registry with the specified parameters." }, { "info": { "name": "Azure Container Registry Registries_ Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." } ] }, "docs": "Deletes a container registry." }, { "info": { "name": "Azure Container Registry Registries_ Import Image", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName/importImage", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." } ] }, "docs": "Copies an image to this container registry from the specified container registry." }, { "info": { "name": "Azure Container Registry Registries_ List Credentials", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName/listCredentials", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." } ] }, "docs": "Lists the login credentials for the specified container registry." }, { "info": { "name": "Azure Container Registry Registries_ List Usages", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName/listUsages", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." } ] }, "docs": "Gets the quota usages for the specified container registry." }, { "info": { "name": "Azure Container Registry Registries_ Regenerate Credential", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ContainerRegistry/registries/:registryName/regenerateCredential", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "registryName", "value": "", "type": "path", "description": "The name of the container registry." } ] }, "docs": "Regenerates one of the login credentials for the specified container registry." } ] } ], "bundled": true }