Skip to content

Commit

Permalink
Schema sync 2024-08-21 from 1.3.455.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marabooy committed Aug 21, 2024
1 parent f10f062 commit 0802b47
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 16 deletions.
50 changes: 50 additions & 0 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -4409,6 +4409,7 @@
<Member Name="saml20" Value="4" />
<Member Name="unknownFutureValue" Value="8" />
<Member Name="remoteDesktopToken" Value="16" />
<Member Name="refreshToken" Value="32" />
</EnumType>
<EnumType Name="incompatiblePrinterSettings">
<Member Name="show" Value="0" />
Expand Down Expand Up @@ -13765,6 +13766,10 @@
<Property Name="positiveReinforcement" Type="graph.positiveReinforcementNotification" />
<Property Name="settingType" Type="graph.endUserNotificationSettingType" />
</ComplexType>
<ComplexType Name="enforceAppPIN">
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" Nullable="false" />
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" Nullable="false" />
</ComplexType>
<ComplexType Name="enrollmentTimeDeviceMembershipTarget">
<Property Name="targetId" Type="Edm.String" />
<Property Name="targetType" Type="graph.enrollmentTimeDeviceMembershipTargetType" Nullable="false" />
Expand Down Expand Up @@ -15378,6 +15383,9 @@
<Property Name="displayLocationInformationRequiredState" Type="graph.authenticationMethodFeatureConfiguration" />
<Property Name="numberMatchingRequiredState" Type="graph.authenticationMethodFeatureConfiguration" />
</ComplexType>
<ComplexType Name="microsoftAuthenticatorPlatformSettings">
<Property Name="enforceAppPIN" Type="graph.enforceAppPIN" Nullable="false" />
</ComplexType>
<ComplexType Name="microsoftCustomTrainingSetting" BaseType="graph.trainingSetting">
<Property Name="completionDateTime" Type="Edm.DateTimeOffset" />
<Property Name="trainingAssignmentMappings" Type="Collection(graph.microsoftTrainingAssignmentMapping)" />
Expand Down Expand Up @@ -21585,6 +21593,7 @@
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="microsoftAuthenticatorPlatformSettings" Type="graph.microsoftAuthenticatorPlatformSettings" Nullable="false" />
<Property Name="policyMigrationState" Type="graph.authenticationMethodsPolicyMigrationState" />
<Property Name="policyVersion" Type="Edm.String" />
<Property Name="reconfirmationInDays" Type="Edm.Int32" />
Expand Down Expand Up @@ -25286,6 +25295,8 @@
<EntityType Name="educationSubmission" BaseType="graph.entity">
<Property Name="excusedBy" Type="graph.identitySet" />
<Property Name="excusedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="reassignedBy" Type="graph.identitySet" />
<Property Name="reassignedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="recipient" Type="graph.educationSubmissionRecipient" />
Expand Down Expand Up @@ -40513,12 +40524,36 @@
<Parameter Name="significance" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.calendar" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.contact" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.contactFolder" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.driveItem" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.event" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.mailFolder" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.message" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.outlookTask" />
</Action>
<Action Name="permanentDelete" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.outlookTaskFolder" />
</Action>
<Action Name="permut" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
<Parameter Name="number" Type="graph.Json" />
Expand Down Expand Up @@ -43794,6 +43829,10 @@
<Parameter Name="cloudPcId" Type="Edm.String" Unicode="false" />
<ReturnType Type="Edm.Stream" />
</Function>
<Function Name="getRecentlyModifiedSubmissions" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.educationClass" />
<ReturnType Type="Collection(graph.educationSubmission)" />
</Function>
<Function Name="getRecentNotebooks" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.notebook)" />
<Parameter Name="includePersonalNotebooks" Type="Edm.Boolean" Nullable="false" />
Expand Down Expand Up @@ -63958,6 +63997,12 @@
<Annotations Target="microsoft.graph.educationSubmission/excusedDateTime">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.educationSubmission/lastModifiedBy">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.educationSubmission/lastModifiedDateTime">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.educationSubmission/reassignedBy">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
Expand Down Expand Up @@ -65758,6 +65803,9 @@
<Annotations Target="microsoft.graph.getManagedDevicesWithFailedOrPendingApps(microsoft.graph.user)">
<Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the list of devices with failed or pending apps" />
</Annotations>
<Annotations Target="microsoft.graph.getRecentlyModifiedSubmissions(microsoft.graph.educationClass)">
<Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.getRemediationHistory(microsoft.graph.deviceHealthScript)">
<Annotation Term="Org.OData.Core.V1.Description" String="Function to get the number of remediations by a device health scripts" />
</Annotations>
Expand Down Expand Up @@ -95964,6 +96012,8 @@
<Member Name="block" Value="0" />
<Member Name="allow" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
<Member Name="bypass" Value="3" />
<Member Name="alert" Value="4" />
</EnumType>
<EnumType Name="forwardingCategory">
<Member Name="default" Value="0" />
Expand Down
20 changes: 16 additions & 4 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -3631,6 +3631,7 @@
<Member Name="saml20" Value="4" />
<Member Name="unknownFutureValue" Value="8" />
<Member Name="remoteDesktopToken" Value="16" />
<Member Name="refreshToken" Value="32" />
</EnumType>
<EnumType Name="incompatiblePrinterSettings">
<Member Name="show" Value="0" />
Expand Down Expand Up @@ -8825,10 +8826,12 @@
<Property Name="decryptionKey" Type="Edm.String" />
<Property Name="downloadUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="appManagementConfiguration">
<ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration" />
<ComplexType Name="appManagementConfiguration" Abstract="true">
<Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" />
<Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" />
</ComplexType>
<ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" />
<ComplexType Name="appMetadata">
<Property Name="data" Type="Collection(graph.appMetadataEntry)" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
Expand Down Expand Up @@ -10096,6 +10099,7 @@
<Property Name="applicationMode" Type="graph.applicationMode" />
<Property Name="id" Type="Edm.String" />
</ComplexType>
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration" />
<ComplexType Name="customAppScopeAttributesDictionary" BaseType="graph.Dictionary" OpenType="true" />
<ComplexType Name="customExtensionAuthenticationConfiguration" Abstract="true" />
<ComplexType Name="customExtensionCallbackConfiguration" Abstract="true">
Expand Down Expand Up @@ -11011,6 +11015,10 @@
<Property Name="allowMailForwarding" Type="Edm.Boolean" />
<Property Name="decryptionRightsManagementTemplateId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="enforceAppPIN">
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" Nullable="false" />
<Property Name="includeTargets" Type="Collection(graph.includeTarget)" Nullable="false" />
</ComplexType>
<ComplexType Name="enrollmentTimeDeviceMembershipTarget">
<Property Name="targetId" Type="Edm.String" />
<Property Name="targetType" Type="graph.enrollmentTimeDeviceMembershipTargetType" Nullable="false" />
Expand Down Expand Up @@ -12357,6 +12365,9 @@
<Property Name="displayLocationInformationRequiredState" Type="graph.authenticationMethodFeatureConfiguration" />
<Property Name="numberMatchingRequiredState" Type="graph.authenticationMethodFeatureConfiguration" />
</ComplexType>
<ComplexType Name="microsoftAuthenticatorPlatformSettings">
<Property Name="enforceAppPIN" Type="graph.enforceAppPIN" Nullable="false" />
</ComplexType>
<ComplexType Name="microsoftManagedDesktop">
<Property Name="managedType" Type="graph.microsoftManagedDesktopType" />
<Property Name="profile" Type="Edm.String" />
Expand Down Expand Up @@ -17073,7 +17084,7 @@
</EntityType>
<EntityType Name="appManagementPolicy" BaseType="graph.policyBase">
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="restrictions" Type="graph.appManagementConfiguration" />
<Property Name="restrictions" Type="graph.customAppManagementConfiguration" />
<NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="appRoleAssignment" BaseType="graph.entity">
Expand Down Expand Up @@ -17235,6 +17246,7 @@
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="microsoftAuthenticatorPlatformSettings" Type="graph.microsoftAuthenticatorPlatformSettings" Nullable="false" />
<Property Name="policyMigrationState" Type="graph.authenticationMethodsPolicyMigrationState" />
<Property Name="policyVersion" Type="Edm.String" />
<Property Name="reconfirmationInDays" Type="Edm.Int32" />
Expand Down Expand Up @@ -24933,9 +24945,9 @@
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
</EntityType>
<EntityType Name="tenantAppManagementPolicy" BaseType="graph.policyBase">
<Property Name="applicationRestrictions" Type="graph.appManagementConfiguration" />
<Property Name="applicationRestrictions" Type="graph.appManagementApplicationConfiguration" />
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="servicePrincipalRestrictions" Type="graph.appManagementConfiguration" />
<Property Name="servicePrincipalRestrictions" Type="graph.appManagementServicePrincipalConfiguration" />
</EntityType>
<EntityType Name="tenantAttachRBAC" BaseType="graph.entity" />
<EntityType Name="tenantReference">
Expand Down
12 changes: 8 additions & 4 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2964,6 +2964,7 @@
<Member Name="saml20" Value="4" />
<Member Name="unknownFutureValue" Value="8" />
<Member Name="remoteDesktopToken" Value="16" />
<Member Name="refreshToken" Value="32" />
</EnumType>
<EnumType Name="inferenceClassificationType">
<Member Name="focused" Value="0" />
Expand Down Expand Up @@ -6528,10 +6529,12 @@
<Property Name="decryptionKey" Type="Edm.String" />
<Property Name="downloadUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="appManagementConfiguration">
<ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration" />
<ComplexType Name="appManagementConfiguration" Abstract="true">
<Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" />
<Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" />
</ComplexType>
<ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" />
<ComplexType Name="appMetadata">
<Property Name="data" Type="Collection(graph.appMetadataEntry)" />
<Property Name="version" Type="Edm.Int32" Nullable="false" />
Expand Down Expand Up @@ -7428,6 +7431,7 @@
<ComplexType Name="currencyColumn">
<Property Name="locale" Type="Edm.String" />
</ComplexType>
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration" />
<ComplexType Name="customAppScopeAttributesDictionary" BaseType="graph.Dictionary" OpenType="true" />
<ComplexType Name="customExtensionAuthenticationConfiguration" Abstract="true" />
<ComplexType Name="customExtensionCallbackConfiguration">
Expand Down Expand Up @@ -13353,7 +13357,7 @@
</EntityType>
<EntityType Name="appManagementPolicy" BaseType="graph.policyBase">
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="restrictions" Type="graph.appManagementConfiguration" />
<Property Name="restrictions" Type="graph.customAppManagementConfiguration" />
<NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="appRoleAssignment" BaseType="graph.entity">
Expand Down Expand Up @@ -20015,9 +20019,9 @@
<Property Name="temporaryAccessPass" Type="Edm.String" />
</EntityType>
<EntityType Name="tenantAppManagementPolicy" BaseType="graph.policyBase">
<Property Name="applicationRestrictions" Type="graph.appManagementConfiguration" />
<Property Name="applicationRestrictions" Type="graph.appManagementApplicationConfiguration" />
<Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
<Property Name="servicePrincipalRestrictions" Type="graph.appManagementConfiguration" />
<Property Name="servicePrincipalRestrictions" Type="graph.appManagementServicePrincipalConfiguration" />
</EntityType>
<EntityType Name="tenantAttachRBAC" BaseType="graph.entity" />
<EntityType Name="tenantReference">
Expand Down
Loading

0 comments on commit 0802b47

Please sign in to comment.