Skip to content

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulm-msft committed Aug 16, 2023
1 parent 1ee7daa commit 6f4168f
Show file tree
Hide file tree
Showing 25 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Commands/networkfabric/acl/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Create a Access Control List resource

- 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 ??
networkfabric acl create --dynamic-match-configurations "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/controller/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Create a Network Fabric Controller resource

- 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 controller create --infra-er-connections ??
networkfabric controller create --infra-er-connections "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/controller/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Update the Network Fabric Controller resource

- 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 controller update --infra-er-connections ??
networkfabric controller update --infra-er-connections "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/externalnetwork/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ Create a External Network resource

- 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 externalnetwork create --option-a-properties ??
networkfabric externalnetwork create --option-a-properties "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/externalnetwork/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Update the External Networks resource.

- 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 externalnetwork update --option-a-properties ??
networkfabric externalnetwork update --option-a-properties "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/fabric/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Create a Network Fabric resource

- 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 fabric create --ts-config ??
networkfabric fabric create --ts-config "??"
networkfabric fabric create --managed-network-config "{infrastructureVpnConfiguration:??"
networkfabric fabric create --managed-network-config "{infrastructureVpnConfiguration:{option-b-properties:??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/fabric/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Update the Network Fabric resource.

- 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 fabric update --ts-config ??
networkfabric fabric update --ts-config "??"
networkfabric fabric update --managed-network-config "{infrastructureVpnConfiguration:??"
networkfabric fabric update --managed-network-config "{infrastructureVpnConfiguration:{option-b-properties:??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/internalnetwork/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Create a Internal Network resource

- 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 internalnetwork create --static-route-configuration ??
networkfabric internalnetwork create --static-route-configuration "??"
networkfabric internalnetwork create --static-route-configuration "{ipv4-routes:??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/internalnetwork/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Update the Internal Network resource.

- 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 internalnetwork update --static-route-configuration ??
networkfabric internalnetwork update --static-route-configuration "??"
networkfabric internalnetwork update --static-route-configuration "{ipv4-routes:??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/internetgatewayrule/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Create an Internet Gateway Rule resource

- 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 internetgatewayrule create --rule-properties ??
networkfabric internetgatewayrule create --rule-properties "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/ipcommunity/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Create a Ip Community resource

- 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 ipcommunity create --ip-community-rules ??
networkfabric ipcommunity create --ip-community-rules "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/ipextendedcommunity/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Create a Ip Extended Community resource

- 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 ipextendedcommunity create --ip-extended-community-rules ??
networkfabric ipextendedcommunity create --ip-extended-community-rules "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/ipprefix/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Create a Ip Prefix resource

- 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 ipprefix create --ip-prefix-rules ??
networkfabric ipprefix create --ip-prefix-rules "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/l3domain/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Create a L3 Isolation Domain resource

- 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 l3domain create --connected-subnet-route-policy ??
networkfabric l3domain create --connected-subnet-route-policy "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/l3domain/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Update to update certain properties of the L3 Isolation Domain resource.

- 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 l3domain update --connected-subnet-route-policy ??
networkfabric l3domain update --connected-subnet-route-policy "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/neighborgroup/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Create a Neighbor Group resource

- 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 neighborgroup create --destination ??
networkfabric neighborgroup create --destination "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/neighborgroup/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Update the Neighbor Group resource.

- 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 neighborgroup update --destination ??
networkfabric neighborgroup update --destination "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/nni/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Create a Network To Network Interconnect resource

- 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 nni create --layer2-configuration ??
networkfabric nni create --layer2-configuration "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/nni/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Update the Network to Network interconnect resource

- 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 nni update --layer2-configuration ??
networkfabric nni update --layer2-configuration "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/routepolicy/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Create a Route Policy resource

- 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 routepolicy create --statements ??
networkfabric routepolicy create --statements "??"
networkfabric routepolicy create --statements "[{action:??"
networkfabric routepolicy create --statements "[{action:{ip-community-properties:??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/tap/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Create a Network Tap resource

- 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 tap create --destinations ??
networkfabric tap create --destinations "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/tap/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Update the Network Tap resource.

- 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 tap update --destinations ??
networkfabric tap update --destinations "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/taprule/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Create a Network Tap Rule resource

- 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 taprule create --match-configurations ??
networkfabric taprule create --match-configurations "??"
```
2 changes: 1 addition & 1 deletion Commands/networkfabric/taprule/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Update the Network Tap Rule resource.

- 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 taprule update --match-configurations ??
networkfabric taprule update --match-configurations "??"
```
Loading

0 comments on commit 6f4168f

Please sign in to comment.