Skip to content

[#1078] Add async delete support#1102

Merged
martinsawicki merged 2 commits into
Azure:masterfrom
jianghaolu:delete
Sep 26, 2016
Merged

[#1078] Add async delete support#1102
martinsawicki merged 2 commits into
Azure:masterfrom
jianghaolu:delete

Conversation

@jianghaolu

@jianghaolu jianghaolu commented Sep 23, 2016

Copy link
Copy Markdown
Contributor

@azuresdkci

Copy link
Copy Markdown
Contributor

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

@anuchandy anuchandy left a comment

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.

LGTM.. left one comment, pls take a look

}
}), callback);
}

@anuchandy anuchandy Sep 24, 2016

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.

 @Override
 public abstract Observable<Void> deleteAsync(string id);

is it cleaner if we add this here?

@Override
public Observable<Void> deleteAsync(String id) {
return deleteAsync(ResourceUtils.groupFromResourceId(id), ResourceUtils.nameFromResourceId(id));
}

@anuchandy anuchandy Sep 24, 2016

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.

same as previous comment..

 @Override
 public abstract Observable<Void> deleteAsync(string groupName, string name);

@martinsawicki
martinsawicki merged commit 09ded68 into Azure:master Sep 26, 2016
jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this pull request Feb 27, 2017
per Anu's review, ok to merge -- comments could be addressed separately and are not blocking
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