Skip to content

A bit of clean up in graph#1081

Merged
martinsawicki merged 2 commits into
Azure:masterfrom
jianghaolu:graph
Sep 16, 2016
Merged

A bit of clean up in graph#1081
martinsawicki merged 2 commits into
Azure:masterfrom
jianghaolu:graph

Conversation

@jianghaolu

Copy link
Copy Markdown
Contributor

No description provided.

@jianghaolu

Copy link
Copy Markdown
Contributor Author

Creation doesnt work yet. Just a bit of clean up before the C# conversion.

@azuresdkci

Copy link
Copy Markdown
Contributor

Runtime changes detected. pull request created. CI running: Build Status

@anudeepsharma anudeepsharma left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Approved with a minor change.

List<User> userList = graphRbacManager.users().list();
Assert.assertNotNull(userList);
User user = graphRbacManager.users().define("jeffrolfnlu@hotmail.com")
User user = graphRbacManager.users().define("azuresdk@outlook.com")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can we delete this user after test is done? not sure if we can do so. But this test is not doing much once it run for first time as this user will always be there for ever.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This test is not functional. For now it's just a placeholder.

@Override
public Observable<ServicePrincipal> createResourceAsync() {
return null;
throw new UnsupportedOperationException("Will be implemented in a next release");

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

instead of promising when it will be implemented, which we probably shouldn't do, we could just say "Not yet implemented".

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It will be done in a few days. So I'm lying anyways.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

ah, ok. Well, but if a bus runs you over in the meantime (which I hope it doesn't!) there is a chance we'll ship it as is, so...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fix it, not sure why the new Github doesn't hide this

@martinsawicki martinsawicki merged commit 90fbf90 into Azure:master Sep 16, 2016
jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this pull request Feb 27, 2017
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.

5 participants