Skip to content

Commit

Permalink
Remove the word experimental in readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Nov 22, 2021
1 parent d515f86 commit da3e1c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sdk/core/core-client-lro-rest/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-client-paging-rest/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-client-rest/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-client/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-xml/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit da3e1c4

Please sign in to comment.