Skip to content

Commit

Permalink
format the help markdown files of Az.ConnectedNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuezh576 committed Jun 29, 2022
1 parent c83d38d commit b595a27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ConnectedNetwork/help/New-AzConnectedNetworkFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ $ip2 = New-AzConnectedNetworkInterfaceObject -IPConfiguration $ipconf2 -Name "mr
$userconfig2 = New-AzConnectedNetworkFunctionUserConfigurationObject -NetworkInterface $ip1,$ip2 -RoleName "hpehss"
$vnf1 = New-AzConnectedNetworkFunction -Name vnftest11 -DeviceId /subscriptions/xxxxx-00000-xxxxx-00000/resourceGroups/myResources/providers/Microsoft.HybridNetwork/devices/mec_autotest_01 -ResourceGroupName myResources -SubscriptionId xxxxx-00000-xxxxx-00000 -Location eastus2euap -SkuName staticSku -VendorName hssvendor01 -UserConfiguration $userconfig2 -verbose
$v2.ServiceKey
```

```output
abcd-sample-service-key-val-1234
```

Expand Down

0 comments on commit b595a27

Please sign in to comment.