[azure-storage-files-datalake-cpp] Update to 12.5.0 (#28842)

## 12.5.0 (2023-01-10)

- New features in `12.5.0-beta.1` are now generally available.
This commit is contained in:
Azure SDK Bot 2023-01-12 22:00:32 -08:00 committed by GitHub
parent 4c5be28bfa
commit 9df2df01bd
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(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-datalake_12.4.0
SHA512 aa90f209b55606a49b9c239f0d1ef57ca8be6f38c7262c91a54b88f425471aad89126682529facf0746d250a692df60e8b7272fc12ead8c97a40cce767ad6652
REF azure-storage-files-datalake_12.5.0
SHA512 fe6b7ffe6efa24c273e3151fdeadb4b981e277bf9aa7b19b23759d5070bfc0c65c365296add83fb4f364b0653a651be31d9ccbd06bfc4c6ac62cf0c5330a66dc
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-datalake-cpp",
"version-semver": "12.4.0",
"version-semver": "12.5.0",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "12acf62b792b5b9b406eea20f8b3b25e30a32eca",
"version-semver": "12.5.0",
"port-version": 0
},
{
"git-tree": "2b2b58353093074eaa8b462d77cb62c667883673",
"version-semver": "12.4.0",

View File

@ -409,7 +409,7 @@
"port-version": 3
},
"azure-storage-files-datalake-cpp": {
"baseline": "12.4.0",
"baseline": "12.5.0",
"port-version": 0
},
"azure-storage-files-shares-cpp": {