Skip to content

Commit

Permalink
Generated from 4ded5c602af2dccc26fe7b069bc9def8464a02b8 (#2695)
Browse files Browse the repository at this point in the history
typo: graphrbac

- otherwsie -> otherwise
- Objectit -> Object
- Reqired -> Required
  • Loading branch information
AutorestCI authored Dec 3, 2018
1 parent 3472004 commit c716271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit c716271

Please sign in to comment.