Skip to content

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

Merged
merged 33 commits into from
Oct 23, 2019

Conversation

matthchr
Copy link
Member

Description

This brings the long outstanding breaking changes in the Az.Batch module into master

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
    • the markdown help files have been regenerated using the commands listed here

matthchr and others added 30 commits February 28, 2019 12:55
  - 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
…review

Merge latest master into Az.Batch-preview
  - 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
@matthchr
Copy link
Member Author

Note for reviewers

  1. This does include breaking changes. These changes have been in Az.Batch-preview for a while, and we are now targeting the Nov 4 Milestone for releasing these changes as part of the standard Az.Batch module.
  2. The PRs merged into Az.Batch-preview already went through review. You can see them here:
  3. Because some new cmdlets were added, we did design reviews for those. You can see those reviews either in the PR links above, or duplicated here:
    • The new New-AzBatchResourceFile cmdlet was reviewed here
    • The Get-AzBatchSupportedImages cmdlet was reviewed here

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 Az.Batch-preview directly.
The conflicting files were:

  • src/Batch/Batch/Az.Batch.psd1
  • src/Batch/Batch/BatchAccounts/GetBatchAccountSupportedImagesCommand.cs
  • src/Batch/Batch/ChangeLog.md
  • src/Batch/Batch/Properties/AssemblyInfo.cs

Please ensure that the changelog and module versions look right, as this was published as a preview, so it's already moved to 2.0.0-preview, and the code in this PR should be shipped as 2.0.0.

@matthchr
Copy link
Member Author

@erich-wang @markcowl - please let me know if you need anything from me for this PR to be merged.

@erich-wang
Copy link
Member

@matthchr, I'm reviewing this PR, it may take some time since it is big, should be done in next couple days.

@matthchr
Copy link
Member Author

@erich-wang - just checking on this - I don't want this PR to miss the cutoff for release.

Copy link
Member

@erich-wang erich-wang left a 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.

@erich-wang erich-wang merged commit 6919797 into Azure:master Oct 23, 2019
@matthchr matthchr deleted the feature/merge-azbatch-preview branch October 23, 2019 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants