-
Notifications
You must be signed in to change notification settings - Fork 4k
Update Batch cmdlets to use general availability API #663
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
Conversation
Update NuGet package reference Update generated models Updated wrapper for PagedEnumerable Update to handle BatchClient changes Update Utils Rename directories and client files Update cmdlets
Hi @jasper-schneider, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
Running post-checkin tests since PR is too large to review: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-on-demand/29/ |
Running MSI build since PR is too large to review: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-msi/351/ |
Test http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-on-demand/29/ failed:
|
Yup, we had a problem in our signing process for one of our NuGet dependencies, in the process of resolving. |
Submitted a fix, I hit restart on the Jenkins build: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-msi/376/ |
The Jenkins build has passed. |
Ah, didn't see that there were 2 Jenkins builds. Restarting the "on demand" build here: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-on-demand/41/ |
Update Batch cmdlets to use general availability API
The Batch service went GA with an updated REST API that involved some reorganization and renaming of service entities.
The Batch cmdlets have been updated to reflect these changes. The tests have been rerecorded, the help xml has been updated, and the changelog has also been updated.
Because of the API changes, I unfortunately had to touch just about every Batch cmdlet and its associated tests, but most of the changes are just renames (Name -> Id, workitem -> job schedule, vm -> compute node).