Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Fix: getting started script reuse aad application #569

Merged

Conversation

jafreck
Copy link
Member

@jafreck jafreck commented May 21, 2018

Fix #562

@@ -189,6 +189,7 @@ def create_aad_user(credentials, tenant_id, **kwargs):
display_name=display_name,
password_credentials=[
PasswordCredential(
start_date=datetime(2000, 1, 1, 0, 0, 0, 0, tzinfo=timezone.utc),
Copy link
Member

Choose a reason for hiding this comment

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

shoudn't that be current time?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think it should matter, It will have the same effect.

We shouldn't have to include this line at all, this is only necessary because there is a bug in the graphrbac client if start_date isn't specified.

…m:jafreck/aztk into bug/getting-started-script-aad-creds-path
@jafreck jafreck merged commit 3d16cf3 into Azure:master May 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants