Skip to content

Commit bcc8bf3

Browse files
authored
Merge branch 'Azure:main' into main
2 parents ef68316 + 6e0105b commit bcc8bf3

File tree

128 files changed

+3406
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+3406
-93
lines changed

Commands/managementpartner/_create.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ Associates a Microsoft Partner Network(MPN) ID to the current authenticated user
77
### [2018-02-01](/Resources/mgmt-plane/L3Byb3ZpZGVycy9taWNyb3NvZnQubWFuYWdlbWVudHBhcnRuZXIvcGFydG5lcnMve30=/2018-02-01.xml) **Stable**
88

99
<!-- mgmt-plane /providers/microsoft.managementpartner/partners/{} 2018-02-01 -->
10+
11+
#### examples
12+
13+
- Associates a Microsoft Partner Network(MPN) ID to the current authenticated user or service principal.
14+
```bash
15+
managementpartner create --partner-id 123456
16+
```

Commands/networkfabric/externalnetwork/_update-bfd-administrative-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ BFD administrative state for either static or bgp for internalNetwork.
1212

1313
- Update bfd admin state of External Network
1414
```bash
15-
networkfabric externalnetwork update-bfd-administrative-state --resource-group example-rg --l3-isolation-domain-name example-externalnetwork --external-network-name example-ext --route-type Static --administrative-state Enable
15+
networkfabric externalnetwork update-bfd-administrative-state --resource-group example-rg --l3-isolation-domain-name example-externalnetwork --resource-name example-ext --route-type Static --administrative-state Enable
1616
```

Commands/networkfabric/fabric/_arm-configuration-diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Post action: Triggers diff of NetworkFabric ARM Configuration.
1212

1313
- Run arm configuration diff on the Network Fabric
1414
```bash
15-
networkfabric fabric arm-configuration-diff --resource-group example-rg --network-fabric-name example-fabric
15+
networkfabric fabric arm-configuration-diff --resource-group example-rg --resource-name example-fabric
1616
```

Commands/networkfabric/fabric/_commit-batch-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Post action: Returns a status of commit batch operation.
1212

1313
- Run commit batch status on the Network Fabric
1414
```bash
15-
networkfabric fabric commit-batch-status --resource-group example-rg --network-fabric-name example-fabric --commit-batch-id batch-id
15+
networkfabric fabric commit-batch-status --resource-group example-rg --resource-name example-fabric --commit-batch-id batch-id
1616
```

Commands/networkfabric/fabric/_discard-commit-batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Post action: Discards a Batch operation in progress.
1212

1313
- Run discard commit batch on the Network Fabric
1414
```bash
15-
networkfabric fabric discard-commit-batch --resource-group example-rg --network-fabric-name example-fabric --commit-batch-id batchId1
15+
networkfabric fabric discard-commit-batch --resource-group example-rg --resource-name example-fabric --commit-batch-id batchId1
1616
```

Commands/networkfabric/fabric/_get-topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Gets Topology of the underlying resources in the given Network Fabric instance.
1616

1717
- Run get topology on the Network Fabric
1818
```bash
19-
networkfabric fabric get-topology --resource-group example-rg --network-fabric-name example-fabric
19+
networkfabric fabric get-topology --resource-group example-rg --resource-name example-fabric
2020
```

Commands/networkfabric/fabric/_lock-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Post action: Triggers network fabric lock operation.
1212

1313
- Run lock fabric on the Network Fabric
1414
```bash
15-
networkfabric fabric lock-fabric --resource-group example-rg --network-fabric-name example-networkFabric --lock-type Administrative --action Lock
15+
networkfabric fabric lock-fabric --resource-group example-rg --resource-name example-networkFabric --lock-type Administrative --action Lock
1616
```

Commands/networkfabric/fabric/_refresh-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Refreshes the configuration of the underlying resources in the given Network Fab
1616

1717
- Run refresh confiugration on the Network Fabric
1818
```bash
19-
networkfabric fabric refresh-configuration --resource-group example-rg --network-fabric-name example-fabric
19+
networkfabric fabric refresh-configuration --resource-group example-rg --resource-name example-fabric
2020
```

Commands/networkfabric/fabric/_update-infra-management-bfd-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Updates the Infra Management BFD Configuration of the underlying resources in th
1616

1717
- Run update infra management bfd configuration on the Network Fabric
1818
```bash
19-
networkfabric fabric update-infra-management-bfd-configuration --resource-group example-rg --network-fabric-name example-fabric --resource-ids "[]" --state Enable
19+
networkfabric fabric update-infra-management-bfd-configuration --resource-group example-rg --resource-name example-fabric --resource-ids "[]" --state Enable
2020
```

Commands/networkfabric/fabric/_update-workload-management-bfd-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Updates the Workload Management BFD Configuration of the underlying resources in
1616

1717
- Run update workload management bfd configuration on the Network Fabric
1818
```bash
19-
networkfabric fabric update-workload-management-bfd-configuration --resource-group example-rg --network-fabric-name example-fabric --resource-ids "[]" --state Enable
19+
networkfabric fabric update-workload-management-bfd-configuration --resource-group example-rg --resource-name example-fabric --resource-ids "[]" --state Enable
2020
```

0 commit comments

Comments
 (0)