From edf7ab18c728824c45142d5264448ca7d8b5626e Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:57:51 -0700 Subject: [PATCH] Add a note to vcpkg manifest files that all changes made in the vcpkg repo alone might be lost. (#5110) * Add a note to vcpkg manifest files that all changes made in the vcpkg repo alone might be lost. * may => will --------- Co-authored-by: Anton Kolesnyk --- .../azure-security-attestation/vcpkg/portfile.cmake | 3 +++ sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json | 1 + sdk/core/azure-core-amqp/vcpkg/portfile.cmake | 3 +++ sdk/core/azure-core-amqp/vcpkg/vcpkg.json | 1 + sdk/core/azure-core-tracing-opentelemetry/vcpkg/portfile.cmake | 3 +++ sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json | 1 + sdk/core/azure-core/vcpkg/portfile.cmake | 3 +++ sdk/core/azure-core/vcpkg/vcpkg.json | 1 + .../vcpkg/portfile.cmake | 3 +++ .../vcpkg/vcpkg.json | 1 + sdk/eventhubs/azure-messaging-eventhubs/vcpkg/portfile.cmake | 3 +++ sdk/eventhubs/azure-messaging-eventhubs/vcpkg/vcpkg.json | 1 + sdk/identity/azure-identity/vcpkg/portfile.cmake | 3 +++ sdk/identity/azure-identity/vcpkg/vcpkg.json | 1 + .../vcpkg/portfile.cmake | 3 +++ .../azure-security-keyvault-administration/vcpkg/vcpkg.json | 1 + .../azure-security-keyvault-certificates/vcpkg/portfile.cmake | 3 +++ .../azure-security-keyvault-certificates/vcpkg/vcpkg.json | 1 + sdk/keyvault/azure-security-keyvault-keys/vcpkg/portfile.cmake | 3 +++ sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json | 1 + .../azure-security-keyvault-secrets/vcpkg/portfile.cmake | 3 +++ sdk/keyvault/azure-security-keyvault-secrets/vcpkg/vcpkg.json | 1 + sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake | 3 +++ sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json | 1 + sdk/storage/azure-storage-common/vcpkg/portfile.cmake | 3 +++ sdk/storage/azure-storage-common/vcpkg/vcpkg.json | 1 + sdk/storage/azure-storage-files-datalake/vcpkg/portfile.cmake | 3 +++ sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json | 1 + sdk/storage/azure-storage-files-shares/vcpkg/portfile.cmake | 3 +++ sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json | 1 + sdk/storage/azure-storage-queues/vcpkg/portfile.cmake | 3 +++ sdk/storage/azure-storage-queues/vcpkg/vcpkg.json | 1 + sdk/template/azure-template/vcpkg/portfile.cmake | 3 +++ sdk/template/azure-template/vcpkg/vcpkg.json | 1 + 34 files changed, 68 insertions(+) diff --git a/sdk/attestation/azure-security-attestation/vcpkg/portfile.cmake b/sdk/attestation/azure-security-attestation/vcpkg/portfile.cmake index d659156a2..fcb7d3a5b 100644 --- a/sdk/attestation/azure-security-attestation/vcpkg/portfile.cmake +++ b/sdk/attestation/azure-security-attestation/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json index 72d47129a..7ca3e2d0b 100644 --- a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json +++ b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-security-attestation-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/core/azure-core-amqp/vcpkg/portfile.cmake b/sdk/core/azure-core-amqp/vcpkg/portfile.cmake index b075bd53f..c2f73a1bd 100644 --- a/sdk/core/azure-core-amqp/vcpkg/portfile.cmake +++ b/sdk/core/azure-core-amqp/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/core/azure-core-amqp/vcpkg/vcpkg.json b/sdk/core/azure-core-amqp/vcpkg/vcpkg.json index 96565466d..92502dcc8 100644 --- a/sdk/core/azure-core-amqp/vcpkg/vcpkg.json +++ b/sdk/core/azure-core-amqp/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-core-amqp-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/portfile.cmake b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/portfile.cmake index 3b8f6768f..783a6d4fd 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/portfile.cmake +++ b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json index f82849be5..f54848a9f 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json +++ b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-core-tracing-opentelemetry-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/core/azure-core/vcpkg/portfile.cmake b/sdk/core/azure-core/vcpkg/portfile.cmake index 87f3259fb..b5396585b 100644 --- a/sdk/core/azure-core/vcpkg/portfile.cmake +++ b/sdk/core/azure-core/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/core/azure-core/vcpkg/vcpkg.json b/sdk/core/azure-core/vcpkg/vcpkg.json index 1eec0264b..b78d8e725 100644 --- a/sdk/core/azure-core/vcpkg/vcpkg.json +++ b/sdk/core/azure-core/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-core-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/vcpkg/portfile.cmake b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/vcpkg/portfile.cmake index 4591cdb19..513b2d2cd 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/vcpkg/portfile.cmake +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/vcpkg/vcpkg.json b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/vcpkg/vcpkg.json index c89028b4d..904ee0d6b 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/vcpkg/vcpkg.json +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-messaging-eventhubs-checkpointstore-blob-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/portfile.cmake b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/portfile.cmake index bb19ac709..9ff3f8ec5 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/portfile.cmake +++ b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/vcpkg.json b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/vcpkg.json index d7a139827..bf3399100 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/vcpkg.json +++ b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-messaging-eventhubs-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/identity/azure-identity/vcpkg/portfile.cmake b/sdk/identity/azure-identity/vcpkg/portfile.cmake index 73a5ea88c..38435f463 100644 --- a/sdk/identity/azure-identity/vcpkg/portfile.cmake +++ b/sdk/identity/azure-identity/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/identity/azure-identity/vcpkg/vcpkg.json b/sdk/identity/azure-identity/vcpkg/vcpkg.json index 590c4a63f..f31067c9a 100644 --- a/sdk/identity/azure-identity/vcpkg/vcpkg.json +++ b/sdk/identity/azure-identity/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-identity-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/portfile.cmake b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/portfile.cmake index 3740b8e8f..e4f8b1367 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/portfile.cmake +++ b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/vcpkg.json index a49ec4757..d99d4c345 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-security-keyvault-administration-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/portfile.cmake b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/portfile.cmake index 3ecce7181..8ec8fa788 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/portfile.cmake +++ b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/vcpkg.json index 287d06d5b..72f0117ef 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-security-keyvault-certificates-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/portfile.cmake b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/portfile.cmake index a85c3b695..db32d1e7c 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/portfile.cmake +++ b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json index 63934f943..e95ab3345 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-security-keyvault-keys-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/portfile.cmake b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/portfile.cmake index 0cfb4374b..1ca2ddca5 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/portfile.cmake +++ b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/vcpkg.json index 8deeff295..0b04f4788 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-security-keyvault-secrets-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake b/sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake index ced9ecbca..34bcc90d9 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json b/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json index f0456d21d..36a393c2a 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-storage-blobs-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/storage/azure-storage-common/vcpkg/portfile.cmake b/sdk/storage/azure-storage-common/vcpkg/portfile.cmake index f4f929ef7..19ff90593 100644 --- a/sdk/storage/azure-storage-common/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-common/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json index a163a1788..439b2ffea 100644 --- a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-storage-common-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/storage/azure-storage-files-datalake/vcpkg/portfile.cmake b/sdk/storage/azure-storage-files-datalake/vcpkg/portfile.cmake index 7bd142afd..99344115f 100644 --- a/sdk/storage/azure-storage-files-datalake/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-files-datalake/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json b/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json index 1a1b5a2e3..28a68a7dc 100644 --- a/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-storage-files-datalake-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/storage/azure-storage-files-shares/vcpkg/portfile.cmake b/sdk/storage/azure-storage-files-shares/vcpkg/portfile.cmake index ca2c579fe..6bbf5658d 100644 --- a/sdk/storage/azure-storage-files-shares/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-files-shares/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json b/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json index 6b9d987dd..d98013d78 100644 --- a/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-storage-files-shares-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/storage/azure-storage-queues/vcpkg/portfile.cmake b/sdk/storage/azure-storage-queues/vcpkg/portfile.cmake index 343bdac44..17f36ec70 100644 --- a/sdk/storage/azure-storage-queues/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-queues/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/storage/azure-storage-queues/vcpkg/vcpkg.json b/sdk/storage/azure-storage-queues/vcpkg/vcpkg.json index c78ecd123..d5e8ddd81 100644 --- a/sdk/storage/azure-storage-queues/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-queues/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-storage-queues-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ diff --git a/sdk/template/azure-template/vcpkg/portfile.cmake b/sdk/template/azure-template/vcpkg/portfile.cmake index 3bbf00f0a..e4ecd7878 100644 --- a/sdk/template/azure-template/vcpkg/portfile.cmake +++ b/sdk/template/azure-template/vcpkg/portfile.cmake @@ -1,6 +1,9 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. +# NOTE: All changes made to this file will get overwritten by the next port release. +# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp. + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp diff --git a/sdk/template/azure-template/vcpkg/vcpkg.json b/sdk/template/azure-template/vcpkg/vcpkg.json index bc5bafedc..8b8c58eb1 100644 --- a/sdk/template/azure-template/vcpkg/vcpkg.json +++ b/sdk/template/azure-template/vcpkg/vcpkg.json @@ -2,6 +2,7 @@ # Licensed under the MIT License. { + "$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.", "name": "azure-template-cpp", "version-semver": "@AZ_LIBRARY_VERSION@", "description": [