From 6ae4cf0b2925b4873debc1038873902ecb1ef397 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Sat, 1 Dec 2018 22:45:35 +0000 Subject: [PATCH] Generated from 4ded5c602af2dccc26fe7b069bc9def8464a02b8 typo: graphrbac - otherwsie -> otherwise - Objectit -> Object - Reqired -> Required --- .../microsoft/azure/graphrbac/RequiredResourceAccess.java | 2 +- .../azure/graphrbac/implementation/OAuth2sInner.java | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-graphrbac/src/main/java/com/microsoft/azure/graphrbac/RequiredResourceAccess.java b/azure-graphrbac/src/main/java/com/microsoft/azure/graphrbac/RequiredResourceAccess.java index e8c52d43ed8b6..19972443667ca 100644 --- a/azure-graphrbac/src/main/java/com/microsoft/azure/graphrbac/RequiredResourceAccess.java +++ b/azure-graphrbac/src/main/java/com/microsoft/azure/graphrbac/RequiredResourceAccess.java @@ -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 { /** diff --git a/azure-graphrbac/src/main/java/com/microsoft/azure/graphrbac/implementation/OAuth2sInner.java b/azure-graphrbac/src/main/java/com/microsoft/azure/graphrbac/implementation/OAuth2sInner.java index 9254affa50ddb..aa54668c510f7 100644 --- a/azure-graphrbac/src/main/java/com/microsoft/azure/graphrbac/implementation/OAuth2sInner.java +++ b/azure-graphrbac/src/main/java/com/microsoft/azure/graphrbac/implementation/OAuth2sInner.java @@ -275,7 +275,7 @@ public Observable> call(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 * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -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 @@ -300,7 +300,7 @@ public ServiceFuture 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 */ @@ -316,7 +316,7 @@ public PermissionsInner call(ServiceResponse 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 */