v2

latestSwagger 2.0raw.githubusercontent.com2021-05-04263678.0 KB
AcrRepository
AcrMetadata

Update the attribute identified by name where reference is the name of the repository.

patch/acr/v1/{name}

Path parameters

namestring required

Name of the image (including the namespace)

Request body

deleteEnabledboolean

Delete enabled

writeEnabledboolean

Write enabled

listEnabledboolean

List enabled

readEnabledboolean

Read enabled

teleportEnabledboolean

Enables Teleport functionality on new images in the repository improving Container startup performance

Example request

{
  "readEnabled": true,
  "listEnabled": true,
  "deleteEnabled": true,
  "writeEnabled": true,
  "teleportEnabled": true
}

Response

The attributes are updated