File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ResourceManager/ContainerInstance/Commands.ContainerInstance/help Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 184
184
"src/ResourceManager/ApplicationInsights/" : [
185
185
" .\\ src\\ ResourceManager\\ ApplicationInsights\\ Commands.ApplicationInsights.Test\\ bin\\ Debug\\ Microsoft.Azure.Commands.ApplicationInsights.Test.dll"
186
186
]
187
- }
187
+ }
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ The **New-AzureRmContainerGroup** cmdlets creates a container group.
46
46
47
47
### Example 1
48
48
```
49
- PS C:\> New-AzureRmContainerGroup -ResourceGroupName demo -Name mycontainer -Image nginx -OsType Linux -IpAddressType Public -Ports @(8000)
49
+ PS C:\> New-AzureRmContainerGroup -ResourceGroupName demo -Name mycontainer -Image nginx -OsType Linux -IpAddressType Public -Port @(8000)
50
50
51
51
ResourceGroupName : demo
52
52
Id : /subscriptions/ae43b1e3-c35d-4c8c-bc0d-f148b4c52b78/resourceGroups/demo/providers/Microsoft.ContainerInstance/containerGroups/mycontainer
You can’t perform that action at this time.
0 commit comments