Skip to content

Commit

Permalink
create table showing SDK -> API version
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Sep 3, 2020
1 parent 2ac1e2f commit e80bc26
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sdk/textanalytics/azure-ai-textanalytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,13 @@ Install the Azure Text Analytics client library for Python with [pip][pip]:
```bash
pip install azure-ai-textanalytics --pre
```
> 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 both the v3.0 version, and the preview versions of the v3.1 version of the Text Analytics service. If you do not specify the `--pre` flag when installing the package, you will download version 5.0.0 of the library, which will only
include support of the services v3.0 version. Specifying the `--pre` flag will give you the latest beta release of this library, which includes
support of all preview versions of v3.1, and also continuing support of the service's v3.0 version.

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

0 comments on commit e80bc26

Please sign in to comment.