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
The UpdateSnapshot method needs to be hidden and split into two separate convenience methods: Archive and Recover.
These APIs need to be hand-written wrappers on top of UpdateSnapshot to hide the complexity of setting up a SnapshotUpdateParameters from the end-user:
The
UpdateSnapshot
method needs to be hidden and split into two separate convenience methods:Archive
andRecover
.These APIs need to be hand-written wrappers on top of
UpdateSnapshot
to hide the complexity of setting up aSnapshotUpdateParameters
from the end-user:azure-sdk-for-cpp/sdk/appconfiguration/azure-data-appconfiguration/inc/azure/data/appconfiguration/configuration_client.hpp
Lines 109 to 115 in 514c4cc
The text was updated successfully, but these errors were encountered: