Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
171 stars 118 forks source link

Update docs on how customers can acquire beta packages #5000

Open ahsonkhan opened 9 months ago

ahsonkhan commented 9 months ago

We should provide clear, step-by-step guidance here for users who want to consume beta bits.

The readme here incorrectly mentions updating the AzureVcpkg.cmake file.

https://github.com/Azure/azure-sdk-for-cpp/blob/be478542fba6091385afb2c1791eafcecf8b1ad7/README.md#getting-beta-releases-in-vcpkg

The steps in the root of the beta registry, are about classic mode. https://github.com/Azure/azure-sdk-vcpkg-betas/#azure-sdk-beta-vcpkg-registry

cc @ronniegeraghty

ahsonkhan commented 9 months ago

From @antkmsft:

the instructions are probably wrong - user needs to update vcpkg.json that is in the root of the SDK (manifest mode), or as described in the vcpkg beta registry's readme (classic mode).