-
Notifications
You must be signed in to change notification settings - Fork 4k
AzureRT S52 PR #1 #710
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
AzureRT S52 PR #1 #710
Conversation
huangpf
commented
Aug 7, 2015
- Fix & Test Set-AzureDeployment with -ExtensionConfiguration
- Fix & Test NextLink
Hi @huangpf, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
@@ -116,5 +116,12 @@ public void TestGetVMSizeFromAllLocations() | |||
{ | |||
ComputeTestController.NewInstance.RunPsTest("Test-GetVMSizeFromAllLocations"); | |||
} | |||
|
|||
[Fact(Skip = "Fix NextLink")] |
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.
Why we want to skip it? Your PR comment claims you are fixing the "nextlink"?
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.
The client library has some problems. Will be updating the client & test soon.
@amarzavery Everything is included now. Please help review. Thanks. |