Skip to content

Commit 1f7d0ee

Browse files
committed
Schema sync 2022-07-21 from 1.2.6.1
1 parent e79c8c9 commit 1f7d0ee

File tree

9 files changed

+603
-8
lines changed

9 files changed

+603
-8
lines changed

schemas/beta-Fairfax.csdl

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4966,6 +4966,12 @@
49664966
<Member Name="hide" Value="1" />
49674967
<Member Name="show" Value="2" />
49684968
</EnumType>
4969+
<EnumType Name="volumeType">
4970+
<Member Name="operatingSystemVolume" Value="1" />
4971+
<Member Name="fixedDataVolume" Value="2" />
4972+
<Member Name="removableDataVolume" Value="3" />
4973+
<Member Name="unknownFutureValue" Value="4" />
4974+
</EnumType>
49694975
<EnumType Name="vpnAuthenticationMethod">
49704976
<Member Name="certificate" Value="0" />
49714977
<Member Name="usernameAndPassword" Value="1" />
@@ -11442,6 +11448,9 @@
1144211448
<NavigationProperty Name="accessPackageAssignmentPolicies" Type="Collection(graph.accessPackageAssignmentPolicy)" ContainsTarget="true" />
1144311449
<NavigationProperty Name="accessPackageCatalog" Type="graph.accessPackageCatalog" />
1144411450
<NavigationProperty Name="accessPackageResourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" />
11451+
<NavigationProperty Name="accessPackagesIncompatibleWith" Type="Collection(graph.accessPackage)" />
11452+
<NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)" />
11453+
<NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true" />
1144511454
</EntityType>
1144611455
<EntityType Name="accessPackageAssignment" BaseType="graph.entity">
1144711456
<Property Name="accessPackageId" Type="Edm.String" />
@@ -13148,6 +13157,15 @@
1314813157
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
1314913158
<Property Name="publication" Type="graph.publicationFacet" />
1315013159
</EntityType>
13160+
<EntityType Name="bitlocker" BaseType="graph.entity">
13161+
<NavigationProperty Name="recoveryKeys" Type="Collection(graph.bitlockerRecoveryKey)" ContainsTarget="true" />
13162+
</EntityType>
13163+
<EntityType Name="bitlockerRecoveryKey" BaseType="graph.entity">
13164+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
13165+
<Property Name="deviceId" Type="Edm.String" />
13166+
<Property Name="key" Type="Edm.String" Nullable="false" />
13167+
<Property Name="volumeType" Type="graph.volumeType" />
13168+
</EntityType>
1315113169
<EntityType Name="builtInIdentityProvider" BaseType="graph.identityProviderBase">
1315213170
<Property Name="identityProviderType" Type="Edm.String" />
1315313171
</EntityType>
@@ -15439,6 +15457,10 @@
1543915457
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
1544015458
</EntityType>
1544115459
<EntityType Name="externalDomainName" BaseType="graph.entity" />
15460+
<EntityType Name="externalIdentitiesPolicy" BaseType="graph.policyBase">
15461+
<Property Name="allowDeletedIdentitiesDataRemoval" Type="Edm.Boolean" Nullable="false" />
15462+
<Property Name="allowExternalIdentitiesToLeave" Type="Edm.Boolean" Nullable="false" />
15463+
</EntityType>
1544215464
<EntityType Name="featureRolloutPolicy" BaseType="graph.entity">
1544315465
<Property Name="description" Type="Edm.String" />
1544415466
<Property Name="displayName" Type="Edm.String" Nullable="false" />
@@ -15949,6 +15971,7 @@
1594915971
<Property Name="senderEmailAddress" Type="graph.emailAddress" />
1595015972
</EntityType>
1595115973
<EntityType Name="informationProtection" BaseType="graph.entity">
15974+
<NavigationProperty Name="bitlocker" Type="graph.bitlocker" ContainsTarget="true" />
1595215975
<NavigationProperty Name="dataLossPreventionPolicies" Type="Collection(graph.dataLossPreventionPolicy)" ContainsTarget="true" />
1595315976
<NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" />
1595415977
<NavigationProperty Name="sensitivityPolicySettings" Type="graph.sensitivityPolicySettings" ContainsTarget="true" />
@@ -18123,6 +18146,7 @@
1812318146
<NavigationProperty Name="crossTenantAccessPolicy" Type="graph.crossTenantAccessPolicy" ContainsTarget="true" />
1812418147
<NavigationProperty Name="deviceRegistrationPolicy" Type="graph.deviceRegistrationPolicy" ContainsTarget="true" />
1812518148
<NavigationProperty Name="directoryRoleAccessReviewPolicy" Type="graph.directoryRoleAccessReviewPolicy" ContainsTarget="true" />
18149+
<NavigationProperty Name="externalIdentitiesPolicy" Type="graph.externalIdentitiesPolicy" ContainsTarget="true" />
1812618150
<NavigationProperty Name="featureRolloutPolicies" Type="Collection(graph.featureRolloutPolicy)" ContainsTarget="true" />
1812718151
<NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" ContainsTarget="true" />
1812818152
<NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" />
@@ -33385,6 +33409,45 @@
3338533409
<Annotations Target="microsoft.graph.beginOnboarding(microsoft.graph.remoteAssistancePartner)">
3338633410
<Annotation Term="Org.OData.Core.V1.Description" String="A request to start onboarding. Must be coupled with the appropriate TeamViewer account information" />
3338733411
</Annotations>
33412+
<Annotations Target="microsoft.graph.bitlocker">
33413+
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
33414+
<Record>
33415+
<PropertyValue Property="Countable" Bool="false" />
33416+
</Record>
33417+
</Annotation>
33418+
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
33419+
<Record>
33420+
<PropertyValue Property="Deletable" Bool="false" />
33421+
</Record>
33422+
</Annotation>
33423+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
33424+
<Record>
33425+
<PropertyValue Property="Expandable" Bool="true" />
33426+
</Record>
33427+
</Annotation>
33428+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
33429+
<Record>
33430+
<PropertyValue Property="Insertable" Bool="false" />
33431+
</Record>
33432+
</Annotation>
33433+
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
33434+
<Record>
33435+
<PropertyValue Property="Selectable" Bool="false" />
33436+
</Record>
33437+
</Annotation>
33438+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
33439+
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
33440+
<Record>
33441+
<PropertyValue Property="Sortable" Bool="false" />
33442+
</Record>
33443+
</Annotation>
33444+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
33445+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
33446+
<Record>
33447+
<PropertyValue Property="Updatable" Bool="false" />
33448+
</Record>
33449+
</Annotation>
33450+
</Annotations>
3338833451
<Annotations Target="microsoft.graph.bitLockerEncryptionMethod">
3338933452
<Annotation Term="Org.OData.Core.V1.Description" String="BitLockerEncryptionMethod types" />
3339033453
</Annotations>
@@ -33421,6 +33484,52 @@
3342133484
<Annotations Target="microsoft.graph.bitLockerRecoveryInformationType/passwordOnly">
3342233485
<Annotation Term="Org.OData.Core.V1.Description" String="Store recovery passwords only." />
3342333486
</Annotations>
33487+
<Annotations Target="microsoft.graph.bitlockerRecoveryKey">
33488+
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
33489+
<Record>
33490+
<PropertyValue Property="Countable" Bool="false" />
33491+
</Record>
33492+
</Annotation>
33493+
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
33494+
<Record>
33495+
<PropertyValue Property="Deletable" Bool="false" />
33496+
</Record>
33497+
</Annotation>
33498+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
33499+
<Record>
33500+
<PropertyValue Property="Expandable" Bool="false" />
33501+
</Record>
33502+
</Annotation>
33503+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
33504+
<Record>
33505+
<PropertyValue Property="Filterable" Bool="true" />
33506+
<PropertyValue Property="NonFilterableProperties">
33507+
<Collection>
33508+
<PropertyPath>createdDateTime</PropertyPath>
33509+
<PropertyPath>key</PropertyPath>
33510+
<PropertyPath>volumeType</PropertyPath>
33511+
</Collection>
33512+
</PropertyValue>
33513+
</Record>
33514+
</Annotation>
33515+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
33516+
<Record>
33517+
<PropertyValue Property="Insertable" Bool="false" />
33518+
</Record>
33519+
</Annotation>
33520+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
33521+
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
33522+
<Record>
33523+
<PropertyValue Property="Sortable" Bool="false" />
33524+
</Record>
33525+
</Annotation>
33526+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
33527+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
33528+
<Record>
33529+
<PropertyValue Property="Updatable" Bool="false" />
33530+
</Record>
33531+
</Annotation>
33532+
</Annotations>
3342433533
<Annotations Target="microsoft.graph.bitLockerRecoveryOptions">
3342533534
<Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Recovery Options." />
3342633535
</Annotations>

schemas/beta-Mooncake.csdl

Lines changed: 108 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3758,6 +3758,12 @@
37583758
<Member Name="hide" Value="1" />
37593759
<Member Name="show" Value="2" />
37603760
</EnumType>
3761+
<EnumType Name="volumeType">
3762+
<Member Name="operatingSystemVolume" Value="1" />
3763+
<Member Name="fixedDataVolume" Value="2" />
3764+
<Member Name="removableDataVolume" Value="3" />
3765+
<Member Name="unknownFutureValue" Value="4" />
3766+
</EnumType>
37613767
<EnumType Name="vpnAuthenticationMethod">
37623768
<Member Name="certificate" Value="0" />
37633769
<Member Name="usernameAndPassword" Value="1" />
@@ -10030,6 +10036,15 @@
1003010036
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
1003110037
<Property Name="publication" Type="graph.publicationFacet" />
1003210038
</EntityType>
10039+
<EntityType Name="bitlocker" BaseType="graph.entity">
10040+
<NavigationProperty Name="recoveryKeys" Type="Collection(graph.bitlockerRecoveryKey)" ContainsTarget="true" />
10041+
</EntityType>
10042+
<EntityType Name="bitlockerRecoveryKey" BaseType="graph.entity">
10043+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
10044+
<Property Name="deviceId" Type="Edm.String" />
10045+
<Property Name="key" Type="Edm.String" Nullable="false" />
10046+
<Property Name="volumeType" Type="graph.volumeType" />
10047+
</EntityType>
1003310048
<EntityType Name="businessFlow" BaseType="graph.entity" OpenType="true">
1003410049
<Property Name="customData" Type="Edm.String" />
1003510050
<Property Name="deDuplicationId" Type="Edm.String" />
@@ -11963,6 +11978,10 @@
1196311978
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
1196411979
</EntityType>
1196511980
<EntityType Name="externalDomainName" BaseType="graph.entity" />
11981+
<EntityType Name="externalIdentitiesPolicy" BaseType="graph.policyBase">
11982+
<Property Name="allowDeletedIdentitiesDataRemoval" Type="Edm.Boolean" Nullable="false" />
11983+
<Property Name="allowExternalIdentitiesToLeave" Type="Edm.Boolean" Nullable="false" />
11984+
</EntityType>
1196611985
<EntityType Name="federatedIdentityCredential" BaseType="graph.entity">
1196711986
<Property Name="audiences" Type="Collection(Edm.String)" Nullable="false" />
1196811987
<Property Name="description" Type="Edm.String" />
@@ -12349,7 +12368,9 @@
1234912368
<Property Name="classifyAs" Type="graph.inferenceClassificationType" />
1235012369
<Property Name="senderEmailAddress" Type="graph.emailAddress" />
1235112370
</EntityType>
12352-
<EntityType Name="informationProtection" BaseType="graph.entity" />
12371+
<EntityType Name="informationProtection" BaseType="graph.entity">
12372+
<NavigationProperty Name="bitlocker" Type="graph.bitlocker" ContainsTarget="true" />
12373+
</EntityType>
1235312374
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">
1235412375
<Property Name="activeSignInUri" Type="Edm.String" />
1235512376
<Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" />
@@ -14342,6 +14363,7 @@
1434214363
<NavigationProperty Name="crossTenantAccessPolicy" Type="graph.crossTenantAccessPolicy" ContainsTarget="true" />
1434314364
<NavigationProperty Name="deviceRegistrationPolicy" Type="graph.deviceRegistrationPolicy" ContainsTarget="true" />
1434414365
<NavigationProperty Name="directoryRoleAccessReviewPolicy" Type="graph.directoryRoleAccessReviewPolicy" ContainsTarget="true" />
14366+
<NavigationProperty Name="externalIdentitiesPolicy" Type="graph.externalIdentitiesPolicy" ContainsTarget="true" />
1434514367
<NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" ContainsTarget="true" />
1434614368
<NavigationProperty Name="permissionGrantPolicies" Type="Collection(graph.permissionGrantPolicy)" ContainsTarget="true" />
1434714369
<NavigationProperty Name="roleManagementPolicies" Type="Collection(graph.unifiedRoleManagementPolicy)" ContainsTarget="true" />
@@ -25425,6 +25447,45 @@
2542525447
<Annotations Target="microsoft.graph.beginOnboarding(microsoft.graph.remoteAssistancePartner)">
2542625448
<Annotation Term="Org.OData.Core.V1.Description" String="A request to start onboarding. Must be coupled with the appropriate TeamViewer account information" />
2542725449
</Annotations>
25450+
<Annotations Target="microsoft.graph.bitlocker">
25451+
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
25452+
<Record>
25453+
<PropertyValue Property="Countable" Bool="false" />
25454+
</Record>
25455+
</Annotation>
25456+
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
25457+
<Record>
25458+
<PropertyValue Property="Deletable" Bool="false" />
25459+
</Record>
25460+
</Annotation>
25461+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
25462+
<Record>
25463+
<PropertyValue Property="Expandable" Bool="true" />
25464+
</Record>
25465+
</Annotation>
25466+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
25467+
<Record>
25468+
<PropertyValue Property="Insertable" Bool="false" />
25469+
</Record>
25470+
</Annotation>
25471+
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
25472+
<Record>
25473+
<PropertyValue Property="Selectable" Bool="false" />
25474+
</Record>
25475+
</Annotation>
25476+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
25477+
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
25478+
<Record>
25479+
<PropertyValue Property="Sortable" Bool="false" />
25480+
</Record>
25481+
</Annotation>
25482+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
25483+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
25484+
<Record>
25485+
<PropertyValue Property="Updatable" Bool="false" />
25486+
</Record>
25487+
</Annotation>
25488+
</Annotations>
2542825489
<Annotations Target="microsoft.graph.bitLockerEncryptionMethod">
2542925490
<Annotation Term="Org.OData.Core.V1.Description" String="BitLockerEncryptionMethod types" />
2543025491
</Annotations>
@@ -25461,6 +25522,52 @@
2546125522
<Annotations Target="microsoft.graph.bitLockerRecoveryInformationType/passwordOnly">
2546225523
<Annotation Term="Org.OData.Core.V1.Description" String="Store recovery passwords only." />
2546325524
</Annotations>
25525+
<Annotations Target="microsoft.graph.bitlockerRecoveryKey">
25526+
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
25527+
<Record>
25528+
<PropertyValue Property="Countable" Bool="false" />
25529+
</Record>
25530+
</Annotation>
25531+
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
25532+
<Record>
25533+
<PropertyValue Property="Deletable" Bool="false" />
25534+
</Record>
25535+
</Annotation>
25536+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
25537+
<Record>
25538+
<PropertyValue Property="Expandable" Bool="false" />
25539+
</Record>
25540+
</Annotation>
25541+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
25542+
<Record>
25543+
<PropertyValue Property="Filterable" Bool="true" />
25544+
<PropertyValue Property="NonFilterableProperties">
25545+
<Collection>
25546+
<PropertyPath>createdDateTime</PropertyPath>
25547+
<PropertyPath>key</PropertyPath>
25548+
<PropertyPath>volumeType</PropertyPath>
25549+
</Collection>
25550+
</PropertyValue>
25551+
</Record>
25552+
</Annotation>
25553+
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
25554+
<Record>
25555+
<PropertyValue Property="Insertable" Bool="false" />
25556+
</Record>
25557+
</Annotation>
25558+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
25559+
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
25560+
<Record>
25561+
<PropertyValue Property="Sortable" Bool="false" />
25562+
</Record>
25563+
</Annotation>
25564+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
25565+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
25566+
<Record>
25567+
<PropertyValue Property="Updatable" Bool="false" />
25568+
</Record>
25569+
</Annotation>
25570+
</Annotations>
2546425571
<Annotations Target="microsoft.graph.bitLockerRecoveryOptions">
2546525572
<Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Recovery Options." />
2546625573
</Annotations>

0 commit comments

Comments
 (0)