Skip to content

Commit

Permalink
Merge branch 'dev' into WeeklyExamplesUpdate/202409270307
Browse files Browse the repository at this point in the history
  • Loading branch information
timayabi2020 authored Sep 30, 2024
2 parents 9f7cdca + d2a15c3 commit 42329bb
Show file tree
Hide file tree
Showing 59 changed files with 267,089 additions and 225,192 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.23.0"
"version": "2.24.0"
},
"beta": {
"prerelease": "",
"version": "2.23.0"
"version": "2.24.0"
},
"v1.0": {
"prerelease": "",
"version": "2.23.0"
"version": "2.24.0"
}
}
}
423 changes: 379 additions & 44 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15934,6 +15934,13 @@ components:
description: Read-only. The date on which task is added to or removed from MyDay.
format: date
nullable: true
lastModifiedBy:
$ref: '#/components/schemas/microsoft.graph.identitySet'
lastModifiedDateTime:
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
format: date-time
nullable: true
orderHint:
type: string
description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.'
Expand Down
7 changes: 7 additions & 0 deletions openApiDocs/beta/BusinessScenario.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2030,6 +2030,13 @@ components:
description: Read-only. The date on which task is added to or removed from MyDay.
format: date
nullable: true
lastModifiedBy:
$ref: '#/components/schemas/microsoft.graph.identitySet'
lastModifiedDateTime:
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
format: date-time
nullable: true
orderHint:
type: string
description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.'
Expand Down
Loading

0 comments on commit 42329bb

Please sign in to comment.