Skip to content

Commit f58dc20

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 188232
1 parent d108176 commit f58dc20

File tree

4 files changed

+15718
-14486
lines changed

4 files changed

+15718
-14486
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,6 +2196,10 @@
21962196
<Member Name="sharedByUser" Value="3" />
21972197
<Member Name="sharedByEntraGroup" Value="4" />
21982198
</EnumType>
2199+
<EnumType Name="cloudPcRecommendationReportType">
2200+
<Member Name="cloudPcUsageCategoryReports" Value="0" />
2201+
<Member Name="unknownFutureValue" Value="1" />
2202+
</EnumType>
21992203
<EnumType Name="cloudPcRegionGroup">
22002204
<Member Name="default" Value="0" />
22012205
<Member Name="australia" Value="1" />
@@ -4844,6 +4848,13 @@
48444848
<Member Name="fileName" Value="7" />
48454849
<Member Name="fileExtension" Value="8" />
48464850
</EnumType>
4851+
<EnumType Name="labelActionSource">
4852+
<Member Name="manual" Value="0" />
4853+
<Member Name="automatic" Value="1" />
4854+
<Member Name="recommended" Value="2" />
4855+
<Member Name="none" Value="3" />
4856+
<Member Name="unknownFutureValue" Value="4" />
4857+
</EnumType>
48474858
<EnumType Name="labelKind">
48484859
<Member Name="all" Value="1" />
48494860
<Member Name="enumerated" Value="2" />
@@ -6021,6 +6032,13 @@
60216032
<Member Name="subsetOf" Value="23" />
60226033
<Member Name="excludesAll" Value="24" />
60236034
</EnumType>
6035+
<EnumType Name="organizationAllowedAudiences">
6036+
<Member Name="me" Value="0" />
6037+
<Member Name="organization" Value="1" />
6038+
<Member Name="federatedOrganizations" Value="2" />
6039+
<Member Name="everyone" Value="3" />
6040+
<Member Name="unknownFutureValue" Value="4" />
6041+
</EnumType>
60246042
<EnumType Name="originalTransferMethods">
60256043
<Member Name="none" Value="0" />
60266044
<Member Name="deviceCodeFlow" Value="1" />
@@ -9603,6 +9621,29 @@
96039621
<Member Name="appPassword" Value="9" />
96049622
<Member Name="unknownFutureValue" Value="10" />
96059623
</EnumType>
9624+
<EnumType Name="usageRights" IsFlags="true">
9625+
<Member Name="unknown" Value="1" />
9626+
<Member Name="docEdit" Value="2" />
9627+
<Member Name="edit" Value="4" />
9628+
<Member Name="comment" Value="8" />
9629+
<Member Name="export" Value="16" />
9630+
<Member Name="forward" Value="32" />
9631+
<Member Name="owner" Value="64" />
9632+
<Member Name="print" Value="128" />
9633+
<Member Name="reply" Value="256" />
9634+
<Member Name="replyAll" Value="512" />
9635+
<Member Name="view" Value="1024" />
9636+
<Member Name="extract" Value="2048" />
9637+
<Member Name="viewRightsData" Value="4096" />
9638+
<Member Name="editRightsData" Value="8192" />
9639+
<Member Name="objModel" Value="16384" />
9640+
<Member Name="accessDenied" Value="32768" />
9641+
<Member Name="userDefinedProtectionTypeNotSupportedException" Value="65536" />
9642+
<Member Name="encryptedProtectionTypeNotSupportedException" Value="131072" />
9643+
<Member Name="purviewClaimsChallengeNotSupportedException" Value="262144" />
9644+
<Member Name="exception" Value="524288" />
9645+
<Member Name="unknownFutureValue" Value="1048576" />
9646+
</EnumType>
96069647
<EnumType Name="usageRightState">
96079648
<Member Name="active" Value="0" />
96089649
<Member Name="inactive" Value="1" />
@@ -12810,6 +12851,11 @@
1281012851
<ComplexType Name="complianceManagementPartnerAssignment">
1281112852
<Property Name="target" Type="graph.deviceAndAppManagementAssignmentTarget" />
1281212853
</ComplexType>
12854+
<ComplexType Name="computeRightsAndInheritanceResult">
12855+
<NavigationProperty Name="contentRights" Type="Collection(graph.labelContentRight)" />
12856+
<NavigationProperty Name="inheritedLabel" Type="graph.sensitivityLabel" />
12857+
<NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" />
12858+
</ComplexType>
1281312859
<ComplexType Name="conditionalAccessAllExternalTenants" BaseType="graph.conditionalAccessExternalTenants" />
1281412860
<ComplexType Name="conditionalAccessApplications">
1281512861
<Property Name="applicationFilter" Type="graph.conditionalAccessFilter" />
@@ -14867,6 +14913,7 @@
1486714913
</ComplexType>
1486814914
<ComplexType Name="identifierUriConfiguration">
1486914915
<Property Name="nonDefaultUriAddition" Type="graph.identifierUriRestriction" />
14916+
<Property Name="uriAdditionWithoutUniqueTenantIdentifier" Type="graph.identifierUriRestriction" />
1487014917
</ComplexType>
1487114918
<ComplexType Name="identifierUriRestriction">
1487214919
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
@@ -17426,6 +17473,11 @@
1742617473
<ComplexType Name="protectedApplicationMetadata" BaseType="graph.integratedApplicationMetadata">
1742717474
<Property Name="applicationLocation" Type="graph.policyLocation" />
1742817475
</ComplexType>
17476+
<ComplexType Name="protectedContent">
17477+
<Property Name="cid" Type="Edm.String" />
17478+
<Property Name="format" Type="Edm.String" />
17479+
<Property Name="labelId" Type="Edm.String" Nullable="false" />
17480+
</ComplexType>
1742917481
<ComplexType Name="protectGroup" BaseType="graph.labelActionBase">
1743017482
<Property Name="allowEmailFromGuestUsers" Type="Edm.Boolean" />
1743117483
<Property Name="allowGuestUsers" Type="Edm.Boolean" />
@@ -29504,6 +29556,11 @@
2950429556
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" />
2950529557
<Property Name="state" Type="graph.appManagementRestrictionState" />
2950629558
</EntityType>
29559+
<EntityType Name="labelContentRight" BaseType="graph.entity">
29560+
<Property Name="cid" Type="Edm.String" />
29561+
<Property Name="format" Type="Edm.String" />
29562+
<NavigationProperty Name="label" Type="graph.sensitivityLabel" Nullable="false" />
29563+
</EntityType>
2950729564
<EntityType Name="landingPage" BaseType="graph.entity">
2950829565
<Property Name="createdBy" Type="graph.emailIdentity" />
2950929566
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
@@ -32127,6 +32184,7 @@
3212732184
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
3212832185
<NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" />
3212932186
<NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" />
32187+
<NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" />
3213032188
<NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" />
3213132189
</EntityType>
3213232190
<EntityType Name="permission" BaseType="graph.entity">
@@ -33076,6 +33134,12 @@
3307633134
<Property Name="height" Type="Edm.Int32" />
3307733135
<Property Name="width" Type="Edm.Int32" />
3307833136
</EntityType>
33137+
<EntityType Name="profilePropertySetting" BaseType="graph.entity">
33138+
<Property Name="allowedAudiences" Type="graph.organizationAllowedAudiences" />
33139+
<Property Name="isUserOverrideForAudienceEnabled" Type="Edm.Boolean" />
33140+
<Property Name="name" Type="Edm.String" />
33141+
<Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" />
33142+
</EntityType>
3307933143
<EntityType Name="profileSource" BaseType="graph.entity">
3308033144
<Property Name="displayName" Type="Edm.String" />
3308133145
<Property Name="kind" Type="Edm.String" />
@@ -34249,20 +34313,25 @@
3424934313
<Property Name="state" Type="Edm.String" />
3425034314
</EntityType>
3425134315
<EntityType Name="sensitivityLabel" BaseType="graph.entity">
34316+
<Property Name="actionSource" Type="graph.labelActionSource" />
3425234317
<Property Name="applicableTo" Type="graph.sensitivityLabelTarget" />
3425334318
<Property Name="applicationMode" Type="graph.applicationMode" />
3425434319
<Property Name="assignedPolicies" Type="Collection(graph.labelPolicy)" />
3425534320
<Property Name="autoLabeling" Type="graph.autoLabeling" />
34321+
<Property Name="autoTooltip" Type="Edm.String" />
3425634322
<Property Name="color" Type="Edm.String" />
3425734323
<Property Name="description" Type="Edm.String" />
3425834324
<Property Name="displayName" Type="Edm.String" />
3425934325
<Property Name="isDefault" Type="Edm.Boolean" />
3426034326
<Property Name="isEnabled" Type="Edm.Boolean" />
3426134327
<Property Name="isEndpointProtectionEnabled" Type="Edm.Boolean" />
34328+
<Property Name="isScopedToUser" Type="Edm.Boolean" />
3426234329
<Property Name="labelActions" Type="Collection(graph.labelActionBase)" />
34330+
<Property Name="locale" Type="Edm.String" />
3426334331
<Property Name="name" Type="Edm.String" />
3426434332
<Property Name="priority" Type="Edm.Int32" />
3426534333
<Property Name="toolTip" Type="Edm.String" />
34334+
<NavigationProperty Name="rights" Type="graph.usageRightsIncluded" />
3426634335
<NavigationProperty Name="sublabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" />
3426734336
</EntityType>
3426834337
<EntityType Name="sensitivityPolicySettings" BaseType="graph.entity">
@@ -36047,6 +36116,11 @@
3604736116
<Property Name="serviceIdentifier" Type="Edm.String" Nullable="false" />
3604836117
<Property Name="state" Type="graph.usageRightState" Nullable="false" />
3604936118
</EntityType>
36119+
<EntityType Name="usageRightsIncluded" BaseType="graph.entity">
36120+
<Property Name="ownerEmail" Type="Edm.String" />
36121+
<Property Name="userEmail" Type="Edm.String" />
36122+
<Property Name="value" Type="graph.usageRights" Nullable="false" />
36123+
</EntityType>
3605036124
<EntityType Name="usedInsight" BaseType="graph.entity">
3605136125
<Property Name="lastUsed" Type="graph.usageDetails" />
3605236126
<Property Name="resourceReference" Type="graph.resourceReference" />
@@ -40587,6 +40661,14 @@
4058740661
<Parameter Name="suffix" Type="Edm.Untyped" />
4058840662
<ReturnType Type="graph.workbookFunctionResult" />
4058940663
</Action>
40664+
<Action Name="computeRightsAndInheritance" IsBound="true">
40665+
<Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" />
40666+
<Parameter Name="delegatedUserEmail" Type="Edm.String" Unicode="false" />
40667+
<Parameter Name="locale" Type="Edm.String" Unicode="false" />
40668+
<Parameter Name="protectedContents" Type="Collection(graph.protectedContent)" Nullable="false" />
40669+
<Parameter Name="supportedContentFormats" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
40670+
<ReturnType Type="graph.computeRightsAndInheritanceResult" />
40671+
</Action>
4059040672
<Action Name="concatenate" IsBound="true">
4059140673
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
4059240674
<Parameter Name="values" Type="Edm.Untyped" />
@@ -41181,6 +41263,10 @@
4118141263
<Parameter Name="angle" Type="Edm.Untyped" />
4118241264
<ReturnType Type="graph.workbookFunctionResult" />
4118341265
</Action>
41266+
<Action Name="delete" IsBound="true">
41267+
<Parameter Name="bindingParameter" Type="Collection(graph.recycleBinItem)" />
41268+
<Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" />
41269+
</Action>
4118441270
<Action Name="delete" IsBound="true">
4118541271
<Parameter Name="bindparameter" Type="graph.workbookRange" />
4118641272
<Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" />
@@ -45073,6 +45159,11 @@
4507345159
<Action Name="restart" IsBound="true">
4507445160
<Parameter Name="bindingParameter" Type="graph.teamworkDevice" />
4507545161
</Action>
45162+
<Action Name="restore" IsBound="true">
45163+
<Parameter Name="bindingParameter" Type="Collection(graph.recycleBinItem)" />
45164+
<Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" />
45165+
<ReturnType Type="Collection(graph.recycleBinItem)" />
45166+
</Action>
4507645167
<Action Name="restore" IsBound="true">
4507745168
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
4507845169
<Parameter Name="cloudPcSnapshotId" Type="Edm.String" Unicode="false" />
@@ -45164,6 +45255,18 @@
4516445255
<Parameter Name="top" Type="Edm.Int32" />
4516545256
<ReturnType Type="Edm.Stream" />
4516645257
</Action>
45258+
<Action Name="retrieveCloudPcRecommendationReports" IsBound="true">
45259+
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
45260+
<Parameter Name="reportName" Type="graph.cloudPcRecommendationReportType" />
45261+
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
45262+
<Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
45263+
<Parameter Name="search" Type="Edm.String" Unicode="false" />
45264+
<Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
45265+
<Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
45266+
<Parameter Name="skip" Type="Edm.Int32" />
45267+
<Parameter Name="top" Type="Edm.Int32" />
45268+
<ReturnType Type="Edm.Stream" />
45269+
</Action>
4516745270
<Action Name="retrieveCloudPcTenantMetricsReport" IsBound="true">
4516845271
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
4516945272
<Parameter Name="reportName" Type="graph.cloudPCPerformanceReportName" Nullable="false" />
@@ -46954,6 +47057,13 @@
4695447057
<Parameter Name="templateId" Type="Edm.String" Unicode="false" />
4695547058
<ReturnType Type="Collection(graph.deviceManagementSettingComparison)" />
4695647059
</Function>
47060+
<Function Name="computeInheritance" IsBound="true">
47061+
<Parameter Name="bindingParameter" Type="Collection(graph.sensitivityLabel)" />
47062+
<Parameter Name="labelIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" />
47063+
<Parameter Name="locale" Type="Edm.String" Unicode="false" />
47064+
<Parameter Name="contentFormats" Type="Collection(Edm.String)" Unicode="false" />
47065+
<ReturnType Type="graph.sensitivityLabel" />
47066+
</Function>
4695747067
<Function Name="convertFromMobileAppCatalogPackage" IsBound="true">
4695847068
<Parameter Name="bindingParameter" Type="Collection(graph.mobileApp)" />
4695947069
<Parameter Name="mobileAppCatalogPackageId" Type="Edm.String" Unicode="false" />
@@ -71719,6 +71829,21 @@
7171971829
</Collection>
7172071830
</Annotation>
7172171831
</Annotations>
71832+
<Annotations Target="microsoft.graph.getCloudPcRecommendationReports(microsoft.graph.cloudPcReports, microsoft.graph.cloudPcReportName, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)">
71833+
<Annotation Term="Org.OData.Core.V1.Revisions">
71834+
<Collection>
71835+
<Record>
71836+
<PropertyValue Property="Date" Date="2025-02-27" />
71837+
<PropertyValue Property="Description" String="Starting from July 01, 2025, this API ('getCloudPcRecommendationReports') will be deprecated and no longer supported. Please use the retrieveCloudPcRecommendationReports API." />
71838+
<PropertyValue Property="Kind">
71839+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
71840+
</PropertyValue>
71841+
<PropertyValue Property="RemovalDate" Date="2025-07-01" />
71842+
<PropertyValue Property="Version" String="2025-02/getCloudPcRecommendationReports" />
71843+
</Record>
71844+
</Collection>
71845+
</Annotation>
71846+
</Annotations>
7172271847
<Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)">
7172371848
<Annotation Term="Org.OData.Core.V1.Revisions">
7172471849
<Collection>

0 commit comments

Comments
 (0)