Skip to content

Commit a13d8cd

Browse files
authored
Merge pull request #10083 from Azure/batch-prev-update
Update Az.Batch for Preview Release
2 parents 07f9d34 + 6da1180 commit a13d8cd

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/Batch/Batch/Az.Batch.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1.1'
15+
ModuleVersion = '2.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -149,7 +149,7 @@ CmdletsToExport = 'Remove-AzBatchAccount',
149149
'New-AzBatchJobSchedule',
150150
'Remove-AzBatchJobSchedule',
151151
'Get-AzBatchTaskCount',
152-
'Get-AzBatchPoolNodeCounts',
152+
'Get-AzBatchPoolNodeCount',
153153
'Start-AzBatchComputeNodeServiceLogUpload',
154154
'New-AzBatchResourceFile'
155155

src/Batch/Batch/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
2120
## Upcoming Release
21+
22+
## 2.0.0-preview
2223
* Renamed `CoreQuota` on `BatchAccountContext` to `DedicatedCoreQuota`. There is also a new `LowPriorityCoreQuota`.
2324
- This impacts **Get-AzBatchAccount**.
2425
* **New-AzBatchTask** `-ResourceFile` parameter now takes a collection of `PSResourceFile` objects, which can be constructed using the new **New-AzBatchResourceFile** cmdlet.

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("1.1.1")]
29-
[assembly: AssemblyFileVersion("1.1.1")]
28+
[assembly: AssemblyVersion("2.0.0")]
29+
[assembly: AssemblyFileVersion("2.0.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")]
3232
#endif

0 commit comments

Comments
 (0)