From 3c8539cf17b1698cadf08e6f3acc4a8b9273af85 Mon Sep 17 00:00:00 2001 From: Arpit Singh Date: Wed, 4 Sep 2024 11:02:06 +0530 Subject: Renaming Delta Operations as per RFC 9144 RFC 9144 recommends naming convention for operations that can be performed on any datastore. The recommended names are: - create - remove - replace Whereas in CPS Delta feature these operaitions were named: - add - remove - update So, "add" and "update" operations have been changed to "create" and "replace" respectively. Issue-ID: CPS-2393 Change-Id: Ie39f5f8ccc91e96cf484ca7fbc833a6be8758054 Signed-off-by: Arpit Singh --- docs/_static/cps-delta-mechanism.png | Bin 69416 -> 46182 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'docs/_static') diff --git a/docs/_static/cps-delta-mechanism.png b/docs/_static/cps-delta-mechanism.png index ab78ad9a1b..07923d4c26 100644 Binary files a/docs/_static/cps-delta-mechanism.png and b/docs/_static/cps-delta-mechanism.png differ -- cgit 1.2.3-korg