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 @@ -82,3 +82,24 @@ Create a Access Control List resource
```bash
networkfabric acl create --dynamic-match-configurations "??"
```

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.xml) **Stable**

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

#### 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 @@ -47,3 +47,14 @@ Delete the Access Control List resource
```bash
networkfabric acl delete --resource-group "example-rg" --resource-name "example-acl"
```

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.xml) **Stable**

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

#### 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 @@ -66,3 +66,20 @@ List all Access Control Lists in the provided resource group or subscription
```bash
networkfabric acl list --subscription "<subscriptionId>"
```

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHM=/2025-07-15.xml) **Stable**

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

#### 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 @@ -18,3 +18,14 @@ Implements the operation to the underlying resources.
```bash
networkfabric acl resync --resource-group example-rg --access-control-list-name example-acl
```

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vcmVzeW5j/2025-07-15.xml) **Stable**

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

#### 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 @@ -47,3 +47,14 @@ Show details of the provided Access Control List resource
```bash
networkfabric acl show --resource-group "example-rg" --resource-name "example-acl"
```

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.xml) **Stable**

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

#### 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 @@ -18,3 +18,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
```

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdXBkYXRlYWRtaW5pc3RyYXRpdmVzdGF0ZQ==/2025-07-15.xml) **Stable**

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

#### 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 @@ -40,3 +40,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'}]}]"
```

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30=/2025-07-15.xml) **Stable**

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

#### 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 @@ -18,3 +18,14 @@ Implements the operation to the underlying resources.
```bash
networkfabric acl validate-configuration --resource-group example-rg --access-control-list-name example-acl
```

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9hY2Nlc3Njb250cm9sbGlzdHMve30vdmFsaWRhdGVjb25maWd1cmF0aW9u/2025-07-15.xml) **Stable**

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

#### examples

- Validate configuration of the Access Control List
```bash
networkfabric acl validate-configuration --resource-group example-rg --access-control-list-name example-acl
```
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice create_

Create a Network Bootstrap Device resource

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2025-07-15 -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice delete_

Delete a Network Bootstrap Device resource.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2025-07-15 -->
10 changes: 10 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# [Command] _networkfabric bootstrapdevice list_

List all the Network Bootstrap Device resources in a given subscription.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcw==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices 2025-07-15 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices 2025-07-15 -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_reboot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice reboot_

Reboot the Network Bootstrap Device.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWJvb3Q=/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/reboot 2025-07-15 -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice refresh-configuration_

Refreshes the configuration of Network Bootstrap Device.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZWZyZXNoY29uZmlndXJhdGlvbg==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/refreshconfiguration 2025-07-15 -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_resync-password.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice resync-password_

Updates the Network Bootstrap Device to use the latest passwords. Does not generate new passwords. Allows network bootstrap devices missed during a previous password rotation to be brought back into sync.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9yZXN5bmNwYXNzd29yZHM=/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/resyncpasswords 2025-07-15 -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice show_

Get a Network Bootstrap Device resource details.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2025-07-15 -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice update-administrative-state_

Updates the Administrative state of the Network Bootstrap Device.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGRhdGVhZG1pbmlzdHJhdGl2ZXN0YXRl/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/updateadministrativestate 2025-07-15 -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice update_

Update certain properties of the Network Bootstrap Device resource.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2025-07-15 -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/_upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice upgrade_

Upgrades the version of the Network Bootstrap Device.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS91cGdyYWRl/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/upgrade 2025-07-15 -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/identity/_assign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice identity assign_

Assign the user or system managed identities.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2025-07-15 identity -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/identity/_remove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice identity remove_

Remove the user or system managed identities.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2025-07-15 identity -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapdevice/identity/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapdevice identity show_

Show the details of managed identities.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{} 2025-07-15 identity -->
14 changes: 14 additions & 0 deletions Commands/networkfabric/bootstrapdevice/identity/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [Group] _networkfabric bootstrapdevice identity_

Manage Identity

## Commands

- [assign](/Commands/networkfabric/bootstrapdevice/identity/_assign.md)
: Assign the user or system managed identities.

- [remove](/Commands/networkfabric/bootstrapdevice/identity/_remove.md)
: Remove the user or system managed identities.

- [show](/Commands/networkfabric/bootstrapdevice/identity/_show.md)
: Show the details of managed identities.
40 changes: 40 additions & 0 deletions Commands/networkfabric/bootstrapdevice/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# [Group] _networkfabric bootstrapdevice_

Manage Network Bootstrap Device

## Subgroups

- [identity](/Commands/networkfabric/bootstrapdevice/identity/readme.md)
: Manage Identity

## Commands

- [create](/Commands/networkfabric/bootstrapdevice/_create.md)
: Create a Network Bootstrap Device resource

- [delete](/Commands/networkfabric/bootstrapdevice/_delete.md)
: Delete a Network Bootstrap Device resource.

- [list](/Commands/networkfabric/bootstrapdevice/_list.md)
: List all the Network Bootstrap Device resources in a given subscription.

- [reboot](/Commands/networkfabric/bootstrapdevice/_reboot.md)
: Reboot the Network Bootstrap Device.

- [refresh-configuration](/Commands/networkfabric/bootstrapdevice/_refresh-configuration.md)
: Refreshes the configuration of Network Bootstrap Device.

- [resync-password](/Commands/networkfabric/bootstrapdevice/_resync-password.md)
: Updates the Network Bootstrap Device to use the latest passwords. Does not generate new passwords. Allows network bootstrap devices missed during a previous password rotation to be brought back into sync.

- [show](/Commands/networkfabric/bootstrapdevice/_show.md)
: Get a Network Bootstrap Device resource details.

- [update](/Commands/networkfabric/bootstrapdevice/_update.md)
: Update certain properties of the Network Bootstrap Device resource.

- [update-administrative-state](/Commands/networkfabric/bootstrapdevice/_update-administrative-state.md)
: Updates the Administrative state of the Network Bootstrap Device.

- [upgrade](/Commands/networkfabric/bootstrapdevice/_upgrade.md)
: Upgrades the version of the Network Bootstrap Device.
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapinterface/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapinterface create_

Create a Network Bootstrap Interface resource.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{} 2025-07-15 -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapinterface/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapinterface delete_

Delete the Network Bootstrap Interface resource.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcy97fQ==/2025-07-15.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices/{}/networkbootstrapinterfaces/{} 2025-07-15 -->
9 changes: 9 additions & 0 deletions Commands/networkfabric/bootstrapinterface/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _networkfabric bootstrapinterface list_

List all the Network Bootstrap Interface resources in a given resource group.

## Versions

### [2025-07-15](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tYW5hZ2VkbmV0d29ya2ZhYnJpYy9uZXR3b3JrYm9vdHN0cmFwZGV2aWNlcy97fS9uZXR3b3JrYm9vdHN0cmFwaW50ZXJmYWNlcw==/2025-07-15.xml) **Stable**

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