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
177 stars 126 forks source link

We no longer need SharedKeyLitePolicy or connection string helpers, and can remove it #6267

Closed ahsonkhan closed 1 day ago

ahsonkhan commented 2 days ago
          We no longer need `SharedKeyLitePolicy` and can remove it:

https://github.com/Azure/azure-sdk-for-cpp/blob/384552adff3d6cdea46cdf8a345120b183bdcc1e/sdk/tables/azure-data-tables/src/private/policies/shared_key_lite_policy.hpp#L13-L14

_Originally posted by @ahsonkhan in https://github.com/Azure/azure-sdk-for-cpp/pull/6181#discussion_r1843101912_

          We no longer need these connection string helpers and can remove them:

https://github.com/Azure/azure-sdk-for-cpp/blob/384552adff3d6cdea46cdf8a345120b183bdcc1e/sdk/tables/azure-data-tables/inc/azure/data/tables/credentials/named_key_credential.hpp#L72-L83

_Originally posted by @ahsonkhan in https://github.com/Azure/azure-sdk-for-cpp/pull/6181#discussion_r1843102128_