Skip to content

Commit c27cb2c

Browse files
committed
Schema sync 2025-03-31 from 1.3.691.0
1 parent 4d4f0f5 commit c27cb2c

11 files changed

+958
-6
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 62 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16769,6 +16769,7 @@
1676916769
<ComplexType Name="plannerTeamsPublicationInfo" BaseType="graph.plannerTaskCreation">
1677016770
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
1677116771
<Property Name="publicationId" Type="Edm.String" />
16772+
<Property Name="publicationName" Type="Edm.String" />
1677216773
<Property Name="publishedToPlanId" Type="Edm.String" />
1677316774
<Property Name="publishingTeamId" Type="Edm.String" />
1677416775
<Property Name="publishingTeamName" Type="Edm.String" />
@@ -25863,6 +25864,7 @@
2586325864
<NavigationProperty Name="activities" Type="Collection(graph.itemActivityOLD)" ContainsTarget="true" />
2586425865
<NavigationProperty Name="analytics" Type="graph.itemAnalytics" />
2586525866
<NavigationProperty Name="children" Type="Collection(graph.driveItem)" ContainsTarget="true" />
25867+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
2586625868
<NavigationProperty Name="listItem" Type="graph.listItem" ContainsTarget="true" />
2586725869
<NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" />
2586825870
<NavigationProperty Name="retentionLabel" Type="graph.itemRetentionLabel" ContainsTarget="true" />
@@ -27470,9 +27472,12 @@
2747027472
</EntityType>
2747127473
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">
2747227474
<Property Name="activeSignInUri" Type="Edm.String" />
27475+
<Property Name="defaultInteractiveAuthenticationMethod" Type="Edm.String" />
2747327476
<Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" />
2747427477
<Property Name="isSignedAuthenticationRequestRequired" Type="Edm.Boolean" />
2747527478
<Property Name="nextSigningCertificate" Type="Edm.String" />
27479+
<Property Name="openIdConnectDiscoveryEndpoint" Type="Edm.String" />
27480+
<Property Name="passwordChangeUri" Type="Edm.String" />
2747627481
<Property Name="passwordResetUri" Type="Edm.String" />
2747727482
<Property Name="promptLoginBehavior" Type="graph.promptLoginBehavior" />
2747827483
<Property Name="signingCertificateUpdateStatus" Type="graph.signingCertificateUpdateStatus" />
@@ -30321,6 +30326,15 @@
3032130326
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
3032230327
<Property Name="usernameHintText" Type="Edm.String" />
3032330328
</EntityType>
30329+
<EntityType Name="organizationalUnit" BaseType="graph.directoryObject">
30330+
<Property Name="description" Type="Edm.String" />
30331+
<Property Name="displayName" Type="Edm.String" />
30332+
<NavigationProperty Name="children" Type="Collection(graph.organizationalUnit)" />
30333+
<NavigationProperty Name="organizationalUnitParent" Type="graph.organizationalUnit" />
30334+
<NavigationProperty Name="resources" Type="Collection(graph.directoryObject)" />
30335+
<NavigationProperty Name="transitiveChildren" Type="Collection(graph.organizationalUnit)" />
30336+
<NavigationProperty Name="transitiveResources" Type="Collection(graph.directoryObject)" />
30337+
</EntityType>
3032430338
<EntityType Name="organizationSettings" BaseType="graph.entity">
3032530339
<NavigationProperty Name="contactInsights" Type="graph.insightsSettings" ContainsTarget="true" />
3032630340
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
@@ -31092,6 +31106,10 @@
3109231106
<EntityType Name="privacy">
3109331107
<NavigationProperty Name="subjectRightsRequests" Type="Collection(graph.subjectRightsRequest)" ContainsTarget="true" />
3109431108
</EntityType>
31109+
<EntityType Name="privateLinkNamedLocation" BaseType="graph.namedLocation">
31110+
<Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" />
31111+
<Property Name="privateLinkResourcePolicyIds" Type="Collection(Edm.String)" Nullable="false" />
31112+
</EntityType>
3109531113
<EntityType Name="privilegedAccess" BaseType="graph.entity">
3109631114
<Property Name="displayName" Type="Edm.String" />
3109731115
<NavigationProperty Name="resources" Type="Collection(graph.governanceResource)" ContainsTarget="true" />
@@ -32672,6 +32690,10 @@
3267232690
<Property Name="lastSignInActivity" Type="graph.signInActivity" />
3267332691
</EntityType>
3267432692
<EntityType Name="serviceStorageQuotaBreakdown" BaseType="graph.storageQuotaBreakdown" />
32693+
<EntityType Name="serviceTagNamedLocation" BaseType="graph.namedLocation">
32694+
<Property Name="isTrusted" Type="Edm.Boolean" Nullable="false" />
32695+
<Property Name="serviceTags" Type="Collection(Edm.String)" Nullable="false" />
32696+
</EntityType>
3267532697
<EntityType Name="serviceUpdateMessage" BaseType="graph.serviceAnnouncementBase">
3267632698
<Property Name="actionRequiredByDateTime" Type="Edm.DateTimeOffset" />
3267732699
<Property Name="attachmentsArchive" Type="Edm.Stream" />
@@ -46873,7 +46895,10 @@
4687346895
<NavigationPropertyBinding Path="transitiveMemberOf" Target="directoryObjects" />
4687446896
<NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" />
4687546897
</EntitySet>
46876-
<Singleton Name="admin" Type="microsoft.graph.admin" />
46898+
<Singleton Name="admin" Type="microsoft.graph.admin">
46899+
<NavigationPropertyBinding Path="windows/updates/policies/rings/excludedGroupAssignment/assignments/group" Target="groups" />
46900+
<NavigationPropertyBinding Path="windows/updates/policies/rings/includedGroupAssignment/assignments/group" Target="groups" />
46901+
</Singleton>
4687746902
<Singleton Name="app" Type="microsoft.graph.commsApplication" />
4687846903
<Singleton Name="appCatalogs" Type="microsoft.graph.appCatalogs" />
4687946904
<Singleton Name="auditLogs" Type="microsoft.graph.auditLogRoot" />
@@ -46889,6 +46914,8 @@
4688946914
<Singleton Name="directory" Type="microsoft.graph.directory">
4689046915
<NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" />
4689146916
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
46917+
<NavigationPropertyBinding Path="organizationalUnits/resources" Target="directoryObjects" />
46918+
<NavigationPropertyBinding Path="organizationalUnits/transitiveResources" Target="directoryObjects" />
4689246919
</Singleton>
4689346920
<Singleton Name="drive" Type="microsoft.graph.drive" />
4689446921
<Singleton Name="education" Type="microsoft.graph.educationRoot">
@@ -81212,6 +81239,20 @@
8121281239
<Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority">
8121381240
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
8121481241
</Annotations>
81242+
<Annotations Target="microsoft.graph.organizationalUnit">
81243+
<Annotation Term="Org.OData.Core.V1.Revisions">
81244+
<Collection>
81245+
<Record>
81246+
<PropertyValue Property="Date" Date="2023-11-17" />
81247+
<PropertyValue Property="Kind">
81248+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
81249+
</PropertyValue>
81250+
<PropertyValue Property="RemovalDate" Date="2024-06-01" />
81251+
<PropertyValue Property="Version" String="2023-11/PrivatePreview:organizationalUnits" />
81252+
</Record>
81253+
</Collection>
81254+
</Annotation>
81255+
</Annotations>
8121581256
<Annotations Target="microsoft.graph.organizationSettings/itemInsights">
8121681257
<Annotation Term="Org.OData.Core.V1.Revisions">
8121781258
<Collection>
@@ -103556,7 +103597,7 @@
103556103597
<Property Name="dataAtRestEncryptionMethod" Type="self.appInfoDataAtRestEncryptionMethod" Nullable="false" />
103557103598
<Property Name="dataCenter" Type="Edm.String" Nullable="false" />
103558103599
<Property Name="dataRetentionPolicy" Type="self.appInfoDataRetentionPolicy" Nullable="false" />
103559-
<Property Name="dataTypes" Type="self.appInfoUploadedDataTypes" Nullable="false" />
103600+
<Property Name="dataTypes" Type="Collection(self.appInfoUploadedDataTypes)" Nullable="false" />
103560103601
<Property Name="domainRegistrationDateTime" Type="Edm.DateTimeOffset" />
103561103602
<Property Name="encryptionProtocol" Type="self.appInfoEncryptionProtocol" Nullable="false" />
103562103603
<Property Name="fedRampLevel" Type="self.appInfoFedRampLevel" Nullable="false" />
@@ -103632,7 +103673,7 @@
103632103673
<Property Name="isUserRolesSupport" Type="self.cloudAppInfoState" Nullable="false" />
103633103674
<Property Name="isValidCertificateName" Type="self.cloudAppInfoState" Nullable="false" />
103634103675
<Property Name="latestBreachDateTime" Type="Edm.DateTimeOffset" />
103635-
<Property Name="logonUrls" Type="Edm.String" Nullable="false" />
103676+
<Property Name="logonUrls" Type="Collection(Edm.String)" Nullable="false" />
103636103677
<Property Name="pciDssVersion" Type="self.appInfoPciDssVersion" Nullable="false" />
103637103678
<Property Name="vendor" Type="Edm.String" />
103638103679
</EntityType>
@@ -104652,6 +104693,13 @@
104652104693
<Member Name="investigating" Value="6" />
104653104694
<Member Name="unknownFutureValue" Value="7" />
104654104695
</EnumType>
104696+
<ComplexType Name="approvalRule" Abstract="true">
104697+
<Property Name="deferralInDays" Type="Edm.Int32" Nullable="false" />
104698+
</ComplexType>
104699+
<ComplexType Name="assignedGroup">
104700+
<Property Name="groupId" Type="Edm.String" Nullable="false" />
104701+
<NavigationProperty Name="group" Type="graph.group" />
104702+
</ComplexType>
104655104703
<ComplexType Name="azureADDeviceRegistrationError" BaseType="microsoft.graph.windowsUpdates.updatableAssetError">
104656104704
<Property Name="reason" Type="microsoft.graph.windowsUpdates.azureADDeviceRegistrationErrorReason" Nullable="false" />
104657104705
</ComplexType>
@@ -104701,13 +104749,20 @@
104701104749
<ComplexType Name="durationDrivenRolloutSettings" BaseType="microsoft.graph.windowsUpdates.gradualRolloutSettings">
104702104750
<Property Name="durationUntilDeploymentEnd" Type="Edm.Duration" Nullable="false" />
104703104751
</ComplexType>
104752+
<ComplexType Name="excludedGroupAssignment" BaseType="microsoft.graph.windowsUpdates.groupAssignment">
104753+
<Property Name="assignments" Type="Collection(microsoft.graph.windowsUpdates.assignedGroup)" Nullable="false" />
104754+
</ComplexType>
104704104755
<ComplexType Name="expediteSettings">
104705104756
<Property Name="isExpedited" Type="Edm.Boolean" />
104706104757
<Property Name="isReadinessTest" Type="Edm.Boolean" />
104707104758
</ComplexType>
104708104759
<ComplexType Name="gradualRolloutSettings">
104709104760
<Property Name="durationBetweenOffers" Type="Edm.Duration" />
104710104761
</ComplexType>
104762+
<ComplexType Name="groupAssignment" Abstract="true" />
104763+
<ComplexType Name="includedGroupAssignment" BaseType="microsoft.graph.windowsUpdates.groupAssignment">
104764+
<Property Name="assignments" Type="Collection(microsoft.graph.windowsUpdates.assignedGroup)" Nullable="false" />
104765+
</ComplexType>
104711104766
<ComplexType Name="itemBody" OpenType="true">
104712104767
<Property Name="content" Type="Edm.String" />
104713104768
<Property Name="contentType" Type="microsoft.graph.windowsUpdates.bodyType" />
@@ -104724,6 +104779,10 @@
104724104779
<ComplexType Name="monitoringSettings">
104725104780
<Property Name="monitoringRules" Type="Collection(microsoft.graph.windowsUpdates.monitoringRule)" />
104726104781
</ComplexType>
104782+
<ComplexType Name="qualityUpdateApprovalRule" BaseType="microsoft.graph.windowsUpdates.approvalRule">
104783+
<Property Name="cadence" Type="microsoft.graph.windowsUpdates.qualityUpdateCadence" Nullable="false" />
104784+
<Property Name="classification" Type="microsoft.graph.windowsUpdates.qualityUpdateClassification" Nullable="false" />
104785+
</ComplexType>
104727104786
<ComplexType Name="qualityUpdateCveSeverityInformation">
104728104787
<Property Name="maxBaseScore" Type="Edm.Double" />
104729104788
<Property Name="maxSeverity" Type="microsoft.graph.windowsUpdates.cveSeverityLevel" />

0 commit comments

Comments
 (0)