From 18193b5a353af78c7eed0486f48cc7b545983999 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Sat, 1 Dec 2018 22:44:01 +0000 Subject: [PATCH] Generated from 4ded5c602af2dccc26fe7b069bc9def8464a02b8 typo: graphrbac - otherwsie -> otherwise - Objectit -> Object - Reqired -> Required --- packages/@azure/graph/lib/models/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@azure/graph/lib/models/index.ts b/packages/@azure/graph/lib/models/index.ts index 6a76102d5510..5212fcbe6f93 100644 --- a/packages/@azure/graph/lib/models/index.ts +++ b/packages/@azure/graph/lib/models/index.ts @@ -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 { @@ -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; }