Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Generated from 4ded5c602af2dccc26fe7b069bc9def8464a02b8 (#656)
typo: graphrbac

- otherwsie -> otherwise
- Objectit -> Object
- Reqired -> Required
  • Loading branch information
AutorestCI authored Dec 3, 2018
commit ede4706de09ee29ff6a96863e09978c70357279e
4 changes: 2 additions & 2 deletions packages/@azure/graph/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export interface ResourceAccess {
* 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.
*
*/
export interface RequiredResourceAccess {
Expand Down Expand Up @@ -1326,7 +1326,7 @@ export interface OAuth2GetOptionalParams extends msRest.RequestOptionsBase {
export interface OAuth2GrantOptionalParams extends msRest.RequestOptionsBase {
/**
* @member {Permissions} [body] The relevant app Service Principal Object Id
* and the Service Principal Objecit Id you want to grant.
* and the Service Principal Object Id you want to grant.
*/
body?: Permissions;
}
Expand Down