Skip to content
Closed
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
7,987 changes: 7,987 additions & 0 deletions Test/v1.0/Mail.yml

Large diffs are not rendered by default.

34,867 changes: 34,867 additions & 0 deletions Test/v1.0/Users.Actions.yml

Large diffs are not rendered by default.

1,069 changes: 1,069 additions & 0 deletions docs/OpenApiInfo/v1.0/duplicateOperationIds.csv

Large diffs are not rendered by default.

92 changes: 1 addition & 91 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4195,51 +4195,6 @@ paths:
$ref: '#/components/responses/ODataCountResponse'
default:
$ref: '#/components/responses/error'
'/applications/{application-id}/synchronization/jobs/microsoft.graph.validateCredentials':
post:
tags:
- applications.Actions
summary: Invoke action validateCredentials
operationId: application.synchronization.job_validateCredential
parameters:
- name: application-id
in: path
description: The unique identifier of application
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: application
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
applicationIdentifier:
type: string
nullable: true
templateId:
type: string
nullable: true
useSavedCredentials:
type: boolean
default: false
nullable: true
credentials:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair'
additionalProperties:
type: object
required: true
responses:
2XX:
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/applications/{application-id}/synchronization/microsoft.graph.acquireAccessToken':
post:
tags:
Expand Down Expand Up @@ -18458,51 +18413,6 @@ paths:
$ref: '#/components/responses/ODataCountResponse'
default:
$ref: '#/components/responses/error'
'/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/microsoft.graph.validateCredentials':
post:
tags:
- servicePrincipals.Actions
summary: Invoke action validateCredentials
operationId: servicePrincipal.synchronization.job_validateCredential
parameters:
- name: servicePrincipal-id
in: path
description: The unique identifier of servicePrincipal
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: servicePrincipal
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
applicationIdentifier:
type: string
nullable: true
templateId:
type: string
nullable: true
useSavedCredentials:
type: boolean
default: false
nullable: true
credentials:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair'
additionalProperties:
type: object
required: true
responses:
2XX:
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/servicePrincipals/{servicePrincipal-id}/synchronization/microsoft.graph.acquireAccessToken':
post:
tags:
Expand Down Expand Up @@ -49933,4 +49843,4 @@ components:
tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token
scopes: { }
security:
- azureaadv2: [ ]
- azureaadv2: [ ]
Loading