Skip to content

Commit d4375a4

Browse files
Merge pull request #295403 from sushantjrao/break-glass-setup
Update concepts-network-fabric-read-write-commands.md
2 parents 1a33536 + 3da1ff7 commit d4375a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/concepts-network-fabric-read-write-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ The RW command feature is open and there are no restrictions on it. However, pro
511511

512512
## Retreive runRW configuration
513513

514-
To retrieve the last successfully applied runRW configuration for a given device, perform a GET operation on the device resource.
514+
To obtain the last successfully applied runRW configuration, refer to the rwDeviceConfig property. This property stores the last successfully applied RW configuration for the device. To access it, perform a GET request on the device resource.
515515

516516
```rest
517517
az rest -m get -u /subscriptions/<example-subscription-id>/resourceGroups/<example-rg>/providers/Microsoft.ManagedNetworkFabric/NetworkDevices/<example-devicename>?api-version=2024-06-15-preview
@@ -532,7 +532,7 @@ Expected output
532532
"networkDeviceSku": "DefaultSku",
533533
"networkRackId": "/subscriptions/xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkRacks/example-rack-name",
534534
"provisioningState": "Succeeded",
535-
"rwDeviceConfig": "interface Ethernet 1/1\n description RW-test1",
535+
"rwDeviceConfig": "interface Ethernet 1/1\n description RW-test1",
536536
"serialNumber": "Arista;CCS-720DT-XXXX;11.07;WTW2248XXXX",
537537
"version": "4.0.0"
538538
},

0 commit comments

Comments
 (0)