|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 4/22/2022 |
| 6 | +# Generated on: 2022/8/4 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '3.2.0' |
| 15 | +ModuleVersion = '3.2.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -154,27 +154,7 @@ PrivateData = @{
|
154 | 154 | # IconUri = ''
|
155 | 155 |
|
156 | 156 | # ReleaseNotes of this module
|
157 |
| - ReleaseNotes = '* Updated Az.Batch to use ''Microsoft.Azure.Batch'' SDK version 15.3.0 |
158 |
| - - Add ability to assign user-assigned managed identities to ''PSCloudPool''. These identities will be made available on each node in the pool, and can be used to access various resources. |
159 |
| - - Added ''IdentityReference'' property to the following models to support accessing resources via managed identity: |
160 |
| - - ''PSAzureBlobFileSystemConfiguration'' |
161 |
| - - ''PSOutputFileBlobContainerDestination'' |
162 |
| - - ''PSContainerRegistry'' |
163 |
| - - ''PSResourceFile'' |
164 |
| - - ''PSUploadBatchServiceLogsConfiguration'' |
165 |
| - - Added new ''extensions'' property to ''PSVirtualMachineConfiguration'' on ''PSCloudPool'' to specify virtual machine extensions for nodes |
166 |
| - - Added the ability to specify availability zones using a new property ''NodePlacementConfiguration'' on ''VirtualMachineConfiguration'' |
167 |
| - - Added new ''OSDisk'' property to ''VirtualMachineConfiguration'', which contains settings for the operating system disk of the Virtual Machine. |
168 |
| - - The ''Placement'' property on ''PSDiffDiskSettings'' specifies the ephemeral disk placement for operating system disks for all VMs in the pool. Setting it to ''CacheDisk'' will store the ephemeral OS disk on the VM cache. |
169 |
| - - Added ''MaxParallelTasks'' property on ''PSCloudJob'' to control the maximum allowed tasks per job (defaults to -1, meaning unlimited). |
170 |
| - - Added ''VirtualMachineInfo'' property on ''PSComputeNode'' which contains information about the current state of the virtual machine, including the exact version of the marketplace image the VM is using. |
171 |
| - - Added ''RecurrenceInterval'' property to ''PSSchedule'' to control the interval between the start times of two successive job under a job schedule. |
172 |
| - - Added a new ''Get-AzBatchComputeNodeExtension'' command, which gets a specific extension by name, or a list of all extensions, for a given compute node. |
173 |
| -* Updated Az.Batch''Microsoft.Azure.Management.Batch'' SDK version 14.0.0. |
174 |
| - - Added a new ''Get-AzBatchSupportedVirtualMachineSku'' command, which gets the list of Batch-supported Virtual Machine VM sizes available at a given location. |
175 |
| - - Added a new ''Get-AzBatchTaskSlotCount'' command, which gets the number of task slots required by a given job. |
176 |
| - - ''MaxTasksPerComputeNode'' has been renamed to ''TaskSlotsPerNode'', to match a change in functionality. |
177 |
| - - ''MaxTasksPerComputeNode'' will remain as an alias but will be removed in a coming update.' |
| 157 | + ReleaseNotes = '* Fixed a bug wherein creating a new JobSchedule does not properly submit Output Files.' |
178 | 158 |
|
179 | 159 | # Prerelease string of this module
|
180 | 160 | # Prerelease = ''
|
|
0 commit comments