Azure / Azure/azure-sdk-for-cpp
Figure out a way to hide SnapshotUpdateParameters from UpdateSnapshot and split it into two separate convenience methods: Archive and Recover
Open
App Configuration
- Dominant language
- C++
- Stars
- 205
- Forks
- 172
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 37
Description
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:
https://github.com/Azure/azure-sdk-for-cpp/blob/514c4cc9b6b2a8baf3861f7b1897ebb3d3583e17/sdk/appconfiguration/azure-data-appconfiguration/inc/azure/data/appconfiguration/configuration_client.hpp#L109-L115
Contributor guide
Assessment
This issue has not been assessed yet.