Skip to content

Commit

Permalink
Daily vcpkg ports for eventhubs
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Oct 30, 2023
1 parent 8b24dd8 commit 7383222
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-messaging-eventhubs-checkpointstore-blob_1.0.0-beta.1
SHA512 7c55eda0c04bbc57729a7b479d8d5874b0e06927aff1916833520a3a944e63b6fceabd3565fd91549ec00157f2c4af5a87a6a2db55a5c24df611cd96572f9a08
REF 7d94094255fb65cf659a12003ec0b05cb0dbebe6
SHA512 83c5a369fb9c30334df4020cad4f34ceb1b9d8389045b74c8285e065401bbf921a31f4287e8c110aeec21dfe3b6e703c0ba5838f269291b13df59f40b3b54f63
)

if(EXISTS "${SOURCE_PATH}/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-messaging-eventhubs-checkpointstore-blob-cpp",
"version-semver": "1.0.0-beta.1",
"version-semver": "1.0.0-beta.2",
"description": [
"Microsoft Azure Messaging Event Hubs Blob Checkpoint Store SDK for C++",
"This library provides an Azure-Storage-Blobs based implementation of an Azure Messaging Event Hubs SDK Checkpoint Store."
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-messaging-eventhubs-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-messaging-eventhubs_1.0.0-beta.3
SHA512 0ad0e02755eba07408c6a837a742c0e58890a4b5f281709e1d84ea59a378c0a013068428d99e81d4972172760a3fb55a6026d34d8a558a5747c48a6b3f85e664
REF 7d94094255fb65cf659a12003ec0b05cb0dbebe6
SHA512 83c5a369fb9c30334df4020cad4f34ceb1b9d8389045b74c8285e065401bbf921a31f4287e8c110aeec21dfe3b6e703c0ba5838f269291b13df59f40b3b54f63
)

if(EXISTS "${SOURCE_PATH}/sdk/eventhubs/azure-messaging-eventhubs")
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-messaging-eventhubs-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-messaging-eventhubs-cpp",
"version-semver": "1.0.0-beta.3",
"version-semver": "1.0.0-beta.4",
"description": [
"Microsoft Azure Messaging Event Hubs SDK for C++",
"This library provides Azure Messaging Event Hubs SDK."
Expand All @@ -11,7 +11,7 @@
{
"name": "azure-core-amqp-cpp",
"default-features": false,
"version>=": "1.0.0-beta.2"
"version>=": "1.0.0-beta.5"
},
{
"name": "vcpkg-cmake",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "939ae085b8889dac4adf58da83681d4ba14e3ae8",
"version-semver": "1.0.0-beta.2",
"port-version": 0
},
{
"git-tree": "9289b19329d8fc1b12ef5a71d1cf2d743a32cc2a",
"version-semver": "1.0.0-beta.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-messaging-eventhubs-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "13d1f44e9a15e8b016140a6d04d99bc348351cd8",
"version-semver": "1.0.0-beta.4",
"port-version": 0
},
{
"git-tree": "d50578e6b52b84c8be16a01ee83b4777c3c4bc9d",
"version-semver": "1.0.0-beta.3",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,11 @@
"port-version": 1
},
"azure-messaging-eventhubs-checkpointstore-blob-cpp": {
"baseline": "1.0.0-beta.1",
"baseline": "1.0.0-beta.2",
"port-version": 0
},
"azure-messaging-eventhubs-cpp": {
"baseline": "1.0.0-beta.3",
"baseline": "1.0.0-beta.4",
"port-version": 0
},
"azure-security-attestation-cpp": {
Expand Down

0 comments on commit 7383222

Please sign in to comment.