Skip to content

Commit 71f221e

Browse files
authored
Merge pull request #5375 from BrandonBoone/patch-1
Typo in documentation for the "Port" parameter.
2 parents 4501b79 + d1db571 commit 71f221e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TestMappings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@
184184
"src/ResourceManager/ApplicationInsights/": [
185185
".\\src\\ResourceManager\\ApplicationInsights\\Commands.ApplicationInsights.Test\\bin\\Debug\\Microsoft.Azure.Commands.ApplicationInsights.Test.dll"
186186
]
187-
}
187+
}

src/ResourceManager/ContainerInstance/Commands.ContainerInstance/help/New-AzureRmContainerGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The **New-AzureRmContainerGroup** cmdlets creates a container group.
4646

4747
### Example 1
4848
```
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)
5050
5151
ResourceGroupName : demo
5252
Id : /subscriptions/ae43b1e3-c35d-4c8c-bc0d-f148b4c52b78/resourceGroups/demo/providers/Microsoft.ContainerInstance/containerGroups/mycontainer

0 commit comments

Comments
 (0)