Skip to content
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

Upgrade to SDK rc6 #875

Merged
merged 3 commits into from
Sep 14, 2016
Merged

Upgrade to SDK rc6 #875

merged 3 commits into from
Sep 14, 2016

Conversation

derekbekoe
Copy link
Member

@derekbekoe derekbekoe commented Sep 13, 2016

  • Fix breaking changes in storage:
    -- No need to call .value on usage list operation any more
    -- max_retries and retry_wait no longer exist
  • In keyvault, family no longer exists in the constructor for Sku
  • Update dependencies for azure SDK rc6
  • Re-record failing tests

The following tests have been commented out as there is an issue for VMSS create #874:

  • VMSSCreateNoneOptionsTest
  • VMScaleSetCreateExistingOptions
  • VMScaleSetNicScenarioTest

@yugangw-msft
Copy link
Contributor

:shipit:

@@ -134,13 +134,11 @@ def body(self):
rg = s.resource_group
s.cmd('network public-ip create -g {} -n {} --dns-name {} --allocation-method static'.format(rg, s.public_ip_name, s.dns), checks=[
JMESPathCheck('publicIp.provisioningState', 'Succeeded'),
JMESPathCheck('publicIp.publicIPAllocationMethod', 'Static'),
JMESPathCheck('publicIp.dnsSettings.domainNameLabel', s.dns)
Copy link
Member

Choose a reason for hiding this comment

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

JMESPathCheck('publicIp.dnsSettings.domainNameLabel', s.dns) [](start = 11, length = 61)

Are these no longer supported by the API?

Copy link
Member Author

Choose a reason for hiding this comment

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

publicIp info is no longer returned.

Copy link
Contributor

Choose a reason for hiding this comment

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

we should file a bug on this and comment out these lines for now


In reply to: 78789896 [](ancestors = 78789896)

Copy link
Member Author

@derekbekoe derekbekoe Sep 14, 2016

Choose a reason for hiding this comment

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

Created #886

@@ -205,13 +199,13 @@ def body(self):
self.cmd('network express-route circuit list --resource-group {}'.format(self.resource_group),
checks=NoneCheck())

class NetworkExpressRouteCircuitScenarioTest(VCRTestBase):
class NetworkExpressRouteCircuitScenarioTest(ResourceGroupVCRTestBase):
Copy link
Contributor

Choose a reason for hiding this comment

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

ResourceGroupVCRTestBase [](start = 45, length = 24)

no need to convert this one yet since it doesn't actually use the resource group. This will help us track which tests need to be updated

Copy link
Member Author

Choose a reason for hiding this comment

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

Since we use TODOs for tracking such changes, I added a TODO.
Our tests should move from VCRTestBase to ResourceGroupVCRTestBase and I think a TODO is a better way of tracking that changing it back to VCRTestBase.

-- No need to call .value on usage list operation any more
-- max_retries and retry_wait no longer exist
- In keyvault, family no longer exists in the constructor for Sku
- Update dependencies for azure SDK rc6
- Re-record failing tests
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