Skip to content

Commit 67ac264

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean beta metadata file with 206054
1 parent cbb55ee commit 67ac264

File tree

4 files changed

+7289
-5426
lines changed

4 files changed

+7289
-5426
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 69 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8415,6 +8415,13 @@
84158415
<Member Name="provisioningCompleted" Value="3" />
84168416
<Member Name="unknownFutureValue" Value="4" />
84178417
</EnumType>
8418+
<EnumType Name="purviewInsiderRiskManagementLevel">
8419+
<Member Name="none" Value="0" />
8420+
<Member Name="minor" Value="1" />
8421+
<Member Name="moderate" Value="2" />
8422+
<Member Name="elevated" Value="3" />
8423+
<Member Name="unknownFutureValue" Value="4" />
8424+
</EnumType>
84188425
<EnumType Name="quarantineReason">
84198426
<Member Name="EncounteredBaseEscrowThreshold" Value="0" />
84208427
<Member Name="EncounteredTotalEscrowThreshold" Value="1" />
@@ -18029,6 +18036,9 @@
1802918036
<Property Name="contentSharingDisabled" Type="graph.onlineMeetingContentSharingDisabledReason" />
1803018037
<Property Name="videoDisabled" Type="graph.onlineMeetingVideoDisabledReason" />
1803118038
</ComplexType>
18039+
<ComplexType Name="onlineMeetingSensitivityLabelAssignment">
18040+
<Property Name="sensitivityLabelId" Type="Edm.String" />
18041+
</ComplexType>
1803218042
<ComplexType Name="onOtpSendCustomExtensionHandler" BaseType="graph.onOtpSendHandler">
1803318043
<Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" />
1803418044
<NavigationProperty Name="customExtension" Type="graph.onOtpSendCustomExtension" />
@@ -26678,6 +26688,13 @@
2667826688
<Property Name="defaultDomainName" Type="Edm.String" />
2667926689
<Property Name="displayName" Type="Edm.String" />
2668026690
</EntityType>
26691+
<EntityType Name="controlConfiguration" BaseType="graph.entity" Abstract="true">
26692+
<Property Name="createdBy" Type="Edm.String" />
26693+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
26694+
<Property Name="isEnabled" Type="Edm.Boolean" />
26695+
<Property Name="modifiedBy" Type="Edm.String" />
26696+
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
26697+
</EntityType>
2668126698
<EntityType Name="conversation" BaseType="graph.entity">
2668226699
<Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false" />
2668326700
<Property Name="lastDeliveredDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
@@ -29569,6 +29586,10 @@
2956929586
<Property Name="sentFrom" Type="graph.emailIdentity" />
2957029587
<Property Name="subject" Type="Edm.String" />
2957129588
</EntityType>
29589+
<EntityType Name="endUserSettings" BaseType="graph.controlConfiguration">
29590+
<Property Name="relatedPeopleInsightLevel" Type="graph.accessPackageSuggestionRelatedPeopleInsightLevel" />
29591+
<Property Name="showApproverDetailsToMembers" Type="Edm.Boolean" Nullable="false" />
29592+
</EntityType>
2957229593
<EntityType Name="engagementAsyncOperation" BaseType="graph.longRunningOperation">
2957329594
<Property Name="operationType" Type="graph.engagementAsyncOperationType" />
2957429595
<Property Name="resourceId" Type="Edm.String" />
@@ -29667,6 +29688,7 @@
2966729688
<NavigationProperty Name="assignmentRequests" Type="Collection(graph.accessPackageAssignmentRequest)" ContainsTarget="true" />
2966829689
<NavigationProperty Name="availableAccessPackages" Type="Collection(graph.availableAccessPackage)" ContainsTarget="true" />
2966929690
<NavigationProperty Name="connectedOrganizations" Type="Collection(graph.connectedOrganization)" ContainsTarget="true" />
29691+
<NavigationProperty Name="controlConfigurations" Type="Collection(graph.controlConfiguration)" ContainsTarget="true" />
2967029692
<NavigationProperty Name="settings" Type="graph.entitlementManagementSettings" ContainsTarget="true" />
2967129693
<NavigationProperty Name="subjects" Type="Collection(graph.accessPackageSubject)" ContainsTarget="true" />
2967229694
</EntityType>
@@ -29683,6 +29705,10 @@
2968329705
<EntityType Name="entra" BaseType="graph.entity">
2968429706
<NavigationProperty Name="uxSetting" Type="graph.uxSetting" ContainsTarget="true" />
2968529707
</EntityType>
29708+
<EntityType Name="entraIdProtectionRiskyUserApproval" BaseType="graph.controlConfiguration">
29709+
<Property Name="isApprovalRequired" Type="Edm.Boolean" Nullable="false" />
29710+
<Property Name="minimumRiskLevel" Type="graph.riskLevel" Nullable="false" />
29711+
</EntityType>
2968629712
<EntityType Name="evaluateLabelJobResponse" BaseType="graph.jobResponseBase">
2968729713
<Property Name="result" Type="graph.evaluateLabelJobResultGroup" />
2968829714
</EntityType>
@@ -30094,8 +30120,6 @@
3009430120
<Property Name="displayName" Type="Edm.String" Nullable="false" />
3009530121
<Property Name="externalGroupId" Type="Edm.Guid" />
3009630122
<Property Name="informationBarrier" Type="graph.informationBarrier" />
30097-
<Property Name="isItemVersioningEnabled" Type="Edm.Boolean" />
30098-
<Property Name="itemMajorVersionLimit" Type="Edm.Int32" />
3009930123
<Property Name="lockState" Type="graph.siteLockState" />
3010030124
<Property Name="owners" Type="Collection(graph.userIdentity)" />
3010130125
<Property Name="ownershipType" Type="graph.fileStorageContainerOwnershipType" />
@@ -31238,6 +31262,10 @@
3123831262
<EntityType Name="informationProtectionPolicy" BaseType="graph.entity">
3123931263
<NavigationProperty Name="labels" Type="Collection(graph.informationProtectionLabel)" ContainsTarget="true" />
3124031264
</EntityType>
31265+
<EntityType Name="insiderRiskyUserApproval" BaseType="graph.controlConfiguration">
31266+
<Property Name="isApprovalRequired" Type="Edm.Boolean" Nullable="false" />
31267+
<Property Name="minimumRiskLevel" Type="graph.purviewInsiderRiskManagementLevel" Nullable="false" />
31268+
</EntityType>
3124131269
<EntityType Name="insightsSettings" BaseType="graph.entity">
3124231270
<Property Name="disabledForGroup" Type="Edm.String" />
3124331271
<Property Name="isEnabledInOrganization" Type="Edm.Boolean" />
@@ -34087,6 +34115,7 @@
3408734115
<Property Name="meetingOptionsWebUrl" Type="Edm.String" />
3408834116
<Property Name="meetingSpokenLanguageTag" Type="Edm.String" />
3408934117
<Property Name="recordAutomatically" Type="Edm.Boolean" />
34118+
<Property Name="sensitivityLabelAssignment" Type="graph.onlineMeetingSensitivityLabelAssignment" />
3409034119
<Property Name="shareMeetingChatHistoryDefault" Type="graph.meetingChatHistoryDefaultMode" />
3409134120
<Property Name="subject" Type="Edm.String" />
3409234121
<Property Name="videoTeleconferenceId" Type="Edm.String" />
@@ -65461,6 +65490,28 @@
6546165490
</Record>
6546265491
</Annotation>
6546365492
</Annotations>
65493+
<Annotations Target="microsoft.graph.controlConfiguration">
65494+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
65495+
<Record>
65496+
<PropertyValue Property="UpdateMethod">
65497+
<EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT</EnumMember>
65498+
</PropertyValue>
65499+
</Record>
65500+
</Annotation>
65501+
<Annotation Term="Org.OData.Core.V1.Revisions">
65502+
<Collection>
65503+
<Record>
65504+
<PropertyValue Property="Date" Date="2024-09-27" />
65505+
<PropertyValue Property="Description" String="Controls configurations preview." />
65506+
<PropertyValue Property="Kind">
65507+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
65508+
</PropertyValue>
65509+
<PropertyValue Property="RemovalDate" Date="2025-09-27" />
65510+
<PropertyValue Property="Version" String="PrivatePreview:ControlConfigurations" />
65511+
</Record>
65512+
</Collection>
65513+
</Annotation>
65514+
</Annotations>
6546465515
<Annotations Target="microsoft.graph.conversation/threads">
6546565516
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
6546665517
<Record>
@@ -75707,6 +75758,21 @@
7570775758
<Annotations Target="microsoft.graph.enterpriseCodeSigningCertificate/uploadDateTime">
7570875759
<Annotation Term="Org.OData.Core.V1.Description" String="The date time of CodeSigning Cert when it is uploaded (using ISO 8601 format, in UTC time). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported." />
7570975760
</Annotations>
75761+
<Annotations Target="microsoft.graph.entitlementManagement/controlConfigurations">
75762+
<Annotation Term="Org.OData.Core.V1.Revisions">
75763+
<Collection>
75764+
<Record>
75765+
<PropertyValue Property="Date" Date="2024-08-01" />
75766+
<PropertyValue Property="Description" String="Controls preview." />
75767+
<PropertyValue Property="Kind">
75768+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
75769+
</PropertyValue>
75770+
<PropertyValue Property="RemovalDate" Date="2025-08-01" />
75771+
<PropertyValue Property="Version" String="PrivatePreview:ControlConfigurations" />
75772+
</Record>
75773+
</Collection>
75774+
</Annotation>
75775+
</Annotations>
7571075776
<Annotations Target="microsoft.graph.entitySetNames">
7571175777
<Annotation Term="Org.OData.Core.V1.Revisions">
7571275778
<Collection>
@@ -76401,36 +76467,6 @@
7640176467
</Collection>
7640276468
</Annotation>
7640376469
</Annotations>
76404-
<Annotations Target="microsoft.graph.fileStorageContainer/isItemVersioningEnabled">
76405-
<Annotation Term="Org.OData.Core.V1.Revisions">
76406-
<Collection>
76407-
<Record>
76408-
<PropertyValue Property="Date" Date="2024-07-10" />
76409-
<PropertyValue Property="Description" String="The isItemVersioningEnabled top-level property is deprecated and will be removed on November 10, 2024. Please use settings.isItemVersioningEnabled." />
76410-
<PropertyValue Property="Kind">
76411-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
76412-
</PropertyValue>
76413-
<PropertyValue Property="RemovalDate" Date="2024-10-10" />
76414-
<PropertyValue Property="Version" String="2024-07/SharePoint_Embedded" />
76415-
</Record>
76416-
</Collection>
76417-
</Annotation>
76418-
</Annotations>
76419-
<Annotations Target="microsoft.graph.fileStorageContainer/itemMajorVersionLimit">
76420-
<Annotation Term="Org.OData.Core.V1.Revisions">
76421-
<Collection>
76422-
<Record>
76423-
<PropertyValue Property="Date" Date="2024-07-10" />
76424-
<PropertyValue Property="Description" String="The itemMajorVersionLimit top-level property is deprecated and will be removed on November 10, 2024. Please use settings.itemMajorVersionLimit." />
76425-
<PropertyValue Property="Kind">
76426-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
76427-
</PropertyValue>
76428-
<PropertyValue Property="RemovalDate" Date="2024-10-10" />
76429-
<PropertyValue Property="Version" String="2024-07/SharePoint_Embedded" />
76430-
</Record>
76431-
</Collection>
76432-
</Annotation>
76433-
</Annotations>
7643476470
<Annotations Target="microsoft.graph.fileVaultState">
7643576471
<Annotation Term="Org.OData.Core.V1.Description" String="FileVault State" />
7643676472
</Annotations>
@@ -113168,9 +113204,6 @@
113168113204
<Property Name="userType" Type="self.auditLogUserType" />
113169113205
</EntityType>
113170113206
<EntityType Name="authorityTemplate" BaseType="self.filePlanDescriptorTemplate" />
113171-
<EntityType Name="autoAuditingConfiguration" BaseType="graph.entity">
113172-
<Property Name="isAutomatic" Type="Edm.Boolean" Nullable="false" />
113173-
</EntityType>
113174113207
<EntityType Name="case" BaseType="graph.entity" Abstract="true">
113175113208
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
113176113209
<Property Name="description" Type="Edm.String" />
@@ -113881,9 +113914,7 @@
113881113914
<EntityType Name="sensorCandidateActivationConfiguration" BaseType="graph.entity">
113882113915
<Property Name="activationMode" Type="self.sensorCandidateActivationMode" Nullable="false" />
113883113916
</EntityType>
113884-
<EntityType Name="settingsContainer" BaseType="graph.entity">
113885-
<NavigationProperty Name="autoAuditingConfiguration" Type="self.autoAuditingConfiguration" ContainsTarget="true" />
113886-
</EntityType>
113917+
<EntityType Name="settingsContainer" BaseType="graph.entity" />
113887113918
<EntityType Name="siteSource" BaseType="self.dataSource">
113888113919
<NavigationProperty Name="site" Type="graph.site" Nullable="false" />
113889113920
</EntityType>

0 commit comments

Comments
 (0)