azure-identity 2020-08 release notes (#1647)

This commit is contained in:
Charles Lowell 2020-08-10 14:46:32 -07:00 коммит произвёл GitHub
Родитель 59314ada57
Коммит d1d4087a17
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -14,7 +14,7 @@ The Azure SDK team is pleased to make available the August 2020 client library r
#### Updates
- _Add packages_
- Identity
#### Preview
@ -25,7 +25,7 @@ The Azure SDK team is pleased to make available the August 2020 client library r
To install the latest preview version of the packages, copy and paste the following commands into a terminal:
```bash
$> pip install azure-packagename
pip install azure-identity
```
## Feedback
@ -36,9 +36,11 @@ If you have a bug or feature request for one of the libraries, please post an is
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
### _Package name_
### Identity [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/azure-identity/CHANGELOG.md)
- Major changes only!
#### Breaking Changes
- User authentication and cache configuration APIs added since 1.4.0b1 have been removed (see the full changelog for details). They will return in 1.5.0b1.
- Renamed `VSCodeCredential` to `VisualStudioCodeCredential`
## Latest Releases