Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feb key vault release #4319

Merged
merged 13 commits into from
Feb 7, 2023
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Release History

## 4.0.0-beta.1 (Unreleased)
## 4.0.0-beta.1 (2023-02-07)

- initial preview of Settings API.
### Features Added

- Initial preview of Settings API.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder})
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-core-cpp "1.5.0" CONFIG QUIET)
gearama marked this conversation as resolved.
Show resolved Hide resolved
find_package(azure-core-cpp "1.7.2" CONFIG QUIET)
if(NOT azure-core-cpp_FOUND)
find_package(azure-core-cpp "1.5.0" REQUIRED)
find_package(azure-core-cpp "1.7.2" REQUIRED)
endif()
endif()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.5.0")
find_dependency(azure-core-cpp "1.7.2")

include("${CMAKE_CURRENT_LIST_DIR}/azure-security-keyvault-administration-cppTargets.cmake")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.5.0"
"version>=": "1.7.2"
},
{
"name": "vcpkg-cmake",
Expand Down
210 changes: 0 additions & 210 deletions sdk/keyvault/azure-security-keyvault-certificates/CMakeSettings.json

This file was deleted.