diff --git a/README.md b/README.md index 23a00e568f..15820291d8 100644 --- a/README.md +++ b/README.md @@ -230,12 +230,14 @@ The following SDK library releases are available on [vcpkg](https://github.com/m * `azure-core-cpp` * `azure-identity-cpp` +* `azure-security-attestation-cpp` +* `azure-security-keyvault-certificates-cpp` +* `azure-security-keyvault-keys-cpp` +* `azure-security-keyvault-secrets-cpp` * `azure-storage-blobs-cpp` * `azure-storage-files-datalake-cpp` * `azure-storage-files-shares-cpp` -* `azure-security-keyvault-keys-cpp` -* `azure-security-keyvault-secrets-cpp` -* `azure-security-keyvault-certificates-cpp` +* `azure-storage-queues-cpp` > NOTE: In case of getting linker errors when consuming the SDK on Windows, make sure that [vcpkg triplet](https://vcpkg.readthedocs.io/en/latest/users/triplets/) being consumed matches the [CRT link flags](https://docs.microsoft.com/cpp/build/reference/md-mt-ld-use-run-time-library?view=msvc-160) being set for your app or library build. See also `MSVC_USE_STATIC_CRT` build flag.