Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

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

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 @@ -11,7 +11,7 @@ module Models
# 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.
# entity is a collection of RequiredResourceAccess.
#
class RequiredResourceAccess

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_async(filter = nil, custom_headers = nil)
# Grants OAuth2 permissions for the relevant resource Ids of an app.
#
# @param body [Permissions] The relevant app Service Principal Object Id and
# the Service Principal Objecit Id you want to grant.
# the Service Principal Object Id you want to grant.
# @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request.
#
Expand All @@ -129,7 +129,7 @@ def grant(body = nil, custom_headers = nil)
# Grants OAuth2 permissions for the relevant resource Ids of an app.
#
# @param body [Permissions] The relevant app Service Principal Object Id and
# the Service Principal Objecit Id you want to grant.
# the Service Principal Object Id you want to grant.
# @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request.
#
Expand All @@ -143,7 +143,7 @@ def grant_with_http_info(body = nil, custom_headers = nil)
# Grants OAuth2 permissions for the relevant resource Ids of an app.
#
# @param body [Permissions] The relevant app Service Principal Object Id and
# the Service Principal Objecit Id you want to grant.
# the Service Principal Object Id you want to grant.
# @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request.
#
Expand Down