Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
e0706ba
Stress test (#3820)
gearama Jul 13, 2022
a3926d6
Fixed the metadata for better handling (#3824)
azure-sdk Jul 13, 2022
593437b
Update attestation core vcpkg dependency to latest GA version that is…
ahsonkhan Jul 15, 2022
7bf6735
Remove winhttp (#3832)
gearama Jul 15, 2022
73bb61d
Move perf.yml to eng/common (#3833)
azure-sdk Jul 15, 2022
cff96f8
Sync eng/common directory with azure-sdk-tools for PR 3656 (#3834)
azure-sdk Jul 15, 2022
c3ecbcd
Update casing for 'verison' (#3821)
azure-sdk Jul 19, 2022
b95cdcf
Print additional result summary formats to pipelines UI (#3842)
azure-sdk Jul 19, 2022
584f83c
Sync eng/common directory with azure-sdk-tools for PR 3702 (#3843)
azure-sdk Jul 20, 2022
6c74e57
Fix incorrect failure notification in vcpkg publishing (#3838)
danieljurek Jul 21, 2022
992a3a9
Helm charts (#3841)
gearama Jul 25, 2022
8cb8a43
Sync eng/common directory with azure-sdk-tools for PR 3661 (#3846)
azure-sdk Jul 25, 2022
ea2d3ad
Sync eng/common directory with azure-sdk-tools for PR 3735 (#3845)
azure-sdk Jul 25, 2022
a75c95b
Increment version for keyvault releases (#3809)
azure-sdk Jul 25, 2022
c437f5a
Removed hard dependency on opentelemetry version (#3844)
LarryOsterman Jul 26, 2022
209dcae
Revert "Add full clone fallback to sparse checkout (#3661)" (#3851)
azure-sdk Jul 26, 2022
f2efced
Sync eng/common directory with azure-sdk-tools for PR 3753 (#3857)
azure-sdk Jul 27, 2022
9843c71
Bump macOs version to macos-11 (#3853)
sima-zhu Jul 28, 2022
1dab2c1
Update CHANGELOG.md
RickWinter Jul 28, 2022
9eae0df
Fix misleading step name in az module install (#3859)
azure-sdk Jul 29, 2022
86b3305
Retry poll calls on EINTR (#3858)
johnwheffner Aug 1, 2022
9a04638
Fix bad path to sample matrix json (#3860)
azure-sdk Aug 2, 2022
e8906ca
Sync eng/common directory with azure-sdk-tools for PR 3826 (#3863)
azure-sdk Aug 3, 2022
755d717
Core August releases (#3862)
antkmsft Aug 4, 2022
5a8d623
Increment version for core releases (#3865)
azure-sdk Aug 4, 2022
5411134
Storage Aug GA release (#3864)
Jinming-Hu Aug 5, 2022
bf65862
CG only runs on internal (#3866)
JonathanCrd Aug 5, 2022
93991ab
STG 79 80 81 Features (#3850)
Jinming-Hu Aug 5, 2022
5954ef7
Sync eng/common directory with azure-sdk-tools for PR 3860 (#3871)
azure-sdk Aug 5, 2022
1f82325
Storage August Preview Release (#3868)
Jinming-Hu Aug 9, 2022
b5c456c
Increment version for storage releases (#3875)
azure-sdk Aug 9, 2022
e019b3e
Fix an issue that reason phrase is missing as expected from HTTP/2 se…
keshen-msft Aug 10, 2022
c152c05
Update CODEOWNERS (#3881)
microzchang Aug 11, 2022
82d4446
updated targeted proxy version to one that properly allows consumptio…
azure-sdk Aug 15, 2022
2dd3dbe
Fix `azure-storage-blobs-cpp` beta install (#3889)
antkmsft Aug 17, 2022
634df13
Fixed #3899 - Handle new OSX version correctly; reformatted platform-…
LarryOsterman Aug 24, 2022
f8c41df
Simpler get-binarysizes check for OSX (#3901)
LarryOsterman Aug 24, 2022
9afb371
Sync eng/common directory with azure-sdk-tools for PR 3874 (#3907)
azure-sdk Aug 25, 2022
221a175
File Share Features until STG82 (#3908)
Jinming-Hu Aug 29, 2022
3756ae6
Empty file or existing file won't be created/overwritten if the blob …
Jinming-Hu Aug 30, 2022
db99ee1
Remove unnecessary checkout: none that causes conflicts with sparse c…
azure-sdk Sep 1, 2022
825d2dd
Core September Release (#3913)
antkmsft Sep 1, 2022
81b7336
Increment package version after release of azure-core (#3919)
azure-sdk Sep 1, 2022
737a09f
Migrate SkipDefaultCheckout to SkipCheckoutNone (#3916)
azure-sdk Sep 1, 2022
e29fe9b
Storage Sept Release (#3914)
Jinming-Hu Sep 6, 2022
7b68b31
Increment version for storage releases (#3924)
azure-sdk Sep 6, 2022
009fe81
Add github actions based check enforcer (#3922)
benbp Sep 7, 2022
deb847e
Add `$schema` to `cgmanifest.json` (#3918)
JamieMagee Sep 13, 2022
3fec13f
Remove SkipDefaultCheckout parameter (#3930)
azure-sdk Sep 14, 2022
0e00a3a
Compatibility improvement for striped blob (#3932)
microzchang Sep 15, 2022
17ca687
add a parameter 'condition' to the test-proxy ci invocations. (#3931)
azure-sdk Sep 15, 2022
a511ef6
storage ad-hoc release (#3934)
Jinming-Hu Sep 16, 2022
9b29538
Increment package version after release of azure-storage-blobs (#3935)
azure-sdk Sep 16, 2022
cb4e723
Merge branch 'main' into larryo/syncmain
LarryOsterman Sep 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update attestation core vcpkg dependency to latest GA version that is…
… required. (#3830)

* Update attestation core vcpkg dependency to latest GA version that is required.

* Update vcpkg config.cmake to match the dependency version needed.
  • Loading branch information
ahsonkhan authored Jul 15, 2022
commit 593437b8f2d17f0a5caf1cd87a127b57cc148ff5
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.0")
find_dependency(OpenSSL)

include("${CMAKE_CURRENT_LIST_DIR}/azure-security-attestation-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.7.0-beta.1"
"version>=": "1.7.0"
},
{
"name": "vcpkg-cmake",
Expand Down