From 8a74b7319b181a26e0adab5cd1d5ec795bcad268 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Mon, 22 Nov 2021 16:04:31 -0800 Subject: [PATCH] Remove the word experimental in readmes (#18773) We have the word "Experimental" in the titles in the readme files for our core packages. My guess is that we started with this when we were working on core v2, forgot to remove it when core v2 went GA and all our newer core packages from them did a copy/paste :) @xirzec, @joheredi Am I missing something? --- sdk/core/core-client-lro-rest/README.md | 2 +- sdk/core/core-client-paging-rest/README.md | 2 +- sdk/core/core-client-rest/README.md | 2 +- sdk/core/core-client/README.md | 2 +- sdk/core/core-rest-pipeline/README.md | 2 +- sdk/core/core-xml/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk/core/core-client-lro-rest/README.md b/sdk/core/core-client-lro-rest/README.md index 7f8ea52aab7b..97ff534f79bd 100644 --- a/sdk/core/core-client-lro-rest/README.md +++ b/sdk/core/core-client-lro-rest/README.md @@ -1,4 +1,4 @@ -# Azure Rest Core LRO library for JavaScript (Experimental) +# Azure Rest Core LRO library for JavaScript This library is primarily intended to be used in code generated by [AutoRest](https://github.com/Azure/Autorest) and [`autorest.typescript`](https://github.com/Azure/autorest.typescript). Specifically for rest level clients, as a helper to handle long running operations. This package implements support for Autorest `x-ms-long-running-operation` specification. diff --git a/sdk/core/core-client-paging-rest/README.md b/sdk/core/core-client-paging-rest/README.md index 9d4e9c57b5e7..52ea1ec51d5c 100644 --- a/sdk/core/core-client-paging-rest/README.md +++ b/sdk/core/core-client-paging-rest/README.md @@ -1,4 +1,4 @@ -# Azure Rest Core Paging library for JavaScript (Experimental) +# Azure Rest Core Paging library for JavaScript This library is primarily intended to be used in code generated by [AutoRest](https://github.com/Azure/Autorest) and [`autorest.typescript`](https://github.com/Azure/autorest.typescript). Specifically for rest level clients, as a helper to handle Pageable operations. This package implements support for Autorest `x-ms-pageable` specification. diff --git a/sdk/core/core-client-rest/README.md b/sdk/core/core-client-rest/README.md index 4a095693277f..7ecac6ac4f48 100644 --- a/sdk/core/core-client-rest/README.md +++ b/sdk/core/core-client-rest/README.md @@ -1,4 +1,4 @@ -# Azure Rest Core client library for JavaScript (Experimental) +# Azure Rest Core client library for JavaScript This library is primarily intended to be used in code generated by [AutoRest](https://github.com/Azure/Autorest) and [`autorest.typescript`](https://github.com/Azure/autorest.typescript). Specifically for rest level clients diff --git a/sdk/core/core-client/README.md b/sdk/core/core-client/README.md index 3cae0857ee55..c29585022cc6 100644 --- a/sdk/core/core-client/README.md +++ b/sdk/core/core-client/README.md @@ -1,4 +1,4 @@ -# Azure Core Service client library for JavaScript (Experimental) +# Azure Core Service client library for JavaScript This library is primarily intended to be used in code generated by [AutoRest](https://github.com/Azure/Autorest) and [`autorest.typescript`](https://github.com/Azure/autorest.typescript). diff --git a/sdk/core/core-rest-pipeline/README.md b/sdk/core/core-rest-pipeline/README.md index 28e1808b5cf3..69165268d72c 100644 --- a/sdk/core/core-rest-pipeline/README.md +++ b/sdk/core/core-rest-pipeline/README.md @@ -1,4 +1,4 @@ -# Azure Core HTTP client library for JavaScript (Experimental) +# Azure Core HTTP client library for JavaScript This is the core HTTP pipeline for Azure SDK JavaScript libraries which work in the browser and Node.js. This library is primarily intended to be used in code generated by [AutoRest](https://github.com/Azure/Autorest) and [`autorest.typescript`](https://github.com/Azure/autorest.typescript). diff --git a/sdk/core/core-xml/README.md b/sdk/core/core-xml/README.md index 902a7dafc21e..89d93ec5cb84 100644 --- a/sdk/core/core-xml/README.md +++ b/sdk/core/core-xml/README.md @@ -1,4 +1,4 @@ -# Azure Core XML client library for JavaScript (Experimental) +# Azure Core XML client library for JavaScript This library is primarily intended to be used in code generated by [AutoRest](https://github.com/Azure/Autorest) and [`autorest.typescript`](https://github.com/Azure/autorest.typescript) for APIs that require parsing XML payloads.