Skip to content

Update Batch API version #1180

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 8 commits into from
Oct 29, 2015
Merged

Update Batch API version #1180

merged 8 commits into from
Oct 29, 2015

Conversation

jasper-schneider
Copy link
Contributor

Pulled in the updated NuGet packages with the new API versions
Added a new cmdlet for the new REST API with tests + help
Re-recorded the scenario tests to use the new APIs (why the PR appears so big)

@azurecla
Copy link

Hi @jasper-schneider, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (jaschnei). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, or work for Microsoft Open Technologies, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

@@ -46,6 +46,9 @@ function Test-CreatesNewBatchAccount
Assert-AreEqual $expected.Location $actual.Location
Assert-AreEqual $expected.Tags[0]["Name"] $actual.Tags[0]["Name"]
Assert-AreEqual $expected.Tags[0]["Value"] $actual.Tags[0]["Value"]
Assert-True { $actual.CoreQuota -gt 0 }
Assert-True { $actual.PoolQuota -gt 0 }
Assert-True { $actual.ActiveJobAndJobScheduleQuota -gt 0 }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please align entire file. Replace tab with 4 spaces.

@markcowl
Copy link
Member

@jasper-schneider
Copy link
Contributor Author

Looks like the Site Recovery tests failed in the on demand build. I didn't touch that code, so I just hit the Retry button and will hope for the best - let me know if you'd like me to take any action.
http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-on-demand/261/

@markcowl
Copy link
Member

@jasper-schneider you will most likely need to pull the latest changes from the dev branch at any rate

@jasper-schneider
Copy link
Contributor Author

Ok, just did a merge of upstream/dev

@markcowl
Copy link
Member

@jasper-schneider That should do it. New on-demand run will he here: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-on-demand/268/

markcowl added a commit that referenced this pull request Oct 29, 2015
@markcowl markcowl merged commit a543a17 into Azure:dev Oct 29, 2015
@jasper-schneider jasper-schneider deleted the batch0901 branch October 29, 2015 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants