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

[text analytics] add --pre suffix to pip install #13523

Merged
merged 3 commits into from
Sep 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions sdk/textanalytics/azure-ai-textanalytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,15 @@ For example, `https://<my-custom-subdomain>.cognitiveservices.azure.com/`.
Install the Azure Text Analytics client library for Python with [pip][pip]:

```bash
pip install azure-ai-textanalytics
pip install azure-ai-textanalytics --pre
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to update the Note below. Maybe be specific on what version you're getting with/without the --pre flag?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v good point thankns

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just added a note about this. in the note i explicitly mention 5.0.0 as the latest GA version of the library, since I'm mentioning that the GA version only includes support of v3.0, and this behavior is tied to that version

```
> This table shows the relationship between SDK versions and supported API versions of the service
>| SDK version | Supported API version of service |
>| ----------- | ----------- |
>| Latest GA release (can be installed by removing the `--pre` flag) | 3.0 |
>| Latest release (beta) | 3.0, 3.1-preview |


> Note: This version of the client library supports the v3.0 version of the Text Analytics service

### Authenticate the client
#### Get the endpoint
Expand Down