Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 69 additions & 4 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2168,6 +2168,8 @@
<Member Name="southKorea" Value="23" />
<Member Name="middleEast" Value="25" />
<Member Name="mexico" Value="26" />
<Member Name="australasia" Value="27" />
<Member Name="europe" Value="28" />
</EnumType>
<EnumType Name="cloudPcRemoteActionName">
<Member Name="unknown" Value="0" />
Expand Down Expand Up @@ -14412,6 +14414,10 @@
<Property Name="isInOrgFormsPhishingScanEnabled" Type="Edm.Boolean" />
<Property Name="isRecordIdentityByDefaultEnabled" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="forwardToChatResult" BaseType="graph.actionResultPart">
<Property Name="forwardedMessageId" Type="Edm.String" />
<Property Name="targetChatId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="freeBusyError">
<Property Name="message" Type="Edm.String" />
<Property Name="responseCode" Type="Edm.String" />
Expand Down Expand Up @@ -39390,6 +39396,13 @@
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
<Parameter Name="ToRecipients" Type="Collection(graph.recipient)" Nullable="false" />
</Action>
<Action Name="forwardToChat" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.chatMessage)" />
<Parameter Name="targetChatIds" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="additionalMessage" Type="graph.chatMessage" />
<ReturnType Type="Collection(graph.actionResultPart)" />
</Action>
<Action Name="fv" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
<Parameter Name="rate" Type="graph.Json" />
Expand Down Expand Up @@ -42640,6 +42653,12 @@
<Parameter Name="Message" Type="graph.message" />
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="replyWithQuote" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.chatMessage)" />
<Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="replyMessage" Type="graph.chatMessage" />
<ReturnType Type="graph.chatMessage" />
</Action>
<Action Name="reprocess" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.accessPackageAssignment" />
</Action>
Expand Down Expand Up @@ -63960,6 +63979,51 @@
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability/windowsSkus">
<Annotation Term="Org.OData.Core.V1.Description" String="List of Windows SKUs that the setting is applicable for" />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holographicForBusiness">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holographicForBusiness' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holoLens">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holoLens' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holoLensEnterprise">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holoLensEnterprise' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/iot">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'iot' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/iotEnterprise">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'iotEnterprise' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/surfaceHub">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'surfaceHub' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/unknown">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'unknown' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsEducation">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsEducation' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsEnterprise">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsEnterprise' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsHome">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsHome' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMobile">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMobile' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMobileEnterprise">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMobileEnterprise' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMultiSession">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMultiSession' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsProfessional">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsProfessional' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsTeamSurface">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsTeamSurface' " />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagementConstraint">
<Annotation Term="Org.OData.Core.V1.Description" String="Base entity for a constraint" />
</Annotations>
Expand Down Expand Up @@ -79401,16 +79465,16 @@
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the name of the file." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/size">
<Annotation Term="Org.OData.Core.V1.Description" String="The size of the file prior to encryption. To be deprecated, please use sizeInBytes property instead." />
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the original size of the file, in bytes." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeEncrypted">
<Annotation Term="Org.OData.Core.V1.Description" String="The size of the file after encryption. To be deprecated, please use sizeEncryptedInBytes property instead." />
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the size of the file after encryption, in bytes." />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeEncryptedInBytes">
<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" />
<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" />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeInBytes">
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the original size of the file, in bytes. Valid values 0 to 9.22337203685478E+18" />
<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" />
</Annotations>
<Annotations Target="microsoft.graph.mobileAppContentFile/uploadState">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
Expand Down Expand Up @@ -103589,6 +103653,7 @@
<Property Name="closedBy" Type="graph.identitySet" />
<Property Name="closedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="externalId" Type="Edm.String" />
<NavigationProperty Name="caseMembers" Type="Collection(self.ediscoveryCaseMember)" ContainsTarget="true" />
<NavigationProperty Name="custodians" Type="Collection(self.ediscoveryCustodian)" ContainsTarget="true" />
<NavigationProperty Name="legalHolds" Type="Collection(self.ediscoveryHoldPolicy)" ContainsTarget="true" />
<NavigationProperty Name="noncustodialDataSources" Type="Collection(self.ediscoveryNoncustodialDataSource)" ContainsTarget="true" />
Expand Down
Loading
Loading