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

[AutoPR graphrbac/data-plane] typo: graphrbac #2695

Merged
merged 1 commit into from
Dec 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* OAuth 2.0 permission scopes may be requested by client applications (through
* the requiredResourceAccess collection) when calling a resource application.
* The requiredResourceAccess property of the Application entity is a
* collection of ReqiredResourceAccess.
* collection of RequiredResourceAccess.
*/
public class RequiredResourceAccess {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public Observable<ServiceResponse<PermissionsInner>> call(Response<ResponseBody>
/**
* Grants OAuth2 permissions for the relevant resource Ids of an app.
*
* @param body The relevant app Service Principal Object Id and the Service Principal Objecit Id you want to grant.
* @param body The relevant app Service Principal Object Id and the Service Principal Object Id you want to grant.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -288,7 +288,7 @@ public PermissionsInner grant(PermissionsInner body) {
/**
* Grants OAuth2 permissions for the relevant resource Ids of an app.
*
* @param body The relevant app Service Principal Object Id and the Service Principal Objecit Id you want to grant.
* @param body The relevant app Service Principal Object Id and the Service Principal Object Id you want to grant.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -300,7 +300,7 @@ public ServiceFuture<PermissionsInner> grantAsync(PermissionsInner body, final S
/**
* Grants OAuth2 permissions for the relevant resource Ids of an app.
*
* @param body The relevant app Service Principal Object Id and the Service Principal Objecit Id you want to grant.
* @param body The relevant app Service Principal Object Id and the Service Principal Object Id you want to grant.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PermissionsInner object
*/
Expand All @@ -316,7 +316,7 @@ public PermissionsInner call(ServiceResponse<PermissionsInner> response) {
/**
* Grants OAuth2 permissions for the relevant resource Ids of an app.
*
* @param body The relevant app Service Principal Object Id and the Service Principal Objecit Id you want to grant.
* @param body The relevant app Service Principal Object Id and the Service Principal Object Id you want to grant.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PermissionsInner object
*/
Expand Down