Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions articles/operator-nexus/howto-use-commit-workflow-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ You can retrieve the current CommitBatchId by performing a GET request on the fa
Commit Discard is a POST action on NetworkFabric, allowed before a commit is performed. This operation allows a user to revert the changes made to the resources via PATCH operations for a specific commit session.
Users may choose to discard pending configuration updates if issues are found during validation using ViewDeviceConfiguration. This operation restores the ARM resource state to its last known good configuration and resets the fabric state from Accepted & Locked to Succeeded.

>[!Note]
> It is recommended not to trigger a discard operation after a failed commit, as this may lead to inconsistent configurations between Azure Resource Manager (ARM) and the device. In some cases, a device refresh might be required to reconcile the configuration state across ARM and the device.

>[!Note]
> You can retrieve the CommitBatchId by performing a GET request on the fabric resource with API version `2024-06-15-preview` or above.

Expand Down