Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the word experimental in readmes #18773

Merged
1 commit merged into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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