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
Client libraries should be consistent within the language, consistent with the service and consistent between all target languages. In cases of conflict, consistency within the language is the highest priority and consistency between all target languages is the lowest priority.
UpsertEntityOptions
isUpsertKind::Update
in C++, but it is Merge in other languages.C++ implementation:
azure-sdk-for-cpp/sdk/tables/azure-data-tables/src/table_clients.cpp
Lines 599 to 627 in 384552a
P.S. The
(void)options
line should be removed (on line 604), since the options are being used here..NET implementation:
https://github.com/Azure/azure-sdk-for-net/blob/4e1173308d32f0413788359a87376e673f2ab15b/sdk/tables/Azure.Data.Tables/src/TableClient.cs#L818-L856
GoLang implementation:
https://github.com/Azure/azure-sdk-for-go/blob/3ebd0d439f9d8aa06a0764a60892a8001b997a34/sdk/data/aztables/client.go#L420-L478
cc @jhendrixMSFT, @christothes
The text was updated successfully, but these errors were encountered: