Skip to content

Commit 441fdbc

Browse files
Regenerated the doc.
1 parent 0322208 commit 441fdbc

File tree

2 files changed

+59
-22
lines changed

2 files changed

+59
-22
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public class NewBatchApplicationPackageCommand : BatchCmdletBase
3838
[Parameter(Position = 2, ParameterSetName = UploadAndActivateSet, ValueFromPipelineByPropertyName = true, Mandatory = true, HelpMessage = "Specifies the id of the application.")]
3939
[Parameter(Position = 2, ParameterSetName = ActivateOnlySet, ValueFromPipelineByPropertyName = true, Mandatory = true, HelpMessage = "Specifies the id of the application.")]
4040
[ValidateNotNullOrEmpty]
41-
4241
public string ApplicationId { get; set; }
4342

4443
[Parameter(Position = 3, ParameterSetName = UploadAndActivateSet, ValueFromPipelineByPropertyName = true, Mandatory = true, HelpMessage = "Specifies the version of the application.")]

src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml

Lines changed: 59 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9730,61 +9730,99 @@
97309730
<command:noun>AzureRmBatchApplicationPackage</command:noun>
97319731
<dev:version></dev:version>
97329732
</command:details>
9733-
<maml:description>
9733+
<maml:description>Specifies the file to be uploaded as the application package binary file
97349734
<maml:para>The New-AzureRmBatchApplicationPackage cmdlet creates a new application package in an Azure Batch account.</maml:para>
97359735
</maml:description>
97369736
<!-- Cmdlet syntax section-->
97379737
<command:syntax>
97389738
<command:syntaxItem>
97399739
<maml:name>New-AzureRmBatchApplicationPackage</maml:name>
9740-
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
9740+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
97419741
<maml:name>AccountName</maml:name>
97429742
<maml:description>
97439743
<maml:para>Specifies the name of the Batch account.</maml:para>
97449744
</maml:description>
9745-
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
9745+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
97469746
</command:parameter>
9747-
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
9747+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
9748+
<maml:name>ApplicationId</maml:name>
9749+
<maml:description>
9750+
<maml:para>Specifies the id of the application.</maml:para>
9751+
</maml:description>
9752+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9753+
</command:parameter>
9754+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
9755+
<maml:name>ApplicationVersion</maml:name>
9756+
<maml:description>
9757+
<maml:para>Specifies the version of the application.</maml:para>
9758+
</maml:description>
9759+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9760+
</command:parameter>
9761+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
9762+
<maml:name>FilePath</maml:name>
9763+
<maml:description>
9764+
<maml:para>Specifies the file to be uploaded as the application package binary file.</maml:para>
9765+
</maml:description>
9766+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9767+
</command:parameter>
9768+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4">
9769+
<maml:name>Format</maml:name>
9770+
<maml:description>
9771+
<maml:para>Specifies the format of the application package binary file.</maml:para>
9772+
</maml:description>
9773+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9774+
</command:parameter>
9775+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
9776+
<maml:name>ResourceGroupName</maml:name>
9777+
<maml:description>
9778+
<maml:para>Specifies the name of the resource group that contains the Batch account.</maml:para>
9779+
</maml:description>
9780+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9781+
</command:parameter>
9782+
</command:syntaxItem>
9783+
<command:syntaxItem>
9784+
<maml:name>New-AzureRmBatchApplicationPackage</maml:name>
9785+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
9786+
<maml:name>AccountName</maml:name>
9787+
<maml:description>
9788+
<maml:para>Specifies the name of the Batch account.</maml:para>
9789+
</maml:description>
9790+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9791+
</command:parameter>
9792+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
97489793
<maml:name>ActivateOnly</maml:name>
97499794
<maml:description>
97509795
<maml:para>Activates an application package that has already been uploaded.</maml:para>
97519796
</maml:description>
9752-
<command:parameterValue required="false" variableLength="false">string</command:parameterValue>
9797+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
97539798
</command:parameter>
9754-
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
9799+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
97559800
<maml:name>ApplicationId</maml:name>
97569801
<maml:description>
97579802
<maml:para>Specifies the id of the application.</maml:para>
97589803
</maml:description>
9759-
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
9804+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
97609805
</command:parameter>
9761-
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
9806+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
97629807
<maml:name>ApplicationVersion</maml:name>
97639808
<maml:description>
97649809
<maml:para>Specifies the version of the application.</maml:para>
97659810
</maml:description>
9766-
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
9767-
</command:parameter>
9768-
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
9769-
<maml:name>FilePath</maml:name>
9770-
<maml:description>
9771-
<maml:para>Specifies the file to be uploaded as the application package binary file. If the -ActivateOnly switch is present, do not specify FilePath</maml:para>
9772-
</maml:description>
9773-
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
9811+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
97749812
</command:parameter>
9775-
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
9813+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4">
97769814
<maml:name>Format</maml:name>
97779815
<maml:description>
97789816
<maml:para>Specifies the format of the application package binary file.</maml:para>
97799817
</maml:description>
9780-
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
9818+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
97819819
</command:parameter>
9782-
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
9820+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
97839821
<maml:name>ResourceGroupName</maml:name>
97849822
<maml:description>
97859823
<maml:para>Specifies the name of the resource group that contains the Batch account.</maml:para>
97869824
</maml:description>
9787-
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
9825+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
97889826
</command:parameter>
97899827
</command:syntaxItem>
97909828
</command:syntax>
@@ -9836,7 +9874,7 @@
98369874
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
98379875
<maml:name>FilePath</maml:name>
98389876
<maml:description>
9839-
<maml:para>Specifies the file to be uploaded as the application package binary file. If the -ActivateOnly switch is present, do not specify FilePath</maml:para>
9877+
<maml:para>Specifies the file to be uploaded as the application package binary file. If the -ActivateOnly switch is present, do not specify FilePath.</maml:para>
98409878
</maml:description>
98419879
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
98429880
<dev:type>

0 commit comments

Comments
 (0)