Skip to content

Commit ae43fa8

Browse files
authored
Az.Batch v3.2.1 release (#19142)
1 parent da49e79 commit ae43fa8

File tree

7 files changed

+520
-538
lines changed

7 files changed

+520
-538
lines changed

src/Batch/Batch/Az.Batch.psd1

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/22/2022
6+
# Generated on: 2022/8/4
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.2.0'
15+
ModuleVersion = '3.2.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -154,27 +154,7 @@ PrivateData = @{
154154
# IconUri = ''
155155

156156
# 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.'
178158

179159
# Prerelease string of this module
180160
# Prerelease = ''

src/Batch/Batch/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 3.2.1
2123
* Fixed a bug wherein creating a new JobSchedule does not properly submit Output Files.
2224

2325
## Version 3.2.0

src/Batch/Batch/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
28-
[assembly: AssemblyVersion("3.2.0")]
29-
[assembly: AssemblyFileVersion("3.2.0")]
28+
[assembly: AssemblyVersion("3.2.1")]
29+
[assembly: AssemblyFileVersion("3.2.1")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")]
3232
#endif

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.1'; },
6161
@{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.1.0'; },
6262
@{ModuleName = 'Az.Attestation'; RequiredVersion = '1.0.0'; },
6363
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.3'; },
64-
@{ModuleName = 'Az.Batch'; RequiredVersion = '3.2.0'; },
64+
@{ModuleName = 'Az.Batch'; RequiredVersion = '3.2.1'; },
6565
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
6666
@{ModuleName = 'Az.Cdn'; RequiredVersion = '2.1.0'; },
6767
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.1.0'; },

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.1'; },
6565
@{ModuleName = 'Az.Attestation'; RequiredVersion = '1.0.0'; },
6666
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.3'; },
6767
@{ModuleName = 'Az.BareMetal'; RequiredVersion = '0.1.0'; },
68-
@{ModuleName = 'Az.Batch'; RequiredVersion = '3.2.0'; },
68+
@{ModuleName = 'Az.Batch'; RequiredVersion = '3.2.1'; },
6969
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
7070
@{ModuleName = 'Az.Blueprint'; RequiredVersion = '0.4.0'; },
7171
@{ModuleName = 'Az.BotService'; RequiredVersion = '0.4.0'; },

tools/Docs/az-ps-latest.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pac9,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Applicat
1111
pac10,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Attestation,1.0.0
1212
pac11,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Automation,1.7.3
1313
pac12,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.BareMetal,0.1.0
14-
pac13,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Batch,3.2.0
14+
pac13,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Batch,3.2.1
1515
pac14,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Billing,2.0.0
1616
pac15,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Blueprint,0.4.0
1717
pac16,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.BotService,0.4.0

0 commit comments

Comments
 (0)