@@ -20,6 +20,7 @@ New-AzureBatchPool [-Id] <String> -VirtualMachineSize <String> [-DisplayName <St
20
20
[-InterComputeNodeCommunicationEnabled] [-StartTask <PSStartTask>]
21
21
[-CertificateReferences <PSCertificateReference[]>]
22
22
[-ApplicationPackageReferences <PSApplicationPackageReference[]>]
23
+ [-ApplicationLicenses <System.Collections.Generic.List`1[System.String]>]
23
24
[-CloudServiceConfiguration <PSCloudServiceConfiguration>] [-NetworkConfiguration <PSNetworkConfiguration>]
24
25
[-UserAccounts <PSUserAccount[]>] -BatchContext <BatchAccountContext>
25
26
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -33,6 +34,7 @@ New-AzureBatchPool [-Id] <String> -VirtualMachineSize <String> [-DisplayName <St
33
34
[-InterComputeNodeCommunicationEnabled] [-StartTask <PSStartTask>]
34
35
[-CertificateReferences <PSCertificateReference[]>]
35
36
[-ApplicationPackageReferences <PSApplicationPackageReference[]>]
37
+ [-ApplicationLicenses <System.Collections.Generic.List`1[System.String]>]
36
38
[-VirtualMachineConfiguration <PSVirtualMachineConfiguration>]
37
39
[-NetworkConfiguration <PSNetworkConfiguration>] [-UserAccounts <PSUserAccount[]>]
38
40
-BatchContext <BatchAccountContext> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
@@ -47,6 +49,7 @@ New-AzureBatchPool [-Id] <String> -VirtualMachineSize <String> [-DisplayName <St
47
49
[-InterComputeNodeCommunicationEnabled] [-StartTask <PSStartTask>]
48
50
[-CertificateReferences <PSCertificateReference[]>]
49
51
[-ApplicationPackageReferences <PSApplicationPackageReference[]>]
52
+ [-ApplicationLicenses <System.Collections.Generic.List`1[System.String]>]
50
53
[-CloudServiceConfiguration <PSCloudServiceConfiguration>] [-NetworkConfiguration <PSNetworkConfiguration>]
51
54
[-UserAccounts <PSUserAccount[]>] -BatchContext <BatchAccountContext>
52
55
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -60,6 +63,7 @@ New-AzureBatchPool [-Id] <String> -VirtualMachineSize <String> [-DisplayName <St
60
63
[-InterComputeNodeCommunicationEnabled] [-StartTask <PSStartTask>]
61
64
[-CertificateReferences <PSCertificateReference[]>]
62
65
[-ApplicationPackageReferences <PSApplicationPackageReference[]>]
66
+ [-ApplicationLicenses <System.Collections.Generic.List`1[System.String]>]
63
67
[-VirtualMachineConfiguration <PSVirtualMachineConfiguration>]
64
68
[-NetworkConfiguration <PSNetworkConfiguration>] [-UserAccounts <PSUserAccount[]>]
65
69
-BatchContext <BatchAccountContext> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
@@ -90,6 +94,21 @@ The pool is configured to use small virtual machines imaged with the latest oper
90
94
91
95
## PARAMETERS
92
96
97
+ ### -ApplicationLicenses
98
+ The list of application licenses the Batch service will make available on each compute node in the pool.
99
+
100
+ ``` yaml
101
+ Type : System.Collections.Generic.List`1[System.String]
102
+ Parameter Sets : (All)
103
+ Aliases :
104
+
105
+ Required : False
106
+ Position : Named
107
+ Default value : None
108
+ Accept pipeline input : False
109
+ Accept wildcard characters : False
110
+ ` ` `
111
+
93
112
### -ApplicationPackageReferences
94
113
` ` ` yaml
95
114
Type : PSApplicationPackageReference[]
0 commit comments