Skip to content

Commit

Permalink
Removed duplicate paths from file
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Nov 12, 2024
1 parent 0779de2 commit f95967d
Show file tree
Hide file tree
Showing 22 changed files with 15,689 additions and 47,715 deletions.
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

0 comments on commit f95967d

Please sign in to comment.