Skip to content

Commit 7831ce2

Browse files
edits
1 parent 2dc049a commit 7831ce2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/container-registry/container-registry-image-lock.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ az acr repository update \
181181
--delete-enabled true --write-enabled true
182182
```
183183

184-
To restore the default behavior of the *myrepo* repository and all images so that they can be deleted and updated, run the following command:
184+
To restore the default behavior of the *myrepo* repository, enabling individual images to be deleted and updated, run the following command:
185185

186186
```azurecli
187187
az acr repository update \
@@ -193,10 +193,8 @@ However, if there is a lock on the manifest, you need to run an additional comma
193193

194194
```azurecli
195195
az acr repository update \
196-
--name myregistry \
197-
--image $repo@$digest \
198-
--delete-enabled true \
199-
--write-enabled true
196+
--name myregistry --image $repo@$digest \
197+
--delete-enabled true --write-enabled true
200198
```
201199

202200
## Next steps

0 commit comments

Comments
 (0)