File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Any `patch` operation on parent resources or `Create`/`Update`/`Delete` (CUD) op
30
30
### Step 1: Update resources
31
31
32
32
Make patch or CUD operations via Azure CLI, Portal, or ARM template.
33
- Once these changes are made, the fabric's configuration state will change to ` Accepted (Pending Commit) ` .
33
+ Once these changes are made, the fabric's configuration state will changes to ` Accepted (Pending Commit) ` .
34
34
35
35
#### Example scenarios:
36
36
@@ -62,7 +62,7 @@ az networkfabric fabric lock-fabric \
62
62
63
63
### Step 3: Validate updates (Optional but recommended)
64
64
65
- Validate the configuration using the ` view-device-configuration ` post-action. This provides insight into the expected configuration outcomes.
65
+ Validate the configuration using the ` view-device-configuration ` post-action. This step provides insight into the expected configuration outcomes.
66
66
67
67
> [ !Important]
68
68
> BYOS must be configured on the Network Fabric.
@@ -76,8 +76,6 @@ az networkfabric fabric view-device-configuration \
76
76
--resource-group "example-rg"
77
77
```
78
78
79
- This provides:
80
-
81
79
- ** Pre-Device Changes** : Current config for all devices (CE, TOR, Management Switches)
82
80
83
81
- ** Post-Device Changes** : Preview of what will be applied after commit
You can’t perform that action at this time.
0 commit comments