Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add servicePrincipalsByAppId method to Graph Api" #5409

Merged
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 @@ -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"
}
}
}