Skip to content

Commit 03ab5e2

Browse files
committed
Refinements to NF Provisioning
1 parent cfe77e0 commit 03ab5e2

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

articles/operator-nexus/howto-configure-network-fabric.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,7 @@ az nf device update \
321321
--resource-group "NFResourceGroup" \
322322
--location "eastus" \
323323
--resource-name "network-device-name" \
324-
--network-device-sku "DeviceSku" \
325-
--network-device-role "CE" \
326-
--device-name "NFName-CR2-TOR1" \
324+
--host-name "NFName-CR2-TOR1" \
327325
--serial-number "12345"
328326
```
329327

@@ -332,12 +330,10 @@ Expected output:
332330
```json
333331
{
334332
"annotation": null,
335-
"deviceName": "NFName-CR2-TOR1",
333+
"hostName": "NFName-CR2-TOR1",
336334
"id": "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/rgName/providers/Microsoft.ManagedNetworkfabric/networkDevices/NFName-CR2-TOR1",
337335
"location": "eastus",
338336
"name": "networkDevice1",
339-
"networkDeviceRole": "TOR1",
340-
"networkDeviceSku": "DeviceSku",
341337
"networkRackId": null,
342338
"provisioningState": "Succeeded",
343339
"resourceGroup": "NFResourceGroupName",
@@ -369,12 +365,10 @@ Expected output:
369365
```json
370366
{
371367
"annotation": null,
372-
"deviceName": "NFName-CR1-TOR1",
368+
"hostName": "NFName-CR1-TOR1",
373369
"id": "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/rgName/providers/Microsoft.ManagedNetworkfabric/networkDevices/NFName-CR1-TOR1",
374370
"location": "eastus",
375371
"name": "networkDevice1",
376-
"networkDeviceRole": "TOR1",
377-
"networkDeviceSku": "DeviceSku",
378372
"networkRackId": null,
379373
"provisioningState": "Succeeded",
380374
"resourceGroup": "NFResourceGroupName",
@@ -393,12 +387,10 @@ Expected output:
393387
},
394388
{
395389
"annotation": null,
396-
"deviceName": "NFName-CR1-MgmtSwitch",
390+
"hostName": "NFName-CR1-MgmtSwitch",
397391
"id": "subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/rgName/providers/Microsoft.ManagedNetworkfabric/networkDevices/NFName-CR1-MgmtSwitch",
398392
"location": "eastus",
399393
"name": "Network device",
400-
"networkDeviceRole": "MgmtSwitch",
401-
"networkDeviceSku": "DeviceSku",
402394
"networkRackId": null,
403395
"provisioningState": "Succeeded",
404396
"resourceGroup": "NFResourceGroupName",
@@ -428,12 +420,10 @@ Expected output:
428420
```json
429421
{
430422
"annotation": null,
431-
"deviceName": "NFName-CR1-TOR1",
423+
"hostName": "NFName-CR1-TOR1",
432424
"id": "subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/rgName/providers/Microsoft.ManagedNetworkfabric/networkDevices/networkDevice1",
433425
"location": "eastus",
434426
"name": "networkDevice1",
435-
"networkDeviceRole": "TOR1",
436-
"networkDeviceSku": "DeviceSku",
437427
"networkRackId": null,
438428
"provisioningState": "Succeeded",
439429
"resourceGroup": "NFResourceGroupName",

0 commit comments

Comments
 (0)