Skip to content

Commit

Permalink
Removed "x-ms-pageable" from the elevateAccess API (#5154)
Browse files Browse the repository at this point in the history
* Removed "x-ms-pageable" from the elevateAccess API

* Moved elevateAccess to the right section, fixed spacing

* Changed parameters to an array in elevateAccess
  • Loading branch information
rosgu authored and jianghaolu committed Feb 6, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 56ddcc4 commit 27d10c9
Showing 1 changed file with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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."
}
}
}
}

0 comments on commit 27d10c9

Please sign in to comment.