Skip to content

Commit df3d4e6

Browse files
authored
Update README.md (Azure#34273)
1 parent 570ac85 commit df3d4e6

File tree

1 file changed

+2
-2
lines changed
  • sdk/containerregistry/azure-containers-containerregistry

1 file changed

+2
-2
lines changed

sdk/containerregistry/azure-containers-containerregistry/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

269269
To upload a full image, we need to upload individual layers and configuration. After that we can upload a manifest
270270
which describes an image or artifact and assign it a tag.

0 commit comments

Comments
 (0)