Skip to content

Commit 9536f25

Browse files
Validated open api updates (#3510)
* validated open api updates * validated open api docs
1 parent 77f51c0 commit 9536f25

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+29402
-14803
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 268 additions & 48 deletions
Large diffs are not rendered by default.

openApiDocs/beta/BackupRestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10866,7 +10866,7 @@ components:
1086610866
maximum: 2147483647
1086710867
minimum: -2147483648
1086810868
type: number
10869-
description: Total number of artifacts restored.
10869+
description: Total number of mailbox items that can be restored for a granular restore session.
1087010870
format: int32
1087110871
nullable: true
1087210872
restorePoint:

openApiDocs/beta/Bookings.yml

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12897,7 +12897,7 @@ components:
1289712897
nullable: true
1289812898
role:
1289912899
type: string
12900-
description: 'Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.'
12900+
description: 'Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.'
1290112901
nullable: true
1290212902
totalAttendanceInSeconds:
1290312903
maximum: 2147483647
@@ -13786,7 +13786,7 @@ components:
1378613786
type: array
1378713787
items:
1378813788
$ref: '#/components/schemas/microsoft.graph.onlineMeetingRole'
13789-
description: 'Specifies whose identity is anonymized in the meeting. Possible values are: attendee. The attendee value can''t be removed through a PATCH operation once added.'
13789+
description: 'Specifies whose identity is anonymized in the meeting. The possible values are: attendee. The attendee value can''t be removed through a PATCH operation once added.'
1379013790
audioConferencing:
1379113791
$ref: '#/components/schemas/microsoft.graph.audioConferencing'
1379213792
chatInfo:
@@ -13829,6 +13829,8 @@ components:
1382913829
type: boolean
1383013830
description: Indicates whether to record the meeting automatically.
1383113831
nullable: true
13832+
sensitivityLabelAssignment:
13833+
$ref: '#/components/schemas/microsoft.graph.onlineMeetingSensitivityLabelAssignment'
1383213834
shareMeetingChatHistoryDefault:
1383313835
$ref: '#/components/schemas/microsoft.graph.meetingChatHistoryDefaultMode'
1383413836
subject:
@@ -15184,6 +15186,7 @@ components:
1518415186
type: array
1518515187
items:
1518615188
$ref: '#/components/schemas/microsoft.graph.sharePointMigrationTask'
15189+
description: A collection of sharePointMigrationTask resources that represent cross-organization migration tasks.
1518715190
x-ms-navigationProperty: true
1518815191
crossOrganizationUserMappings:
1518915192
type: array
@@ -15340,6 +15343,16 @@ components:
1534015343
$ref: '#/components/schemas/microsoft.graph.lobbyBypassScope'
1534115344
additionalProperties:
1534215345
type: object
15346+
microsoft.graph.onlineMeetingSensitivityLabelAssignment:
15347+
title: onlineMeetingSensitivityLabelAssignment
15348+
type: object
15349+
properties:
15350+
sensitivityLabelId:
15351+
type: string
15352+
description: Id of the sensitivity label that is applied to the Teams meeting.
15353+
nullable: true
15354+
additionalProperties:
15355+
type: object
1534315356
microsoft.graph.meetingChatHistoryDefaultMode:
1534415357
title: meetingChatHistoryDefaultMode
1534515358
enum:
@@ -16153,16 +16166,19 @@ components:
1615316166
finishedDateTime:
1615416167
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])$'
1615516168
type: string
16169+
description: 'Date and time when the sharePointMigrationTask ended, if available. The task might complete successfully or fail, but it ends at that time. Read-only. Only on OneDrive and SharePoint. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
1615616170
format: date-time
1615716171
lastUpdatedDateTime:
1615816172
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])$'
1615916173
type: string
16174+
description: 'Date and time when the sharePointMigrationTask was last updated or processed, if available. Use this property to find tasks that stopped processing for a long time. Read-only. Optional. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
1616016175
format: date-time
1616116176
parameters:
1616216177
$ref: '#/components/schemas/microsoft.graph.sharePointMigrationTaskParameters'
1616316178
startedDateTime:
1616416179
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])$'
1616516180
type: string
16181+
description: 'Date and time when the sharePointMigrationTask started, if available. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
1616616182
format: date-time
1616716183
status:
1616816184
$ref: '#/components/schemas/microsoft.graph.sharePointMigrationTaskStatus'
@@ -16682,6 +16698,8 @@ components:
1668216698
- title: sharePointIdentityMapping
1668316699
type: object
1668416700
properties:
16701+
deleted:
16702+
$ref: '#/components/schemas/microsoft.graph.deleted'
1668516703
sourceOrganizationId:
1668616704
pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'
1668716705
type: string
@@ -16714,32 +16732,40 @@ components:
1671416732
preferredLatestStartDateTime:
1671516733
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])$'
1671616734
type: string
16735+
description: 'The preferred latest start date and time. The system cancels the sharePointMigrationTask if it doesn''t start by this time. The value must be greater than the preferredStartDateTime, if present. Optional. Only on OneDrive and SharePoint.'
1671716736
format: date-time
1671816737
nullable: true
1671916738
preferredStartDateTime:
1672016739
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])$'
1672116740
type: string
16741+
description: The preferred start date and time that allows the sharePointMigrationTask to start at a future time instead of as soon as possible (default). Optional. Only on OneDrive and SharePoint.
1672216742
format: date-time
1672316743
nullable: true
1672416744
sourceSiteUrl:
1672516745
type: string
16746+
description: 'The SharePoint URL of the source site. Optional. Exactly one of sourceSiteId or sourceUrl must be specified. If both or neither are specified, it''s an error. Only on OneDrive and SharePoint.'
1672616747
nullable: true
1672716748
targetDataLocationCode:
1672816749
type: string
16750+
description: 'In Microsoft Entra, this value represents the geographic location (for example, JPN, NAM) of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn''t required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint.'
1672916751
nullable: true
1673016752
targetOrganizationHost:
1673116753
type: string
16754+
description: 'The root, admin, or my site host of the specific multi-geo instance of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn''t required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint.'
1673216755
nullable: true
1673316756
targetOrganizationId:
1673416757
pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'
1673516758
type: string
16759+
description: The unique Microsoft Entra company ID of the target organization to which the source resource must be migrated. Only on OneDrive and SharePoint.
1673616760
format: uuid
1673716761
nullable: true
1673816762
targetSiteUrl:
1673916763
type: string
16764+
description: The SharePoint URL of the target site. Only on OneDrive and SharePoint.
1674016765
nullable: true
1674116766
validateOnly:
1674216767
type: boolean
16768+
description: 'Indicates whether this task is an actual migration or only a validation. If the parameter is missing, the system treats it as false. The default behavior is a real migration. Optional. Only on OneDrive and SharePoint.'
1674316769
nullable: true
1674416770
additionalProperties:
1674516771
type: object
@@ -16860,7 +16886,7 @@ components:
1686016886
properties:
1686116887
defaultRule:
1686216888
type: string
16863-
description: 'Default rule that applies when a property or action-specific rule is not provided. Possible values are: Allow, Block'
16889+
description: 'Default rule that applies when a property or action-specific rule is not provided. The possible values are: Allow, Block'
1686416890
nullable: true
1686516891
propertyRule:
1686616892
$ref: '#/components/schemas/microsoft.graph.plannerTaskPropertyRule'
@@ -17066,6 +17092,16 @@ components:
1706617092
- forceComplete
1706717093
- unknownFutureValue
1706817094
type: string
17095+
microsoft.graph.deleted:
17096+
title: deleted
17097+
type: object
17098+
properties:
17099+
state:
17100+
type: string
17101+
description: Represents the state of the deleted item.
17102+
nullable: true
17103+
additionalProperties:
17104+
type: object
1706917105
microsoft.graph.plannerTaskPropertyRule:
1707017106
allOf:
1707117107
- $ref: '#/components/schemas/microsoft.graph.plannerPropertyRule'

openApiDocs/beta/BusinessScenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ components:
23272327
properties:
23282328
defaultRule:
23292329
type: string
2330-
description: 'Default rule that applies when a property or action-specific rule is not provided. Possible values are: Allow, Block'
2330+
description: 'Default rule that applies when a property or action-specific rule is not provided. The possible values are: Allow, Block'
23312331
nullable: true
23322332
propertyRule:
23332333
$ref: '#/components/schemas/microsoft.graph.plannerTaskPropertyRule'

0 commit comments

Comments
 (0)