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
If we follow precedence from other languages, this will require a SyncTokenPolicy, with a caching mechanism, which does the appropriate thing with the sync-token headers. The current thinking is to hand-modify the SDK to add support for this on top of the generated code (returned as part of operation responses).
This also needs a client-level public helper methods for customers to use, to complete the scenario:
If we follow precedence from other languages, this will require a SyncTokenPolicy, with a caching mechanism, which does the appropriate thing with the sync-token headers. The current thinking is to hand-modify the SDK to add support for this on top of the generated code (returned as part of operation responses).
This also needs a client-level public helper methods for customers to use, to complete the scenario:
ConfigurationClient::UpdateSyncToken(std::string token);
Concept Doc for reference:
https://learn.microsoft.com/en-us/azure/azure-app-configuration/rest-api-consistency
Examples from other SDKs:
The text was updated successfully, but these errors were encountered: