Copy azidentity v1.7.0 changelog content (#23166)
This commit is contained in:
Родитель
d45834417a
Коммит
04f8167b5f
|
@ -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"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче