You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/ContainerInstance/Commands.ContainerInstance.Test/ScenarioTests/ContainerInstanceTests.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ function Test-AzureRmContainerGroup
Copy file name to clipboardExpand all lines: src/ResourceManager/ContainerInstance/Commands.ContainerInstance/Commands/NewAzureContainerGroupCommand.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -146,9 +146,9 @@ public class NewAzureContainerGroupCommand : ContainerInstanceCmdletBase
146
146
147
147
[Parameter(
148
148
Mandatory=false,
149
-
HelpMessage="The ports to open. Default: [80]")]
149
+
HelpMessage="The port(s) to open. Default: [80]")]
150
150
[ValidateNotNullOrEmpty]
151
-
publicint[]Ports{get;set;}
151
+
publicint[]Port{get;set;}
152
152
153
153
[Parameter(
154
154
Mandatory=false,
@@ -223,7 +223,7 @@ public override void ExecuteCmdlet()
0 commit comments