Copy azidentity v1.7.0 changelog content (#23166)

This commit is contained in:
Charles Lowell 2024-07-09 08:56:52 -07:00 коммит произвёл GitHub
Родитель d45834417a
Коммит 04f8167b5f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 12 добавлений и 2 удалений

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

@ -1,6 +1,6 @@
# Release History
## 1.7.0-beta.2 (Unreleased)
## 1.8.0-beta.1 (Unreleased)
### Features Added
@ -10,6 +10,16 @@
### Other Changes
## 1.7.0 (2024-06-20)
### Features Added
* `AzurePipelinesCredential` authenticates an Azure Pipelines service connection with
workload identity federation
### Breaking Changes
> These changes affect only code written against a beta version such as v1.7.0-beta.1
* Removed the persistent token caching API. It will return in v1.8.0-beta.1
## 1.7.0-beta.1 (2024-06-10)
### Features Added

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

@ -14,5 +14,5 @@ const (
module = "github.com/Azure/azure-sdk-for-go/sdk/" + component
// Version is the semantic version (see http://semver.org) of this module.
version = "v1.7.0-beta.2"
version = "v1.8.0-beta.1"
)