Skip to content

Commit

Permalink
Merge pull request #492 from ZengTaoxu/network-manager02
Browse files Browse the repository at this point in the history
Update command model for `az network manager`
  • Loading branch information
necusjz committed Jun 5, 2024
2 parents 072ef1e + f7a452f commit c32da9e
Show file tree
Hide file tree
Showing 45 changed files with 3,850 additions and 7 deletions.
11 changes: 11 additions & 0 deletions Commands/network/manager/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create a Network Manager.
```bash
network manager create --name "TestNetworkManager" -l eastus2euap --description "My Test Network Manager" --scope-accesses "SecurityAdmin" "Connectivity" --network-manager-scopes management-groups="/providers/Microsoft.Management/testmg" subscriptions="/subscriptions/00000000-0000-0000-0000-000000000000" --resource-group "rg1"
```

### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fQ==/2023-09-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{} 2023-09-01 -->

#### examples

- Create/Update Azure Virtual Network Manager
```bash
network manager create --name "TestNetworkManager" -l eastus2euap --description "My Test Network Manager" --scope-accesses "SecurityAdmin" "Connectivity" --network-manager-scopes management-groups="/providers/Microsoft.Management/testmg" subscriptions="/subscriptions/00000000-0000-0000-0000-000000000000" --resource-group "rg1"
```
11 changes: 11 additions & 0 deletions Commands/network/manager/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete a network manager.
```bash
network manager delete --name "testNetworkManager" --resource-group "rg1"
```

### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fQ==/2023-09-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{} 2023-09-01 -->

#### examples

- Delete Azure Virtual Network Manager
```bash
network manager delete --name "testNetworkManager" --resource-group "rg1"
```
12 changes: 12 additions & 0 deletions Commands/network/manager/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ List all network managers in a subscription.
```bash
network manager list --resource-group "rg1"
```

### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycw==/2023-09-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.network/networkmanagers 2023-09-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers 2023-09-01 -->

#### examples

- List Azure Virtual Network Manager
```bash
network manager list --resource-group "rg1"
```
11 changes: 11 additions & 0 deletions Commands/network/manager/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get the specified Network Manager.
```bash
network manager show --name "testNetworkManager" --resource-group "rg1"
```

### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fQ==/2023-09-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{} 2023-09-01 -->

#### examples

- Get Azure Virtual Network Manager
```bash
network manager show --name "testNetworkManager" --resource-group "rg1"
```
11 changes: 11 additions & 0 deletions Commands/network/manager/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Update a Network Manager.
```bash
network manager update --name "TestNetworkManager" -l eastus2euap --description "My Test Network Manager" --scope-accesses "SecurityAdmin" "Connectivity" --network-manager-scopes management-groups="/providers/Microsoft.Management/testmg" subscriptions="/subscriptions/00000000-0000-0000-0000-000000000000" --resource-group "rg1"
```

### [2023-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fQ==/2023-09-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{} 2023-09-01 -->

#### examples

- Update Azure Virtual Network Manager
```bash
network manager update --name "TestNetworkManager" -l eastus2euap --description "My Test Network Manager" --scope-accesses "SecurityAdmin" "Connectivity" --network-manager-scopes management-groups="/providers/Microsoft.Management/testmg" subscriptions="/subscriptions/00000000-0000-0000-0000-000000000000" --resource-group "rg1"
```
2 changes: 1 addition & 1 deletion Commands/network/manager/connect-config/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Create a new network manager connectivity configuration

- Create/Update Azure Virtual Network Manager Connectivity Configuration
```bash
network manager connect-config create --configuration-name "myTestConnectivityConfig" --description "Sample Configuration" --applies-to-groups group-connectivity="None" is-global=false network-group-id="/subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkManagers/testNetworkManager/networkManagerGroups/group1" use-hub-gateway=true --connectivity-topology "HubAndSpoke" --delete-existing-peering true --hub resource-id="subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Micr osoft.Network/virtualNetworks/myTestConnectivityConfig" resource- type="Microsoft.Network/virtualNetworks" --is-global true --network-manager-name "testNetworkManager" --resource-group "myResourceGroup"
network manager connect-config create --configuration-name "myTestConnectivityConfig" --description "Sample Configuration" --applies-to-group group-connectivity="None" is-global=false network-group-id="/subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkManagers/testNetworkManager/networkManagerGroups/group1" use-hub-gateway=true --connectivity-topology "HubAndSpoke" --delete-existing-peering true --hub resource-id="subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Micr osoft.Network/virtualNetworks/myTestConnectivityConfig" resource- type="Microsoft.Network/virtualNetworks" --is-global true --network-manager-name "testNetworkManager" --resource-group "myResourceGroup"
```
3 changes: 3 additions & 0 deletions Commands/network/manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Manage network-manager with network.
- [group](/Commands/network/manager/group/readme.md)
: Manage networkgroup with network.

- [routing-config](/Commands/network/manager/routing-config/readme.md)
: Manage network-manager routing-config with network.

- [scope-connection](/Commands/network/manager/scope-connection/readme.md)
: Manage scope connection with network.

Expand Down
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config create_

Create a network manager routing configuration.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30=/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{} 2023-03-01-preview -->

#### examples

- Create a network manager routing configuration.
```bash
network manager routing-config create --name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1"
```
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config delete_

Delete a network manager routing configuration.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30=/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{} 2023-03-01-preview -->

#### examples

- Delete a network manager routing configuration.
```bash
network manager routing-config delete --name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1" -y
```
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config list_

List all the network manager routing configurations in a network manager, in a paginated format.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnM=/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations 2023-03-01-preview -->

#### examples

- List all the network manager routing configurations.
```bash
network manager routing-config list --manager-name TestNetworkManager --resource-group "rg1"
```
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config show_

Get a network manager routing configuration.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30=/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{} 2023-03-01-preview -->

#### examples

- Get a network manager routing configuration.
```bash
network manager routing-config show --name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1"
```
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config update_

Update a network manager routing configuration.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30=/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{} 2023-03-01-preview -->

#### examples

- Update a network manager routing configuration.
```bash
network manager routing-config update --name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1" --description "test"
```
25 changes: 25 additions & 0 deletions Commands/network/manager/routing-config/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [Group] _network manager routing-config_

Manage network-manager routing-config with network.

## Subgroups

- [rule-collection](/Commands/network/manager/routing-config/rule-collection/readme.md)
: Manage network-manager routing-config rule-collection.

## Commands

- [create](/Commands/network/manager/routing-config/_create.md)
: Create a network manager routing configuration.

- [delete](/Commands/network/manager/routing-config/_delete.md)
: Delete a network manager routing configuration.

- [list](/Commands/network/manager/routing-config/_list.md)
: List all the network manager routing configurations in a network manager, in a paginated format.

- [show](/Commands/network/manager/routing-config/_show.md)
: Get a network manager routing configuration.

- [update](/Commands/network/manager/routing-config/_update.md)
: Update a network manager routing configuration.
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/rule-collection/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config rule-collection create_

Create a routing rule collection.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{} 2023-03-01-preview -->

#### examples

- Create a routing rule collection.
```bash
network manager routing-config rule-collection create --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --name TestNetworkManagerCollection --resource-group "rg1" --local-route-setting NotSpecified --applies-to [{"network_group_id":{manager_id}}] --disable-bgp-route-propagation true
```
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/rule-collection/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config rule-collection delete_

Delete an routing rule collection.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{} 2023-03-01-preview -->

#### examples

- Delete an routing rule collection.
```bash
network manager routing-config rule-collection delete --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --name TestNetworkManagerCollection --resource-group "rg1 -y
```
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/rule-collection/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config rule-collection list_

List all the rule collections in a routing configuration, in a paginated format.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25z/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections 2023-03-01-preview -->

#### examples

- List all the rule collections.
```bash
network manager routing-config rule-collection list --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --resource-group "rg1"
```
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/rule-collection/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config rule-collection show_

Get a network manager routing configuration rule collection.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{} 2023-03-01-preview -->

#### examples

- Get a network manager routing configuration rule collection.
```bash
network manager routing-config rule-collection show --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --name TestNetworkManagerCollection --resource-group "rg1
```
16 changes: 16 additions & 0 deletions Commands/network/manager/routing-config/rule-collection/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config rule-collection update_

Update a routing rule collection.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{} 2023-03-01-preview -->

#### examples

- Update a routing rule collection.
```bash
network manager routing-config rule-collection update --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --name TestNetworkManagerCollection --resource-group "rg1" --description "test"
```
25 changes: 25 additions & 0 deletions Commands/network/manager/routing-config/rule-collection/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [Group] _network manager routing-config rule-collection_

Manage network-manager routing-config rule-collection.

## Subgroups

- [rule](/Commands/network/manager/routing-config/rule-collection/rule/readme.md)
: Manage network-manager routing-config rule-collection rule.

## Commands

- [create](/Commands/network/manager/routing-config/rule-collection/_create.md)
: Create a routing rule collection.

- [delete](/Commands/network/manager/routing-config/rule-collection/_delete.md)
: Delete an routing rule collection.

- [list](/Commands/network/manager/routing-config/rule-collection/_list.md)
: List all the rule collections in a routing configuration, in a paginated format.

- [show](/Commands/network/manager/routing-config/rule-collection/_show.md)
: Get a network manager routing configuration rule collection.

- [update](/Commands/network/manager/routing-config/rule-collection/_update.md)
: Update a routing rule collection.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config rule-collection rule create_

Create an routing rule.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9L3J1bGVzL3t9/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{}/rules/{} 2023-03-01-preview -->

#### examples

- Create an routing rule.
```bash
network manager routing-config rule-collection rule create --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --collection-name TestNetworkManagerCollection --name TestNetworkManagerRule --resource-group "rg1" --destination {"destination_address":"10.0.0.0/16","type":"AddressPrefix"} --next-hop {"next_hop_type":"VirtualNetworkGateway"}
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config rule-collection rule delete_

Delete a routing rule.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9L3J1bGVzL3t9/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{}/rules/{} 2023-03-01-preview -->

#### examples

- Delete a routing rule.
```bash
network manager routing-config rule-collection rule delete --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --collection-name TestNetworkManagerCollection --name TestNetworkManagerRule --resource-group "rg1" -y
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config rule-collection rule list_

List all network manager routing configuration routing rules.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9L3J1bGVz/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{}/rules 2023-03-01-preview -->

#### examples

- List all network manager routing configuration routing rules.
```bash
network manager routing-config rule-collection rule list --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --collection-name TestNetworkManagerCollection --resource-group "rg1"
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _network manager routing-config rule-collection rule show_

Get a network manager routing configuration routing rule.

## Versions

### [2023-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL25ldHdvcmttYW5hZ2Vycy97fS9yb3V0aW5nY29uZmlndXJhdGlvbnMve30vcnVsZWNvbGxlY3Rpb25zL3t9L3J1bGVzL3t9/2023-03-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/networkmanagers/{}/routingconfigurations/{}/rulecollections/{}/rules/{} 2023-03-01-preview -->

#### examples

- Get a network manager routing configuration routing rule.
```bash
network manager routing-config rule-collection rule show --config-name TestNetworkManagerConfig --manager-name TestNetworkManager --collection-name TestNetworkManagerCollection --name TestNetworkManagerRule --resource-group "rg1"
```
Loading

0 comments on commit c32da9e

Please sign in to comment.