From 27d10c976ac3d963d9ff96380147bf61bc3cf0c0 Mon Sep 17 00:00:00 2001 From: rosgu <47119687+rosgu@users.noreply.github.com> Date: Wed, 6 Feb 2019 11:39:59 -0800 Subject: [PATCH] Removed "x-ms-pageable" from the elevateAccess API (#5154) * Removed "x-ms-pageable" from the elevateAccess API * Moved elevateAccess to the right section, fixed spacing * Changed parameters to an array in elevateAccess --- .../stable/2015-07-01/authorization.json | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization.json b/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization.json index 3a80520e1ca2..2e77d39b9f9b 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization.json @@ -864,6 +864,25 @@ } } } + }, + "/providers/Microsoft.Authorization/elevateAccess": { + "post": { + "tags": [ + "ElevateAccess" + ], + "operationId": "ElevateAccess_Post", + "description": "Elevates access for a Global Administrator.", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "OK - Returns an HttpResponseMessage with HttpStatusCode 200." + } + } + } } }, "x-ms-paths": { @@ -1227,4 +1246,4 @@ "description": "The API version to use for this operation." } } -} \ No newline at end of file +}