[azure-core-cpp] Update to 1.10.0 (#31779)

## 1.10.0 (2023-06-01)

### Features Added

- Added `Azure::Core::Uuid::AsArray()` and `Azure::Core::Uuid::CreateFromArray()` to enable reading or writing from an existing UUID. This is useful when the UUID was generated outside the Azure SDK, or needs to be used from a component outside the Azure SDK.

### Other Changes

- [[#3964]](https://github.com/Azure/azure-sdk-for-cpp/issues/3964) Ensuring some Azure SDK types have the expected default operations. (A community contribution, courtesy of _[jnyfah](https://github.com/jnyfah)_)

### Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

- Jennifer Chukwu _([GitHub](https://github.com/jnyfah))_
This commit is contained in:
Azure SDK Bot 2023-06-05 13:42:09 -07:00 committed by GitHub
parent c6ba8a18a1
commit 89f3bf357c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp REPO Azure/azure-sdk-for-cpp
REF azure-core_1.9.0 REF azure-core_1.10.0
SHA512 15650af728123e902c5bcf99ae2e8186b7ad77fe1187f11f379ec7c0dab5a0aba197d6cf6e5348845f51fa0f2d195e9f8eba9595756e600c166bebdf0a8c1b31 SHA512 8917d5a3934a743bd8b44dacc12c3cd410cd59f1fa596c36a50f78562a1c7fe7a189c762e4099f3b24d23fcf5dcb0243ac3f139f1d345e6283ff4b5db418ecda
) )
vcpkg_check_features( vcpkg_check_features(

View File

@ -1,6 +1,6 @@
{ {
"name": "azure-core-cpp", "name": "azure-core-cpp",
"version-semver": "1.9.0", "version-semver": "1.10.0",
"description": [ "description": [
"Microsoft Azure Core SDK for C++", "Microsoft Azure Core SDK for C++",
"This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++." "This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++."

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "b74424cb6faf3443c02effba66f048e0539437aa",
"version-semver": "1.10.0",
"port-version": 0
},
{ {
"git-tree": "307d4685a0813bb00150dfe87aed0b3fbf88c179", "git-tree": "307d4685a0813bb00150dfe87aed0b3fbf88c179",
"version-semver": "1.9.0", "version-semver": "1.9.0",

View File

@ -393,7 +393,7 @@
"port-version": 1 "port-version": 1
}, },
"azure-core-cpp": { "azure-core-cpp": {
"baseline": "1.9.0", "baseline": "1.10.0",
"port-version": 0 "port-version": 0
}, },
"azure-core-tracing-opentelemetry-cpp": { "azure-core-tracing-opentelemetry-cpp": {