Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
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
4 changes: 2 additions & 2 deletions ports/azure-core-amqp-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core-amqp_1.0.0-beta.7
SHA512 ece00ea8a005cffba9df5e00169d7c1f4d1db75bf4acfab8a5057221c7992886df89882bd5eec146e432a0463f526cd547fa90c7430a0228441762e2ad4513e1
REF azure-core-amqp_1.0.0-beta.8
Comment thread
WangWeiLin-MV marked this conversation as resolved.
Outdated
SHA512 b8a38883a6c400de12098cbae9e925edcd5a0435ff0d153b5e885368cbdd63d7eb4fae330eb18e7c7414a32f7fa50cbb5ed8f69525bbd22fc84e15dff5682339
)

if(EXISTS "${SOURCE_PATH}/sdk/core/azure-core-amqp")
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-core-amqp-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
],
"name": "azure-core-amqp-cpp",
"version-semver": "1.0.0-beta.7",
"version-semver": "1.0.0-beta.8",
"description": [
"Microsoft Azure AMQP SDK for C++",
"This library provides AMQP functionality to Azure SDK services."
Expand All @@ -17,7 +17,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.10.0"
"version>=": "1.11.3"
},
"azure-macro-utils-c",
"umock-c",
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-core-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core_1.11.2
SHA512 c3606d987a25c3a50aad0a3e62cd8c0769c53d200b7b9b08dbc5d422358284335855944bcbbafb5214bba6cd84d15a395dc55b9efe9caf4f16bd3e7883dab0d2
REF azure-core_1.11.3
Comment thread
WangWeiLin-MV marked this conversation as resolved.
Outdated
SHA512 ba52f79e578da25831ad0fcd2da95a2e31b0c7c61ee1bc39c9f7de3edd9a59c2897564c0012cd4fd58b0a61c9df1d987b32b14b7cd3528779dc3ea9aac05c4ab
)

vcpkg_check_features(
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-core-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
],
"name": "azure-core-cpp",
"version-semver": "1.11.2",
"version-semver": "1.11.3",
"description": [
"Microsoft Azure Core SDK for C++",
"This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++."
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-data-tables-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-data-tables_1.0.0-beta.1
SHA512 64c887337e593ffc95ab5d5afb25b283255dafbf8ddce2b3207c928dee9277737d3713e02feb3991305ecf89243bf82753843c4a7c127b991a332efcaee875b3
REF azure-data-tables_1.0.0-beta.2
Comment thread
WangWeiLin-MV marked this conversation as resolved.
Outdated
SHA512 a79efbb2899a68b9553a3dc71a32a6e5a7abe6039b56eda5547f36f6c43820aa89b56f2b9819109486c895b2246f7abf3f60844f608fec87c2ae79f80dc41199
)

if(EXISTS "${SOURCE_PATH}/sdk/tables/azure-data-tables")
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-data-tables-cpp/vcpkg.json

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
],
"name": "azure-data-tables-cpp",
"version-semver": "1.0.0-beta.1",
"version-semver": "1.0.0-beta.2",
"description": [
"Microsoft Azure Data Tables SDK for C++",
"This library provides Azure Data Tables SDK."
Expand All @@ -15,7 +15,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.11.0"
"version>=": "1.11.3"
},
{
"name": "libxml2",
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
Expand Up @@ -4,8 +4,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-messaging-eventhubs_1.0.0-beta.6
SHA512 bb3cd12637c487e779ebc64c12b3f68fb83a2d0b4aba7db35fc62c7f39b2f499b07f5f3fcdbd3992cc10f8b97c3c5f0710ccc156b9a97a07617ef1bf5d42088c
REF azure-messaging-eventhubs_1.0.0-beta.7
Comment thread
WangWeiLin-MV marked this conversation as resolved.
Outdated
SHA512 a8143734671b459317a1b57b66b1421ce36f7a55cc3a1773cb589b4296fa0967211d08f34eca7a59423938da76084c5b8b322abae55fb78503783ce6e6de7136
)

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
Expand Up @@ -4,7 +4,7 @@
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
],
"name": "azure-messaging-eventhubs-cpp",
"version-semver": "1.0.0-beta.6",
"version-semver": "1.0.0-beta.7",
"description": [
"Microsoft Azure Messaging Event Hubs SDK for C++",
"This library provides Azure Messaging Event Hubs SDK."
Expand All @@ -15,7 +15,7 @@
{
"name": "azure-core-amqp-cpp",
"default-features": false,
"version>=": "1.0.0-beta.7"
"version>=": "1.0.0-beta.8"
},
{
"name": "vcpkg-cmake",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-amqp-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b2f819a95cefc81be5129a1380f1c5a2333314b8",
"version-semver": "1.0.0-beta.8",
"port-version": 0
},
{
"git-tree": "ef715da3b8f753c90e4f18df2bb34b9b31749490",
"version-semver": "1.0.0-beta.7",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7ebaafdd11f8115eedb2cb09aac0887a27f0da91",
"version-semver": "1.11.3",
"port-version": 0
},
{
"git-tree": "6d0b991648eed7860c0e873b5e9b6332cdc23d25",
"version-semver": "1.11.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-data-tables-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a7070e13b05bab99070fb5a4977495ba4ff0f9c1",
"version-semver": "1.0.0-beta.2",
"port-version": 0
},
{
"git-tree": "0b296b42b6c89f3400486fbf366d34ebaea13530",
"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": "1f3f2156ccea0defdecf26d24305eb60799c8f2e",
"version-semver": "1.0.0-beta.7",
"port-version": 0
},
{
"git-tree": "2823cc22f2097df4705b1ab925822f6ba19e40f9",
"version-semver": "1.0.0-beta.6",
Expand Down
8 changes: 4 additions & 4 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,19 +433,19 @@
"port-version": 0
},
"azure-core-amqp-cpp": {
"baseline": "1.0.0-beta.7",
"baseline": "1.0.0-beta.8",
"port-version": 0
},
"azure-core-cpp": {
"baseline": "1.11.2",
"baseline": "1.11.3",
"port-version": 0
},
"azure-core-tracing-opentelemetry-cpp": {
"baseline": "1.0.0-beta.4",
"port-version": 2
},
"azure-data-tables-cpp": {
"baseline": "1.0.0-beta.1",
"baseline": "1.0.0-beta.2",
"port-version": 0
},
"azure-identity-cpp": {
Expand All @@ -469,7 +469,7 @@
"port-version": 1
},
"azure-messaging-eventhubs-cpp": {
"baseline": "1.0.0-beta.6",
"baseline": "1.0.0-beta.7",
"port-version": 0
},
"azure-security-attestation-cpp": {
Expand Down