Azure Core Services July Release (#3785)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2022-06-30 14:57:17 -07:00 committed by GitHub
parent ee36dd3abb
commit fa295fd9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 20 deletions

View File

@ -1,14 +1,10 @@
# Release History
## 1.0.0-beta.2 (Unreleased)
### Features Added
## 1.0.0-beta.2 (2022-06-30)
### Breaking Changes
- The `Azure::Core::Tracing::OpenTelemetry::OpenTelemetryProvider` type can only be instantiated via a factory method: `OpenTelemetryProvider::Create`.
### Bugs Fixed
- The `Azure::Core::Tracing::OpenTelemetry::OpenTelemetryProvider` type can only be instantiated via a factory method: `OpenTelemetryProvider::Create()`.
### Other Changes

View File

@ -1,16 +1,11 @@
# Release History
## 1.7.0-beta.2 (Unreleased)
## 1.7.0 (2022-06-30)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Added prototypes and initial service support for Distributed Tracing.
## 1.7.0-beta.1 (2022-06-02)
### Features Added

View File

@ -1,17 +1,11 @@
# Release History
## 1.4.0-beta.1 (Unreleased)
## 1.4.0-beta.1 (2022-06-30)
### Features Added
- Added Azure App Service API version `2019-08-01` support for `ManagedIdentityCredential`.
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.3.0 (2022-06-07)
### Features Added