Skip to content

Commit b8814f9

Browse files
authored
Merge pull request #786 from microsoftgraph/schemas/metadata-publishing-2025-03-10
Schema sync 2025-03-10 from 1.3.648.0
2 parents 02d4596 + eccbddf commit b8814f9

File tree

7 files changed

+2370
-233
lines changed

7 files changed

+2370
-233
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 69 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,6 +2168,8 @@
21682168
<Member Name="southKorea" Value="23" />
21692169
<Member Name="middleEast" Value="25" />
21702170
<Member Name="mexico" Value="26" />
2171+
<Member Name="australasia" Value="27" />
2172+
<Member Name="europe" Value="28" />
21712173
</EnumType>
21722174
<EnumType Name="cloudPcRemoteActionName">
21732175
<Member Name="unknown" Value="0" />
@@ -14412,6 +14414,10 @@
1441214414
<Property Name="isInOrgFormsPhishingScanEnabled" Type="Edm.Boolean" />
1441314415
<Property Name="isRecordIdentityByDefaultEnabled" Type="Edm.Boolean" />
1441414416
</ComplexType>
14417+
<ComplexType Name="forwardToChatResult" BaseType="graph.actionResultPart">
14418+
<Property Name="forwardedMessageId" Type="Edm.String" />
14419+
<Property Name="targetChatId" Type="Edm.String" />
14420+
</ComplexType>
1441514421
<ComplexType Name="freeBusyError">
1441614422
<Property Name="message" Type="Edm.String" />
1441714423
<Property Name="responseCode" Type="Edm.String" />
@@ -39390,6 +39396,13 @@
3939039396
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
3939139397
<Parameter Name="ToRecipients" Type="Collection(graph.recipient)" Nullable="false" />
3939239398
</Action>
39399+
<Action Name="forwardToChat" IsBound="true">
39400+
<Parameter Name="bindingParameter" Type="Collection(graph.chatMessage)" />
39401+
<Parameter Name="targetChatIds" Type="Collection(Edm.String)" Unicode="false" />
39402+
<Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" />
39403+
<Parameter Name="additionalMessage" Type="graph.chatMessage" />
39404+
<ReturnType Type="Collection(graph.actionResultPart)" />
39405+
</Action>
3939339406
<Action Name="fv" IsBound="true">
3939439407
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
3939539408
<Parameter Name="rate" Type="graph.Json" />
@@ -42640,6 +42653,12 @@
4264042653
<Parameter Name="Message" Type="graph.message" />
4264142654
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
4264242655
</Action>
42656+
<Action Name="replyWithQuote" IsBound="true">
42657+
<Parameter Name="bindingParameter" Type="Collection(graph.chatMessage)" />
42658+
<Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" />
42659+
<Parameter Name="replyMessage" Type="graph.chatMessage" />
42660+
<ReturnType Type="graph.chatMessage" />
42661+
</Action>
4264342662
<Action Name="reprocess" IsBound="true">
4264442663
<Parameter Name="bindingParameter" Type="graph.accessPackageAssignment" />
4264542664
</Action>
@@ -63960,6 +63979,51 @@
6396063979
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability/windowsSkus">
6396163980
<Annotation Term="Org.OData.Core.V1.Description" String="List of Windows SKUs that the setting is applicable for" />
6396263981
</Annotations>
63982+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holographicForBusiness">
63983+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holographicForBusiness' " />
63984+
</Annotations>
63985+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holoLens">
63986+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holoLens' " />
63987+
</Annotations>
63988+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holoLensEnterprise">
63989+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holoLensEnterprise' " />
63990+
</Annotations>
63991+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/iot">
63992+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'iot' " />
63993+
</Annotations>
63994+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/iotEnterprise">
63995+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'iotEnterprise' " />
63996+
</Annotations>
63997+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/surfaceHub">
63998+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'surfaceHub' " />
63999+
</Annotations>
64000+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/unknown">
64001+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'unknown' " />
64002+
</Annotations>
64003+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsEducation">
64004+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsEducation' " />
64005+
</Annotations>
64006+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsEnterprise">
64007+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsEnterprise' " />
64008+
</Annotations>
64009+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsHome">
64010+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsHome' " />
64011+
</Annotations>
64012+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMobile">
64013+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMobile' " />
64014+
</Annotations>
64015+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMobileEnterprise">
64016+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMobileEnterprise' " />
64017+
</Annotations>
64018+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMultiSession">
64019+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMultiSession' " />
64020+
</Annotations>
64021+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsProfessional">
64022+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsProfessional' " />
64023+
</Annotations>
64024+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsTeamSurface">
64025+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsTeamSurface' " />
64026+
</Annotations>
6396364027
<Annotations Target="microsoft.graph.deviceManagementConstraint">
6396464028
<Annotation Term="Org.OData.Core.V1.Description" String="Base entity for a constraint" />
6396564029
</Annotations>
@@ -79401,16 +79465,16 @@
7940179465
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the name of the file." />
7940279466
</Annotations>
7940379467
<Annotations Target="microsoft.graph.mobileAppContentFile/size">
79404-
<Annotation Term="Org.OData.Core.V1.Description" String="The size of the file prior to encryption. To be deprecated, please use sizeInBytes property instead." />
79468+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the original size of the file, in bytes." />
7940579469
</Annotations>
7940679470
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeEncrypted">
79407-
<Annotation Term="Org.OData.Core.V1.Description" String="The size of the file after encryption. To be deprecated, please use sizeEncryptedInBytes property instead." />
79471+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the size of the file after encryption, in bytes." />
7940879472
</Annotations>
7940979473
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeEncryptedInBytes">
79410-
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the size of the file after encryption, in bytes. Valid values 0 to 9.22337203685478E+18" />
79474+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the size of the file after encryption, in bytes. To be deprecated in February 2025, please use SizeEncrypted property instead. Valid values 0 to 9.22337203685478E+18" />
7941179475
</Annotations>
7941279476
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeInBytes">
79413-
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the original size of the file, in bytes. Valid values 0 to 9.22337203685478E+18" />
79477+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the original size of the file, in bytes. To be deprecated in February 2025, please use Size property instead. Valid values 0 to 9.22337203685478E+18" />
7941479478
</Annotations>
7941579479
<Annotations Target="microsoft.graph.mobileAppContentFile/uploadState">
7941679480
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
@@ -103589,6 +103653,7 @@
103589103653
<Property Name="closedBy" Type="graph.identitySet" />
103590103654
<Property Name="closedDateTime" Type="Edm.DateTimeOffset" />
103591103655
<Property Name="externalId" Type="Edm.String" />
103656+
<NavigationProperty Name="caseMembers" Type="Collection(self.ediscoveryCaseMember)" ContainsTarget="true" />
103592103657
<NavigationProperty Name="custodians" Type="Collection(self.ediscoveryCustodian)" ContainsTarget="true" />
103593103658
<NavigationProperty Name="legalHolds" Type="Collection(self.ediscoveryHoldPolicy)" ContainsTarget="true" />
103594103659
<NavigationProperty Name="noncustodialDataSources" Type="Collection(self.ediscoveryNoncustodialDataSource)" ContainsTarget="true" />

0 commit comments

Comments
 (0)