Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 21 additions & 0 deletions Commands/networkfabric/acl/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,24 @@ Create a Access Control List resource
```bash
networkfabric acl create --dynamic-match-configurations "??"
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{} 2026-01-15-preview -->

#### examples

- Create an Access Control List with Configuration type as "File".
```bash
networkfabric acl create --resource-group "example-rg" --location "westus3" --resource-name "example-accesscontrollist" --configuration-type "File" --acls-url "https://ACL-Storage-URL"
```

- Create an Access Control List with Configuration type as "Inline".
```bash
networkfabric acl create --resource-group "example-rg" --location "westus3" --resource-name "example-accesscontrollist" --configuration-type "Inline" --default-action "Permit" --dynamic-match-configurations "[{ipGroups:[{name:'example-ipGroup',ipAddressType:IPv4,ipPrefixes:['10.20.3.1/20']}],vlanGroups:[{name:'example-vlanGroup',vlans:['20-30']}],portGroups:[{name:'example-portGroup',ports:['100-200']}]}]" --match-configurations "[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:[{etherTypes:['0x1'],fragments:['0xff00-0xffff'],ipLengths:['4094-9214'],ttlValues:[23],dscpMarkings:[32],portCondition:{flags:[established],portType:SourcePort,layer4Protocol:TCP,ports:['1-20'],portGroupNames:['example-portGroup']},protocolTypes:[TCP],vlanMatchCondition:{vlans:['20-30'],innerVlans:[30],vlanGroupNames:['example-vlanGroup']},ipCondition:{type:SourceIP,prefixType:Prefix,ipPrefixValues:['10.20.20.20/12'],ipGroupNames:['example-ipGroup']}}],actions:[{type:Count,counterName:'example-counter'}]}]"
```

- Help text for sub parameters under the specific parent can be viewed by using the shorthand syntax '??'. See https://github.com/Azure/azure-cli/tree/dev/doc/shorthand_syntax.md for more about shorthand syntax.
```bash
networkfabric acl create --dynamic-match-configurations "??"
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/acl/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ Delete the Access Control List resource
```bash
networkfabric acl delete --resource-group "example-rg" --resource-name "example-acl"
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{} 2026-01-15-preview -->

#### examples

- Delete the Access Control List
```bash
networkfabric acl delete --resource-group "example-rg" --resource-name "example-acl"
```
17 changes: 17 additions & 0 deletions Commands/networkfabric/acl/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,20 @@ List all Access Control Lists in the provided resource group or subscription
```bash
networkfabric acl list --subscription "<subscriptionId>"
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.managednetworkfabric/accesscontrollists 2026-01-15-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists 2026-01-15-preview -->

#### examples

- List the Access Control Lists for Resource group.
```bash
networkfabric acl list --resource-group "example-rg"
```

- List the Access Control Lists for Subscription.
```bash
networkfabric acl list --subscription "<subscriptionId>"
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/acl/_resync.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ Implements the operation to the underlying resources.
```bash
networkfabric acl resync --resource-group example-rg --access-control-list-name example-acl
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vcmVzeW5j/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}/resync 2026-01-15-preview -->

#### examples

- Resync the Access Control List
```bash
networkfabric acl resync --resource-group example-rg --access-control-list-name example-acl
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/acl/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ Show details of the provided Access Control List resource
```bash
networkfabric acl show --resource-group "example-rg" --resource-name "example-acl"
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{} 2026-01-15-preview -->

#### examples

- Show the Access Control List
```bash
networkfabric acl show --resource-group "example-rg" --resource-name "example-acl"
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/acl/_update-administrative-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ Implements the operation to the underlying resources.
```bash
networkfabric acl update-administrative-state --resource-group example-rg --access-control-list-name example-acl --resource-ids "[]" --state Enable
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}/updateadministrativestate 2026-01-15-preview -->

#### examples

- Update the admin state of the Access Control List
```bash
networkfabric acl update-administrative-state --resource-group example-rg --access-control-list-name example-acl --resource-ids "[]" --state Enable
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/acl/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,14 @@ Update the Access Control List resource
```bash
networkfabric acl update -g "example-rg" --resource-name "example-acl" --configuration-type "Inline" --default-action "Permit" --dynamic-match-configurations "[{ipGroups:[{name:'example-ipGroup',ipAddressType:IPv4,ipPrefixes:['10.20.3.1/20']}],vlanGroups:[{name:'example-vlanGroup',vlans:['20-30']}],portGroups:[{name:'example-portGroup',ports:['100-200']}]}]" --match-configurations "[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:[{etherTypes:['0x1'],fragments:['0xff00-0xffff'],ipLengths:['4094-9214'],ttlValues:[23],dscpMarkings:[32],portCondition:{flags:[established],portType:SourcePort,layer4Protocol:TCP,ports:['1-20'],portGroupNames:['example-portGroup']},protocolTypes:[TCP],vlanMatchCondition:{vlans:['20-30'],innerVlans:[30],vlanGroupNames:['example-vlanGroup']},ipCondition:{type:SourceIP,prefixType:Prefix,ipPrefixValues:['10.20.20.20/12'],ipGroupNames:['example-ipGroup']}}],actions:[{type:Count,counterName:'example-counter'}]}]"
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{} 2026-01-15-preview -->

#### examples

- Update ACL with Inline configuration type
```bash
networkfabric acl update -g "example-rg" --resource-name "example-acl" --configuration-type "Inline" --default-action "Permit" --dynamic-match-configurations "[{ipGroups:[{name:'example-ipGroup',ipAddressType:IPv4,ipPrefixes:['10.20.3.1/20']}],vlanGroups:[{name:'example-vlanGroup',vlans:['20-30']}],portGroups:[{name:'example-portGroup',ports:['100-200']}]}]" --match-configurations "[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:[{etherTypes:['0x1'],fragments:['0xff00-0xffff'],ipLengths:['4094-9214'],ttlValues:[23],dscpMarkings:[32],portCondition:{flags:[established],portType:SourcePort,layer4Protocol:TCP,ports:['1-20'],portGroupNames:['example-portGroup']},protocolTypes:[TCP],vlanMatchCondition:{vlans:['20-30'],innerVlans:[30],vlanGroupNames:['example-vlanGroup']},ipCondition:{type:SourceIP,prefixType:Prefix,ipPrefixValues:['10.20.20.20/12'],ipGroupNames:['example-ipGroup']}}],actions:[{type:Count,counterName:'example-counter'}]}]"
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/acl/_validate-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ Implements the operation to the underlying resources.
```bash
networkfabric acl validate-configuration --resource-group example-rg --access-control-list-name example-acl
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}/validateconfiguration 2026-01-15-preview -->

#### examples

- Validate configuration of the Access Control List
```bash
networkfabric acl validate-configuration --resource-group example-rg --access-control-list-name example-acl
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create a Network Bootstrap Device resource
```bash
networkfabric bootstrapdevice create --resource-group example-rg --resource-name example-device --annotation annotation --host-name NFA-Device --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX --network-device-sku DeviceSku --type None --user-assigned-identities "{key3673:{}}" --tags "{}" --location eastuseuap
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2026-01-15-preview -->

#### examples

- Create a Bootstrap Device resource
```bash
networkfabric bootstrapdevice create --resource-group example-rg --resource-name example-device --annotation annotation --host-name NFA-Device --serial-number Vendor;DCS-7280XXX-24;12.05;JPE2111XXXX --network-device-sku DeviceSku --type None --user-assigned-identities "{key3673:{}}" --tags "{}" --location eastuseuap
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete a Network Bootstrap Device resource.
```bash
networkfabric bootstrapdevice delete --resource-group example-rg --resource-name example-device
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2026-01-15-preview -->

#### examples

- Delete the Bootstrap Device resource
```bash
networkfabric bootstrapdevice delete --resource-group example-rg --resource-name example-device
```
17 changes: 17 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ List all the Network Bootstrap Device resources in a given subscription.

#### examples

- List the Bootstrap Device for Subscription
```bash
networkfabric bootstrapdevice list --subscription <subscriptionId>
```

- List the Bootstrap Device for Resource Group
```bash
networkfabric bootstrapdevice list -resource-group example-rg
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices 2026-01-15-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices 2026-01-15-preview -->

#### examples

- List the Bootstrap Device for Subscription
```bash
networkfabric bootstrapdevice list --subscription <subscriptionId>
Expand Down
11 changes: 11 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_reboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Reboot the Network Bootstrap Device.
```bash
networkfabric bootstrapdevice reboot --resource-group example-rg --resource-name example-device
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWJvb3Q=/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/reboot 2026-01-15-preview -->

#### examples

- Reboot the Bootstrap Device
```bash
networkfabric bootstrapdevice reboot --resource-group example-rg --resource-name example-device
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_refresh-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Refreshes the configuration of Network Bootstrap Device.
```bash
networkfabric bootstrapdevice refresh-configuration --resource-group example-rg --resource-name example-device
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/refreshconfiguration 2026-01-15-preview -->

#### examples

- Run refresh configuration on the Boostrap Device
```bash
networkfabric bootstrapdevice refresh-configuration --resource-group example-rg --resource-name example-device
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_resync-password.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Updates the Network Bootstrap Device to use the latest passwords. Does not gener
```bash
networkfabric bootstrapdevice resync-password --resource-group example-rg --resource-name example-device
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/resyncpasswords 2026-01-15-preview -->

#### examples

- Resync the latest passwords to the Network Bootstrap Device
```bash
networkfabric bootstrapdevice resync-password --resource-group example-rg --resource-name example-device
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get a Network Bootstrap Device resource details.
```bash
networkfabric bootstrapdevice show --resource-group example-rg --resource-name example-device
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2026-01-15-preview -->

#### examples

- Show the Bootstrap Device resource
```bash
networkfabric bootstrapdevice show --resource-group example-rg --resource-name example-device
```
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Updates the Administrative state of the Network Bootstrap Device.
```bash
networkfabric bootstrapdevice update-administrative-state --resource-group example-rg --resource-name example-device --resource-ids "[/Subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/example-device-1]" --state RMA
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/updateadministrativestate 2026-01-15-preview -->

#### examples

- Updates the Administrative state of the Network Bootstrap Device
```bash
networkfabric bootstrapdevice update-administrative-state --resource-group example-rg --resource-name example-device --resource-ids "[/Subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/example-device-1]" --state RMA
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Update certain properties of the Network Bootstrap Device resource.
```bash
networkfabric bootstrapdevice update --resource-group "example-rg" --resource-name "example-device" --annotation example-annotation --host-name "AustinNF-AR-CE1" --serial-number "Arista;DCS-7280DR3-24;12.05;JPE21115446" --type None --user-assigned-identities "{key3673:{}}"
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2026-01-15-preview -->

#### examples

- Update the Bootstrap Device resource
```bash
networkfabric bootstrapdevice update --resource-group "example-rg" --resource-name "example-device" --annotation example-annotation --host-name "AustinNF-AR-CE1" --serial-number "Arista;DCS-7280DR3-24;12.05;JPE21115446" --type None --user-assigned-identities "{key3673:{}}"
```
11 changes: 11 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Upgrades the version of the Network Bootstrap Device.
```bash
networkfabric bootstrapdevice upgrade --resource-group example-rg --resource-name example-device --version 1.0
```

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGdyYWRl/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/upgrade 2026-01-15-preview -->

#### examples

- Upgrades the version of the Network Bootstrap Device.
```bash
networkfabric bootstrapdevice upgrade --resource-group example-rg --resource-name example-device --version 1.0
```
4 changes: 4 additions & 0 deletions Commands/networkfabric/bootstrapdevice/identity/_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ Assign the user or system managed identities.
### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2025-07-15 identity -->

### [2026-01-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2026-01-15-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2026-01-15-preview identity -->
Loading
Loading