Skip to content

Commit ecb9d52

Browse files
Merge pull request #301565 from sushantjrao/break-glass-setup
Break glass setup
2 parents c029b25 + 41151ca commit ecb9d52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/operator-nexus/howto-use-commit-workflow-v2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,14 @@ Additionally, to retrieve the current CommitBatchId, perform a GET request on th
124124
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.
125125
After validating with ViewDeviceConfiguration, users may choose to discard pending configuration updates if issues are found. This operation restores the ARM resource state to its last known good configuration and resets the fabric state from Accepted & Locked to Succeeded.
126126

127+
>[!Note]
128+
> CommitBatchId can be retrieved by performing a GET request on the fabric resource using API version `2024-06-15-preview` or above.
127129
128130
```Azure CLI
129131
az networkfabric fabric discard-commit-batch \
130132
--resource-group "example-rg" \
131133
--network-fabric-name "example-fabric"
132-
--commit-id "commit-guid"
134+
--commit-batch-id "example-commit-batch-id"
133135
```
134136

135137
> [!Note]

0 commit comments

Comments
 (0)