Skip to content

Commit eb4f91f

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 182263
1 parent 7ccf2b1 commit eb4f91f

4 files changed

Lines changed: 15252 additions & 15018 deletions

clean_beta_metadata/cleanMetadata.xml

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,6 +2167,8 @@
21672167
<Member Name="southKorea" Value="23" />
21682168
<Member Name="middleEast" Value="25" />
21692169
<Member Name="mexico" Value="26" />
2170+
<Member Name="australasia" Value="27" />
2171+
<Member Name="europe" Value="28" />
21702172
</EnumType>
21712173
<EnumType Name="cloudPcRemoteActionName">
21722174
<Member Name="unknown" Value="0" />
@@ -14411,6 +14413,10 @@
1441114413
<Property Name="isInOrgFormsPhishingScanEnabled" Type="Edm.Boolean" />
1441214414
<Property Name="isRecordIdentityByDefaultEnabled" Type="Edm.Boolean" />
1441314415
</ComplexType>
14416+
<ComplexType Name="forwardToChatResult" BaseType="graph.actionResultPart">
14417+
<Property Name="forwardedMessageId" Type="Edm.String" />
14418+
<Property Name="targetChatId" Type="Edm.String" />
14419+
</ComplexType>
1441414420
<ComplexType Name="freeBusyError">
1441514421
<Property Name="message" Type="Edm.String" />
1441614422
<Property Name="responseCode" Type="Edm.String" />
@@ -31055,6 +31061,7 @@
3105531061
<Property Name="allowAttendeeToEnableCamera" Type="Edm.Boolean" />
3105631062
<Property Name="allowAttendeeToEnableMic" Type="Edm.Boolean" />
3105731063
<Property Name="allowBreakoutRooms" Type="Edm.Boolean" />
31064+
<Property Name="allowCopyingAndSharingMeetingContent" Type="Edm.Boolean" />
3105831065
<Property Name="allowedLobbyAdmitters" Type="graph.allowedLobbyAdmitterRoles" />
3105931066
<Property Name="allowedPresenters" Type="graph.onlineMeetingPresenters" />
3106031067
<Property Name="allowLiveShare" Type="graph.meetingLiveShareOptions" />
@@ -41235,6 +41242,13 @@
4123541242
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
4123641243
<Parameter Name="ToRecipients" Type="Collection(graph.recipient)" Nullable="false" />
4123741244
</Action>
41245+
<Action Name="forwardToChat" IsBound="true">
41246+
<Parameter Name="bindingParameter" Type="Collection(graph.chatMessage)" />
41247+
<Parameter Name="targetChatIds" Type="Collection(Edm.String)" Unicode="false" />
41248+
<Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" />
41249+
<Parameter Name="additionalMessage" Type="graph.chatMessage" />
41250+
<ReturnType Type="Collection(graph.actionResultPart)" />
41251+
</Action>
4123841252
<Action Name="fv" IsBound="true">
4123941253
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
4124041254
<Parameter Name="rate" Type="Edm.Untyped" />
@@ -44490,6 +44504,12 @@
4449044504
<Parameter Name="Message" Type="graph.message" />
4449144505
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
4449244506
</Action>
44507+
<Action Name="replyWithQuote" IsBound="true">
44508+
<Parameter Name="bindingParameter" Type="Collection(graph.chatMessage)" />
44509+
<Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" />
44510+
<Parameter Name="replyMessage" Type="graph.chatMessage" />
44511+
<ReturnType Type="graph.chatMessage" />
44512+
</Action>
4449344513
<Action Name="reprocess" IsBound="true">
4449444514
<Parameter Name="bindingParameter" Type="graph.accessPackageAssignment" />
4449544515
</Action>
@@ -66766,6 +66786,51 @@
6676666786
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSettingApplicability/windowsSkus">
6676766787
<Annotation Term="Org.OData.Core.V1.Description" String="List of Windows SKUs that the setting is applicable for" />
6676866788
</Annotations>
66789+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holographicForBusiness">
66790+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holographicForBusiness' " />
66791+
</Annotations>
66792+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holoLens">
66793+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holoLens' " />
66794+
</Annotations>
66795+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/holoLensEnterprise">
66796+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'holoLensEnterprise' " />
66797+
</Annotations>
66798+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/iot">
66799+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'iot' " />
66800+
</Annotations>
66801+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/iotEnterprise">
66802+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'iotEnterprise' " />
66803+
</Annotations>
66804+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/surfaceHub">
66805+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'surfaceHub' " />
66806+
</Annotations>
66807+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/unknown">
66808+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'unknown' " />
66809+
</Annotations>
66810+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsEducation">
66811+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsEducation' " />
66812+
</Annotations>
66813+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsEnterprise">
66814+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsEnterprise' " />
66815+
</Annotations>
66816+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsHome">
66817+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsHome' " />
66818+
</Annotations>
66819+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMobile">
66820+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMobile' " />
66821+
</Annotations>
66822+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMobileEnterprise">
66823+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMobileEnterprise' " />
66824+
</Annotations>
66825+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsMultiSession">
66826+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsMultiSession' " />
66827+
</Annotations>
66828+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsProfessional">
66829+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsProfessional' " />
66830+
</Annotations>
66831+
<Annotations Target="microsoft.graph.deviceManagementConfigurationWindowsSkus/windowsTeamSurface">
66832+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the Device Management Configuration Windows SKU is 'windowsTeamSurface' " />
66833+
</Annotations>
6676966834
<Annotations Target="microsoft.graph.deviceManagementConstraint">
6677066835
<Annotation Term="Org.OData.Core.V1.Description" String="Base entity for a constraint" />
6677166836
</Annotations>
@@ -82152,16 +82217,16 @@
8215282217
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the name of the file." />
8215382218
</Annotations>
8215482219
<Annotations Target="microsoft.graph.mobileAppContentFile/size">
82155-
<Annotation Term="Org.OData.Core.V1.Description" String="The size of the file prior to encryption. To be deprecated, please use sizeInBytes property instead." />
82220+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the original size of the file, in bytes." />
8215682221
</Annotations>
8215782222
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeEncrypted">
82158-
<Annotation Term="Org.OData.Core.V1.Description" String="The size of the file after encryption. To be deprecated, please use sizeEncryptedInBytes property instead." />
82223+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the size of the file after encryption, in bytes." />
8215982224
</Annotations>
8216082225
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeEncryptedInBytes">
82161-
<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" />
82226+
<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" />
8216282227
</Annotations>
8216382228
<Annotations Target="microsoft.graph.mobileAppContentFile/sizeInBytes">
82164-
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the original size of the file, in bytes. Valid values 0 to 9.22337203685478E+18" />
82229+
<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" />
8216582230
</Annotations>
8216682231
<Annotations Target="microsoft.graph.mobileAppContentFile/uploadState">
8216782232
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
@@ -106340,6 +106405,7 @@
106340106405
<Property Name="closedBy" Type="graph.identitySet" />
106341106406
<Property Name="closedDateTime" Type="Edm.DateTimeOffset" />
106342106407
<Property Name="externalId" Type="Edm.String" />
106408+
<NavigationProperty Name="caseMembers" Type="Collection(self.ediscoveryCaseMember)" ContainsTarget="true" />
106343106409
<NavigationProperty Name="custodians" Type="Collection(self.ediscoveryCustodian)" ContainsTarget="true" />
106344106410
<NavigationProperty Name="legalHolds" Type="Collection(self.ediscoveryHoldPolicy)" ContainsTarget="true" />
106345106411
<NavigationProperty Name="noncustodialDataSources" Type="Collection(self.ediscoveryNoncustodialDataSource)" ContainsTarget="true" />

0 commit comments

Comments
 (0)