Skip to content

Commit

Permalink
Revert "Add servicePrincipalsByAppId method to Graph Api (#5387)" (#5409
Browse files Browse the repository at this point in the history
)

This reverts commit c5dc8f2.
  • Loading branch information
sergey-shandar authored Mar 15, 2019
1 parent d61f5fc commit 978c77a
Showing 1 changed file with 0 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1284,40 +1284,6 @@
"x-ms-odata": "#/definitions/ServicePrincipal"
}
},
"/{tenantID}/servicePrincipalsByAppId/{applicationID}/objectId": {
"get": {
"tags": [
"ServicePrincipalsByAppId"
],
"operationId": "ServicePrincipalsByAppId_Get",
"description": "Gets an object id for a given application id from the current tenant.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/tenantIDInPath"
},
{
"$ref": "#/parameters/applicationIdInPath"
}
],
"responses": {
"200": {
"description": "OK. The operation was successful.",
"schema": {
"$ref": "#/definitions/ServicePrincipalObjectResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/GraphError"
}
}
}
}
},
"/{tenantID}/servicePrincipals/{objectId}": {
"patch": {
"tags": [
Expand Down Expand Up @@ -3225,20 +3191,6 @@
},
"description": "Application list operation result."
},
"ServicePrincipalObjectResult": {
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "Service Principal Application Object Id"
},
"odata.metadata": {
"type": "string",
"description": "The URL representing edm equivalent."
}
},
"description": "Service Principal Object Result."
},
"AppRole": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -4148,14 +4100,6 @@
"type": "string",
"description": "The tenant ID.",
"x-ms-parameter-location": "client"
},
"applicationIdInPath": {
"name": "applicationID",
"in": "path",
"required": true,
"type": "string",
"description": "The application ID.",
"x-ms-parameter-location": "client"
}
}
}

0 comments on commit 978c77a

Please sign in to comment.