Skip to content

acs create: fix SP creation failures caused by new graph sdk libs#5895

Merged
yugangw-msft merged 2 commits into
Azure:devfrom
yugangw-msft:vmtest
Mar 23, 2018
Merged

acs create: fix SP creation failures caused by new graph sdk libs#5895
yugangw-msft merged 2 commits into
Azure:devfrom
yugangw-msft:vmtest

Conversation

@yugangw-msft
Copy link
Copy Markdown
Contributor

Fixing issues when go over live test failures
//CC @mboersma

  • [na] The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

  • I adhere to the Command Guidelines.

@promptws
Copy link
Copy Markdown

View a preview at https://prompt.ws/r/Azure/azure-cli/5895
This is an experimental preview for @microsoft users.

key_creds = None
if password:
password_creds = [PasswordCredential(start_date, end_date, str(uuid.uuid4()), password)]
password_creds = [PasswordCredential(start_date=start_date, end_date=end_date,
Copy link
Copy Markdown
Contributor Author

@yugangw-msft yugangw-msft Mar 22, 2018

Choose a reason for hiding this comment

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

newer sdk replaces more positional arguments to keyword arguments, hence there is a break
Moving forward, suggest let us try to convert positional ones to keyword ones even not broken.

@yugangw-msft yugangw-msft added this to the Sprint 34 milestone Mar 22, 2018
@@ -1158,7 +1158,7 @@ def test_vm_create_existing_ids_options(self, resource_group, storage_account):


# TODO: convert back to ScenarioTest when #5741 is fixed.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This comment could be moved but not urgent.

@yugangw-msft yugangw-msft merged commit 5f1a9c6 into Azure:dev Mar 23, 2018
@yugangw-msft yugangw-msft deleted the vmtest branch March 23, 2018 05:57
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