Skip to content

Commit 9a2bc07

Browse files
committed
Update docs metadata
1 parent 1487ede commit 9a2bc07

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs-ref-services/preview/container-registry-readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure Container Registry client library for JavaScript
33
keywords: Azure, javascript, SDK, API, @azure/container-registry, containerregistry
44
author: jeremymeng
55
ms.author: yumeng
6-
ms.date: 02/08/2023
6+
ms.date: 04/14/2023
77
ms.topic: reference
88
ms.devlang: javascript
9-
ms.service: container-registry
9+
ms.service: containerregistry
1010
---
11-
# Azure Container Registry client library for JavaScript - version 1.1.0-beta.2
11+
# Azure Container Registry client library for JavaScript - version 1.1.0-beta.3
1212

1313

1414
Azure Container Registry allows you to store and manage container images and artifacts in a private registry for all types of container deployments.
@@ -35,7 +35,7 @@ Key links:
3535

3636
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
3737

38-
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.2/SUPPORT.md) for more details.
38+
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.3/SUPPORT.md) for more details.
3939

4040
> Note: This package cannot be used in the browser due to service limitations, please refer to [this document][cors] for guidance.
4141
@@ -268,7 +268,7 @@ Please take a look at the [samples][samples] directory for detailed examples tha
268268

269269
## Contributing
270270

271-
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.2/CONTRIBUTING.md) to learn more about how to build and test the code.
271+
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.3/CONTRIBUTING.md) to learn more about how to build and test the code.
272272

273273
## Related projects
274274

@@ -278,21 +278,21 @@ If you'd like to contribute to this library, please read the [contributing guide
278278

279279
[azure_sub]: https://azure.microsoft.com/free/
280280
[acr_resource]: https://ms.portal.azure.com/#create/Microsoft.ContainerRegistry
281-
[source]: https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.2/sdk/containerregistry/container-registry/
281+
[source]: https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.3/sdk/containerregistry/container-registry/
282282
[package]: https://www.npmjs.com/package/@azure/container-registry
283283
[api_docs]: /javascript/api/@azure/container-registry
284284
[rest_docs]: /rest/api/containerregistry/
285285
[product_docs]: /azure/container-registry/
286-
[cors]: https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.2/samples/cors/ts/README.md
287-
[samples]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/container-registry_1.1.0-beta.2/sdk/containerregistry/container-registry/samples
286+
[cors]: https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.3/samples/cors/ts/README.md
287+
[samples]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/container-registry_1.1.0-beta.3/sdk/containerregistry/container-registry/samples
288288
[container_registry_docs]: /azure/container-registry/container-registry-intro
289289
[container_registry_create_ps]: /azure/container-registry/container-registry-get-started-powershell
290290
[container_registry_create_cli]: /azure/container-registry/container-registry-get-started-azure-cli
291291
[container_registry_create_portal]: /azure/container-registry/container-registry-get-started-portal
292292
[container_registry_concepts]: /azure/container-registry/container-registry-concepts
293293
[azure_cli]: /cli/azure
294294
[azure_sub]: https://azure.microsoft.com/free/
295-
[identity]: https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.2/sdk/identity/identity/README.md
295+
[identity]: https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.3/sdk/identity/identity/README.md
296296
[az_sdk_js]: https://github.com/Azure/azure-sdk-for-js
297-
[troubleshooting guide]: https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.2/sdk/containerregistry/container-registry/TROUBLESHOOTING.md
297+
[troubleshooting guide]: https://github.com/Azure/azure-sdk-for-js/blob/@azure/container-registry_1.1.0-beta.3/sdk/containerregistry/container-registry/TROUBLESHOOTING.md
298298

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "@azure/container-registry",
3-
"Version": "1.1.0-beta.2",
3+
"Version": "1.1.0-beta.3",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/containerregistry/container-registry",
66
"ServiceDirectory": "containerregistry",
@@ -10,5 +10,5 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-container-registry",
13-
"ReleaseStatus": "2023-02-08"
13+
"ReleaseStatus": "2023-04-11"
1414
}

0 commit comments

Comments
 (0)