File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 499499 </Collection >
500500 </Annotation >
501501 </xsl : copy >
502+ </xsl : template >
503+ <xsl : template match =" edm:Schema[@Namespace='microsoft.graph']/edm:EntityType[@Name='backupRestoreRoot']/edm:NavigationProperty[@Name='protectionUnits']" >
504+ <xsl : copy >
505+ <xsl : copy-of select =" @* | node()" />
506+ <Annotation Term =" Org.OData.Validation.V1.DerivedTypeConstraint" >
507+ <Collection >
508+ <String >microsoft.graph.siteProtectionUnit</String >
509+ <String >microsoft.graph.mailboxProtectionUnit</String >
510+ <String >microsoft.graph.driveProtectionUnit</String >
511+ </Collection >
512+ </Annotation >
513+ </xsl : copy >
502514 </xsl : template >
503515 <xsl : template match =" edm:Schema[@Namespace='microsoft.graph']/edm:EntityType[@Name='externalUsersSelfServiceSignUpEventsFlow']/edm:Property[@Name='onAttributeCollection']" >
504516 <xsl : copy >
Original file line number Diff line number Diff line change 434434 <Property Name =" displayName" Type =" Edm.String" />
435435 <NavigationProperty Name =" details" Type =" Collection(graph.landingPageDetail)" />
436436 </EntityType >
437+ <EntityType Name =" protectionUnitBase" BaseType =" graph.entity" >
438+ <Property Name =" createdDateTime" Type =" Edm.DateTimeOffset" />
439+ <Property Name =" lastModifiedDateTime" Type =" Edm.DateTimeOffset" />
440+ </EntityType >
441+ <EntityType Name =" backupRestoreRoot" BaseType =" graph.entity" >
442+ <Property Name =" serviceStatus" Type =" graph.serviceStatus" />
443+ <NavigationProperty Name =" protectionUnits" Type =" Collection(graph.protectionUnitBase)" />
444+ </EntityType >
437445 <EntityType Name =" b2xIdentityUserFlow" BaseType =" graph.identityUserFlow" >
438446 <Property Name =" apiConnectorConfiguration" Type =" graph.userFlowApiConnectorConfiguration" />
439447 <NavigationProperty Name =" identityProviders" Type =" Collection(graph.identityProvider)" />
Original file line number Diff line number Diff line change 996996 <Property Name =" displayName" Type =" Edm.String" />
997997 <NavigationProperty Name =" details" Type =" Collection(graph.landingPageDetail)" ContainsTarget =" true" />
998998 </EntityType >
999+ <EntityType Name =" protectionUnitBase" BaseType =" graph.entity" >
1000+ <Property Name =" createdDateTime" Type =" Edm.DateTimeOffset" />
1001+ <Property Name =" lastModifiedDateTime" Type =" Edm.DateTimeOffset" />
1002+ </EntityType >
1003+ <EntityType Name =" backupRestoreRoot" BaseType =" graph.entity" >
1004+ <Property Name =" serviceStatus" Type =" graph.serviceStatus" />
1005+ <NavigationProperty Name =" protectionUnits" Type =" Collection(graph.protectionUnitBase)" >
1006+ <Annotation Term =" Org.OData.Validation.V1.DerivedTypeConstraint" xmlns : edm =" http://docs.oasis-open.org/odata/ns/edm" >
1007+ <Collection >
1008+ <String >microsoft.graph.siteProtectionUnit</String >
1009+ <String >microsoft.graph.mailboxProtectionUnit</String >
1010+ <String >microsoft.graph.driveProtectionUnit</String >
1011+ </Collection >
1012+ </Annotation >
1013+ </NavigationProperty >
1014+ </EntityType >
9991015 <EntityType Name =" b2xIdentityUserFlow" BaseType =" graph.identityUserFlow" >
10001016 <Property Name =" apiConnectorConfiguration" Type =" graph.userFlowApiConnectorConfiguration" />
10011017 <NavigationProperty Name =" identityProviders" Type =" Collection(graph.identityProvider)" />
You can’t perform that action at this time.
0 commit comments