Skip to content

Commit

Permalink
Schema sync 2022-07-21 from 1.2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marabooy committed Jul 21, 2022
1 parent e79c8c9 commit 1f7d0ee
Show file tree
Hide file tree
Showing 9 changed files with 603 additions and 8 deletions.
109 changes: 109 additions & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -4966,6 +4966,12 @@
<Member Name="hide" Value="1" />
<Member Name="show" Value="2" />
</EnumType>
<EnumType Name="volumeType">
<Member Name="operatingSystemVolume" Value="1" />
<Member Name="fixedDataVolume" Value="2" />
<Member Name="removableDataVolume" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="vpnAuthenticationMethod">
<Member Name="certificate" Value="0" />
<Member Name="usernameAndPassword" Value="1" />
Expand Down Expand Up @@ -11442,6 +11448,9 @@
<NavigationProperty Name="accessPackageAssignmentPolicies" Type="Collection(graph.accessPackageAssignmentPolicy)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageCatalog" Type="graph.accessPackageCatalog" />
<NavigationProperty Name="accessPackageResourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" />
<NavigationProperty Name="accessPackagesIncompatibleWith" Type="Collection(graph.accessPackage)" />
<NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)" />
<NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true" />
</EntityType>
<EntityType Name="accessPackageAssignment" BaseType="graph.entity">
<Property Name="accessPackageId" Type="Edm.String" />
Expand Down Expand Up @@ -13148,6 +13157,15 @@
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="publication" Type="graph.publicationFacet" />
</EntityType>
<EntityType Name="bitlocker" BaseType="graph.entity">
<NavigationProperty Name="recoveryKeys" Type="Collection(graph.bitlockerRecoveryKey)" ContainsTarget="true" />
</EntityType>
<EntityType Name="bitlockerRecoveryKey" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="deviceId" Type="Edm.String" />
<Property Name="key" Type="Edm.String" Nullable="false" />
<Property Name="volumeType" Type="graph.volumeType" />
</EntityType>
<EntityType Name="builtInIdentityProvider" BaseType="graph.identityProviderBase">
<Property Name="identityProviderType" Type="Edm.String" />
</EntityType>
Expand Down Expand Up @@ -15439,6 +15457,10 @@
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<EntityType Name="externalDomainName" BaseType="graph.entity" />
<EntityType Name="externalIdentitiesPolicy" BaseType="graph.policyBase">
<Property Name="allowDeletedIdentitiesDataRemoval" Type="Edm.Boolean" Nullable="false" />
<Property Name="allowExternalIdentitiesToLeave" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="featureRolloutPolicy" BaseType="graph.entity">
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -15949,6 +15971,7 @@
<Property Name="senderEmailAddress" Type="graph.emailAddress" />
</EntityType>
<EntityType Name="informationProtection" BaseType="graph.entity">
<NavigationProperty Name="bitlocker" Type="graph.bitlocker" ContainsTarget="true" />
<NavigationProperty Name="dataLossPreventionPolicies" Type="Collection(graph.dataLossPreventionPolicy)" ContainsTarget="true" />
<NavigationProperty Name="sensitivityLabels" Type="Collection(graph.sensitivityLabel)" ContainsTarget="true" />
<NavigationProperty Name="sensitivityPolicySettings" Type="graph.sensitivityPolicySettings" ContainsTarget="true" />
Expand Down Expand Up @@ -18123,6 +18146,7 @@
<NavigationProperty Name="crossTenantAccessPolicy" Type="graph.crossTenantAccessPolicy" ContainsTarget="true" />
<NavigationProperty Name="deviceRegistrationPolicy" Type="graph.deviceRegistrationPolicy" ContainsTarget="true" />
<NavigationProperty Name="directoryRoleAccessReviewPolicy" Type="graph.directoryRoleAccessReviewPolicy" ContainsTarget="true" />
<NavigationProperty Name="externalIdentitiesPolicy" Type="graph.externalIdentitiesPolicy" ContainsTarget="true" />
<NavigationProperty Name="featureRolloutPolicies" Type="Collection(graph.featureRolloutPolicy)" ContainsTarget="true" />
<NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" ContainsTarget="true" />
<NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" />
Expand Down Expand Up @@ -33385,6 +33409,45 @@
<Annotations Target="microsoft.graph.beginOnboarding(microsoft.graph.remoteAssistancePartner)">
<Annotation Term="Org.OData.Core.V1.Description" String="A request to start onboarding. Must be coupled with the appropriate TeamViewer account information" />
</Annotations>
<Annotations Target="microsoft.graph.bitlocker">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
<Record>
<PropertyValue Property="Selectable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.bitLockerEncryptionMethod">
<Annotation Term="Org.OData.Core.V1.Description" String="BitLockerEncryptionMethod types" />
</Annotations>
Expand Down Expand Up @@ -33421,6 +33484,52 @@
<Annotations Target="microsoft.graph.bitLockerRecoveryInformationType/passwordOnly">
<Annotation Term="Org.OData.Core.V1.Description" String="Store recovery passwords only." />
</Annotations>
<Annotations Target="microsoft.graph.bitlockerRecoveryKey">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
<PropertyValue Property="NonFilterableProperties">
<Collection>
<PropertyPath>createdDateTime</PropertyPath>
<PropertyPath>key</PropertyPath>
<PropertyPath>volumeType</PropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.bitLockerRecoveryOptions">
<Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Recovery Options." />
</Annotations>
Expand Down
109 changes: 108 additions & 1 deletion schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -3758,6 +3758,12 @@
<Member Name="hide" Value="1" />
<Member Name="show" Value="2" />
</EnumType>
<EnumType Name="volumeType">
<Member Name="operatingSystemVolume" Value="1" />
<Member Name="fixedDataVolume" Value="2" />
<Member Name="removableDataVolume" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="vpnAuthenticationMethod">
<Member Name="certificate" Value="0" />
<Member Name="usernameAndPassword" Value="1" />
Expand Down Expand Up @@ -10030,6 +10036,15 @@
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="publication" Type="graph.publicationFacet" />
</EntityType>
<EntityType Name="bitlocker" BaseType="graph.entity">
<NavigationProperty Name="recoveryKeys" Type="Collection(graph.bitlockerRecoveryKey)" ContainsTarget="true" />
</EntityType>
<EntityType Name="bitlockerRecoveryKey" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="deviceId" Type="Edm.String" />
<Property Name="key" Type="Edm.String" Nullable="false" />
<Property Name="volumeType" Type="graph.volumeType" />
</EntityType>
<EntityType Name="businessFlow" BaseType="graph.entity" OpenType="true">
<Property Name="customData" Type="Edm.String" />
<Property Name="deDuplicationId" Type="Edm.String" />
Expand Down Expand Up @@ -11963,6 +11978,10 @@
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<EntityType Name="externalDomainName" BaseType="graph.entity" />
<EntityType Name="externalIdentitiesPolicy" BaseType="graph.policyBase">
<Property Name="allowDeletedIdentitiesDataRemoval" Type="Edm.Boolean" Nullable="false" />
<Property Name="allowExternalIdentitiesToLeave" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="federatedIdentityCredential" BaseType="graph.entity">
<Property Name="audiences" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="description" Type="Edm.String" />
Expand Down Expand Up @@ -12349,7 +12368,9 @@
<Property Name="classifyAs" Type="graph.inferenceClassificationType" />
<Property Name="senderEmailAddress" Type="graph.emailAddress" />
</EntityType>
<EntityType Name="informationProtection" BaseType="graph.entity" />
<EntityType Name="informationProtection" BaseType="graph.entity">
<NavigationProperty Name="bitlocker" Type="graph.bitlocker" ContainsTarget="true" />
</EntityType>
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">
<Property Name="activeSignInUri" Type="Edm.String" />
<Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" />
Expand Down Expand Up @@ -14342,6 +14363,7 @@
<NavigationProperty Name="crossTenantAccessPolicy" Type="graph.crossTenantAccessPolicy" ContainsTarget="true" />
<NavigationProperty Name="deviceRegistrationPolicy" Type="graph.deviceRegistrationPolicy" ContainsTarget="true" />
<NavigationProperty Name="directoryRoleAccessReviewPolicy" Type="graph.directoryRoleAccessReviewPolicy" ContainsTarget="true" />
<NavigationProperty Name="externalIdentitiesPolicy" Type="graph.externalIdentitiesPolicy" ContainsTarget="true" />
<NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" ContainsTarget="true" />
<NavigationProperty Name="permissionGrantPolicies" Type="Collection(graph.permissionGrantPolicy)" ContainsTarget="true" />
<NavigationProperty Name="roleManagementPolicies" Type="Collection(graph.unifiedRoleManagementPolicy)" ContainsTarget="true" />
Expand Down Expand Up @@ -25425,6 +25447,45 @@
<Annotations Target="microsoft.graph.beginOnboarding(microsoft.graph.remoteAssistancePartner)">
<Annotation Term="Org.OData.Core.V1.Description" String="A request to start onboarding. Must be coupled with the appropriate TeamViewer account information" />
</Annotations>
<Annotations Target="microsoft.graph.bitlocker">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
<Record>
<PropertyValue Property="Selectable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.bitLockerEncryptionMethod">
<Annotation Term="Org.OData.Core.V1.Description" String="BitLockerEncryptionMethod types" />
</Annotations>
Expand Down Expand Up @@ -25461,6 +25522,52 @@
<Annotations Target="microsoft.graph.bitLockerRecoveryInformationType/passwordOnly">
<Annotation Term="Org.OData.Core.V1.Description" String="Store recovery passwords only." />
</Annotations>
<Annotations Target="microsoft.graph.bitlockerRecoveryKey">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
<PropertyValue Property="NonFilterableProperties">
<Collection>
<PropertyPath>createdDateTime</PropertyPath>
<PropertyPath>key</PropertyPath>
<PropertyPath>volumeType</PropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.bitLockerRecoveryOptions">
<Annotation Term="Org.OData.Core.V1.Description" String="BitLocker Recovery Options." />
</Annotations>
Expand Down
Loading

0 comments on commit 1f7d0ee

Please sign in to comment.