Skip to content

Commit c567797

Browse files
authored
Merge pull request #2983 from microsoftgraph/merge-to-main-02-10-2024
Merge to main
2 parents 35077ac + d380bf1 commit c567797

File tree

75 files changed

+267209
-225213
lines changed

Some content is hidden

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

75 files changed

+267209
-225213
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.23.0"
30+
"version": "2.24.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.23.0"
34+
"version": "2.24.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.23.0"
38+
"version": "2.24.0"
3939
}
4040
}
4141
}

openApiDocs/beta/Applications.yml

Lines changed: 379 additions & 44 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15934,6 +15934,13 @@ components:
1593415934
description: Read-only. The date on which task is added to or removed from MyDay.
1593515935
format: date
1593615936
nullable: true
15937+
lastModifiedBy:
15938+
$ref: '#/components/schemas/microsoft.graph.identitySet'
15939+
lastModifiedDateTime:
15940+
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])$'
15941+
type: string
15942+
format: date-time
15943+
nullable: true
1593715944
orderHint:
1593815945
type: string
1593915946
description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.'

openApiDocs/beta/BusinessScenario.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,6 +2030,13 @@ components:
20302030
description: Read-only. The date on which task is added to or removed from MyDay.
20312031
format: date
20322032
nullable: true
2033+
lastModifiedBy:
2034+
$ref: '#/components/schemas/microsoft.graph.identitySet'
2035+
lastModifiedDateTime:
2036+
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])$'
2037+
type: string
2038+
format: date-time
2039+
nullable: true
20332040
orderHint:
20342041
type: string
20352042
description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.'

0 commit comments

Comments
 (0)