-
Notifications
You must be signed in to change notification settings - Fork 4k
Merge Az.Batch-preview to master #10286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Az.Batch-preview to master #10286
Conversation
- Updated the Microsoft.Azure.Batch pacakge to 10.1.0. - Updated the Microsoft.Azure.Management.Batch package to 7.0.0. - Add new "New-AzBatchResourceFile" cmdlet to aid in ResourceFile creation.
- Also fix New-AzBatchTask parameter requirements.
- This makes it so that a response from the Batch service can be used as input to a New cmdlet. For example: `Get-AzBatchJob` `Metadata` can now be supplied as an input parameter to `New-AzBatchJob`. - This resolves issue Azure#6611.
Update Azure Batch cmdlets to latest SDK versions
Version Batch for preview release
…review Merge latest master into Az.Batch-preview
- This fixes Azure#9938.
- Target Microsoft.Azure.Batch 12.0. - Target Microsoft.Azure.Management.Batch 9.0. - Update tests.
- Includes renaming Get-AzBatchSupportedImages to Get-AzBatchSupportedImage.
Update Batch preview module to support data plane API version 2019-08-01.10.0 and mgmt API version 2019-08-01
Update Az.Batch for Preview Release
Note for reviewers
This resolves issue: #10137 There were a few conflicts in the merge which I had to fix (which is why the merge is originating from a branch and not
Please ensure that the changelog and module versions look right, as this was published as a preview, so it's already moved to |
@erich-wang @markcowl - please let me know if you need anything from me for this PR to be merged. |
@matthchr, I'm reviewing this PR, it may take some time since it is big, should be done in next couple days. |
@erich-wang - just checking on this - I don't want this PR to miss the cutoff for release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matthchr , I updated the changelog.md to put change log under Ignite release instead of preview release.
Description
This brings the long outstanding breaking changes in the Az.Batch module into
master
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added