You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on offline discussion with @JeffreyRichter and @gearama, and SFI guidance, we can remove the AzureSasCredential ctor overload and wait for customer requests for it before adding it. For security best practices, we'd want to steer customers to the pit of success.
Consider removing this ctor along with any other types that would no longer be needed as a result. Leveraging expertise as the SDK owner, we'd want to validate that no known customer scenario is blocked when we do this.
For example, this means, we'd no longer have callers for NamedKeyCredential or the SAS builder helpers, so we can remove them as well (for now). They can always get added back in the future, but we can't take them away if we GA with them.
Based on offline discussion with @JeffreyRichter and @gearama, and SFI guidance, we can remove the AzureSasCredential ctor overload and wait for customer requests for it before adding it. For security best practices, we'd want to steer customers to the pit of success.
Consider removing this ctor along with any other types that would no longer be needed as a result. Leveraging expertise as the SDK owner, we'd want to validate that no known customer scenario is blocked when we do this.
azure-sdk-for-cpp/sdk/tables/azure-data-tables/inc/azure/data/tables/table_client.hpp
Lines 91 to 104 in b391d65
For example, this means, we'd no longer have callers for NamedKeyCredential or the SAS builder helpers, so we can remove them as well (for now). They can always get added back in the future, but we can't take them away if we GA with them.
azure-sdk-for-cpp/sdk/tables/azure-data-tables/inc/azure/data/tables/credentials/named_key_credential.hpp
Line 23 in b391d65
Related: #6143
The text was updated successfully, but these errors were encountered: