Skip to content

Commit

Permalink
Merge pull request #2136 from microsoftgraph/WeeklyApiRefresh/2023070…
Browse files Browse the repository at this point in the history
…71936

[v2] Weekly OpenApiDocs Refresh
  • Loading branch information
peombwa authored Jul 10, 2023
2 parents b81d61a + bda6e80 commit 96ffbf9
Show file tree
Hide file tree
Showing 57 changed files with 199,049 additions and 160,741 deletions.
6 changes: 3 additions & 3 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.0.0"
"version": "2.1.0"
},
"beta": {
"prerelease": "",
"version": "2.0.0"
"version": "2.1.0"
},
"v1.0": {
"prerelease": "",
"version": "2.0.0"
"version": "2.1.0"
}
}
}
22 changes: 11 additions & 11 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9161,10 +9161,10 @@ paths:
tags:
- onPremisesPublishingProfiles.connectorGroup
summary: Create connectorGroup
description: Create a new connectorGroup.
description: Create a connectorGroup object.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
operationId: onPremisesPublishingProfile_CreateConnectorGroup
parameters:
- name: onPremisesPublishingProfile-id
Expand Down Expand Up @@ -27085,6 +27085,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.onlineMeetingRole'
description: 'Specifies whose identity will be anonymized in the meeting. Possible values are: attendee. The attendee value cannot be removed through a PATCH operation once added.'
attendeeReport:
type: string
description: The content stream of the attendee report of a Teams live event. Read-only.
Expand Down Expand Up @@ -28869,11 +28870,11 @@ components:
properties:
key:
type: string
description: Contains the name of the field that a value is associated with.
description: Key.
nullable: true
value:
type: string
description: Contains the corresponding value for the specified key.
description: Value.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -36168,7 +36169,6 @@ components:
$ref: '#/components/schemas/microsoft.graph.printerDefaults'
displayName:
type: string
nullable: true
isAcceptingJobs:
type: boolean
nullable: true
Expand Down Expand Up @@ -42056,7 +42056,6 @@ components:
isFetchable:
type: boolean
description: 'If true, document can be fetched by printer.'
nullable: true
redirectedFrom:
type: string
description: 'Contains the source job URL, if the job has been redirected from another printer.'
Expand Down Expand Up @@ -42089,17 +42088,14 @@ components:
appVersion:
type: string
description: The connector's version.
nullable: true
deviceHealth:
$ref: '#/components/schemas/microsoft.graph.deviceHealth'
displayName:
type: string
description: The name of the connector.
nullable: true
fullyQualifiedDomainName:
type: string
description: The connector machine's hostname.
nullable: true
location:
$ref: '#/components/schemas/microsoft.graph.printerLocation'
name:
Expand All @@ -42108,7 +42104,6 @@ components:
operatingSystem:
type: string
description: The connector machine's operating system version.
nullable: true
registeredDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
Expand Down Expand Up @@ -44445,6 +44440,7 @@ components:
- grayscale
- color
- auto
- unknownFutureValue
type: string
microsoft.graph.integerRange:
title: integerRange
Expand Down Expand Up @@ -44476,6 +44472,7 @@ components:
- flipOnLongEdge
- flipOnShortEdge
- oneSided
- unknownFutureValue
type: string
microsoft.graph.printerFeedDirection:
title: printerFeedDirection
Expand Down Expand Up @@ -44524,6 +44521,7 @@ components:
- clockwiseFromBottomLeft
- counterclockwiseFromBottomRight
- clockwiseFromBottomRight
- unknownFutureValue
type: string
microsoft.graph.printOrientation:
title: printOrientation
Expand All @@ -44532,6 +44530,7 @@ components:
- landscape
- reverseLandscape
- reversePortrait
- unknownFutureValue
type: string
microsoft.graph.printQuality:
title: printQuality
Expand Down Expand Up @@ -45555,10 +45554,10 @@ components:
properties:
acquiredByPrinter:
type: boolean
nullable: true
description:
type: string
description: A human-readable description of the print job's current processing state. Read-only.
nullable: true
details:
type: array
items:
Expand Down Expand Up @@ -46183,6 +46182,7 @@ components:
- completed
- canceled
- aborted
- unknownFutureValue
type: string
microsoft.graph.printerDocumentConfiguration:
title: printerDocumentConfiguration
Expand Down
25 changes: 13 additions & 12 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7554,11 +7554,11 @@ paths:
get:
tags:
- solutions.virtualEventsRoot
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
operationId: solution.virtualEvent.event.session_GetRegistration
parameters:
- name: virtualEvent-id
Expand Down Expand Up @@ -8918,11 +8918,11 @@ paths:
patch:
tags:
- solutions.virtualEventsRoot
summary: Create virtualAppointment (deprecated)
description: Create a new virtualAppointment object.
summary: Update virtualAppointment (deprecated)
description: Update the properties of a virtualAppointment object.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
operationId: solution.virtualEvent.event.session_UpdateVirtualAppointment
parameters:
- name: virtualEvent-id
Expand Down Expand Up @@ -11835,11 +11835,11 @@ paths:
get:
tags:
- solutions.virtualEventsRoot
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
operationId: solution.virtualEvent.webinar.session_GetRegistration
parameters:
- name: virtualEventWebinar-id
Expand Down Expand Up @@ -13199,11 +13199,11 @@ paths:
patch:
tags:
- solutions.virtualEventsRoot
summary: Create virtualAppointment (deprecated)
description: Create a new virtualAppointment object.
summary: Update virtualAppointment (deprecated)
description: Update the properties of a virtualAppointment object.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
operationId: solution.virtualEvent.webinar.session_UpdateVirtualAppointment
parameters:
- name: virtualEventWebinar-id
Expand Down Expand Up @@ -14987,6 +14987,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.onlineMeetingRole'
description: 'Specifies whose identity will be anonymized in the meeting. Possible values are: attendee. The attendee value cannot be removed through a PATCH operation once added.'
attendeeReport:
type: string
description: The content stream of the attendee report of a Teams live event. Read-only.
Expand Down
Loading

0 comments on commit 96ffbf9

Please sign in to comment.