File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/containerregistry/azure-containers-containerregistry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ For more information please see [Container Registry Concepts](https://docs.micro
155155
156156- Registry operations:
157157 - [ List repository names] ( #list-repository-names )
158- - [ List artifact tags with anonymous access] ( #list-tags-with-anonymous-access )
158+ - [ List artifact tags with anonymous access] ( #list-artifact- tags-with-anonymous-access )
159159 - [ Set artifact properties] ( #set-artifact-properties )
160160 - [ Delete images] ( #delete-images )
161161 - [ Delete repository with anonymous access throws] ( #delete-a-repository-with-anonymous-access-throws )
@@ -264,7 +264,7 @@ ContainerRegistryContentClient contentClient = new ContainerRegistryContentClien
264264 .buildClient();
265265```
266266
267- #### Upload
267+ #### Upload Images
268268
269269To upload a full image, we need to upload individual layers and configuration. After that we can upload a manifest
270270which describes an image or artifact and assign it a tag.
You can’t perform that action at this time.
0 commit comments