Skip to content

Commit 31cac98

Browse files
NewBatchApplicationPackageCommand property value changed from
string UploadAndActivateSet = "Up*date*AndActivate"; to string UploadAndActivateSet = "Up*load*AndActivate";
1 parent 337fe18 commit 31cac98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AzureBatch/Commands.Batch/Applications/NewBatchApplicationPackageCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.Batch
2323
public class NewBatchApplicationPackageCommand : BatchCmdletBase
2424
{
2525
internal const string ActivateOnlySet = "ActivateOnly";
26-
internal const string UploadAndActivateSet = "UpdateAndActivate";
26+
internal const string UploadAndActivateSet = "UploadAndActivate";
2727

2828
[Parameter(Position = 0, ParameterSetName = UploadAndActivateSet, ValueFromPipelineByPropertyName = true, Mandatory = true, HelpMessage = "Specifies the name of the Batch account.")]
2929
[Parameter(Position = 0, ParameterSetName = ActivateOnlySet, ValueFromPipelineByPropertyName = true, Mandatory = true, HelpMessage = "Specifies the name of the Batch account.")]

0 commit comments

Comments
 (0)