Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 76 additions & 1 deletion schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,7 @@
<Member Name="alternateMobilePhone" Value="10" />
<Member Name="mobilePhoneAndSMS" Value="11" />
<Member Name="unknownFutureValue" Value="12" />
<Member Name="externalAuthMethod" Value="13" />
</EnumType>
<EnumType Name="authorizationSystemActionSeverity">
<Member Name="normal" Value="0" />
Expand Down Expand Up @@ -1522,6 +1523,10 @@
<Member Name="callEnded" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
<Member Name="rosterUpdated" Value="3" />
<Member Name="transcriptionStarted" Value="4" />
<Member Name="transcriptionStopped" Value="5" />
<Member Name="recordingStarted" Value="6" />
<Member Name="recordingStopped" Value="7" />
</EnumType>
<EnumType Name="callRecordingStatus">
<Member Name="success" Value="0" />
Expand Down Expand Up @@ -3834,6 +3839,20 @@
<Member Name="ssd" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="dlpAction">
<Member Name="notifyUser" Value="0" />
<Member Name="blockAccess" Value="1" />
<Member Name="deviceRestriction" Value="2" />
<Member Name="browserRestriction" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
<Member Name="restrictAccess" Value="5" />
<Member Name="generateAlert" Value="6" />
<Member Name="generateIncidentReportAction" Value="7" />
<Member Name="sPBlockAnonymousAccess" Value="8" />
<Member Name="sPRuntimeAccessControl" Value="9" />
<Member Name="sPSharingNotifyUser" Value="10" />
<Member Name="sPSharingGenerateIncidentReport" Value="11" />
</EnumType>
<EnumType Name="dmaGuardDeviceEnumerationPolicyType">
<Member Name="deviceDefault" Value="0" />
<Member Name="blockAll" Value="1" />
Expand Down Expand Up @@ -7697,6 +7716,9 @@
<Member Name="unprotected" Value="3" />
<Member Name="removeRequested" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
<Member Name="offboardRequested" Value="6" />
<Member Name="offboarded" Value="7" />
<Member Name="cancelOffboardRequested" Value="8" />
</EnumType>
<EnumType Name="protocolType" IsFlags="true">
<Member Name="none" Value="0" />
Expand Down Expand Up @@ -8076,6 +8098,7 @@
<Member Name="fido" Value="7" />
<Member Name="appPassword" Value="8" />
<Member Name="unknownFutureValue" Value="9" />
<Member Name="externalAuthMethod" Value="10" />
</EnumType>
<EnumType Name="registrationStatusType">
<Member Name="registered" Value="0" />
Expand Down Expand Up @@ -9714,6 +9737,7 @@
<Member Name="fido" Value="8" />
<Member Name="appPassword" Value="9" />
<Member Name="unknownFutureValue" Value="10" />
<Member Name="externalAuthMethod" Value="11" />
</EnumType>
<EnumType Name="usageRights" IsFlags="true">
<Member Name="unknown" Value="1" />
Expand Down Expand Up @@ -14143,6 +14167,7 @@
<ComplexType Name="deviceMetadata">
<Property Name="deviceType" Type="Edm.String" />
<Property Name="ipAddress" Type="Edm.String" />
<Property Name="operatingSystemSpecifications" Type="graph.operatingSystemSpecifications" />
</ComplexType>
<ComplexType Name="deviceOperatingSystemSummary">
<Property Name="androidCorporateWorkProfileCount" Type="Edm.Int32" Nullable="false" />
Expand Down Expand Up @@ -14216,7 +14241,9 @@
<Property Name="displayName" Type="Edm.String" />
<Property Name="languageTag" Type="Edm.String" />
</ComplexType>
<ComplexType Name="dlpActionInfo" />
<ComplexType Name="dlpActionInfo">
<Property Name="action" Type="graph.dlpAction" />
</ComplexType>
<ComplexType Name="dlpEvaluatePoliciesRequest">
<Property Name="evaluationInput" Type="graph.dlpEvaluationInput" />
<Property Name="notificationInfo" Type="graph.dlpNotification" />
Expand Down Expand Up @@ -16704,6 +16731,10 @@
<ComplexType Name="openShiftItem" BaseType="graph.shiftItem">
<Property Name="openSlotCount" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="operatingSystemSpecifications">
<Property Name="operatingSystemPlatform" Type="Edm.String" Nullable="false" />
<Property Name="operatingSystemVersion" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="operatingSystemVersionRange">
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="highestVersion" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -18003,6 +18034,10 @@
<Property Name="inProgress" Type="Edm.Int32" />
<Property Name="total" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="restrictAccessAction" BaseType="graph.restrictAccessActionBase" />
<ComplexType Name="restrictAccessActionBase" BaseType="graph.dlpActionInfo" Abstract="true">
<Property Name="restrictionAction" Type="graph.restrictionAction" />
</ComplexType>
<ComplexType Name="resultInfo">
<Property Name="code" Type="Edm.Int32" Nullable="false" />
<Property Name="message" Type="Edm.String" />
Expand Down Expand Up @@ -32127,6 +32162,7 @@
<Property Name="error" Type="graph.publicError" />
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="offboardRequestedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="policyId" Type="Edm.String" />
<Property Name="protectionSources" Type="graph.protectionSource" Nullable="false" />
<Property Name="status" Type="graph.protectionUnitStatus" />
Expand Down Expand Up @@ -38783,6 +38819,10 @@
<Parameter Name="bindingParameter" Type="Collection(graph.operationApprovalRequest)" />
<Parameter Name="id" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="cancelOffboard" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.protectionUnitBase" />
<ReturnType Type="graph.protectionUnitBase" />
</Action>
<Action Name="cancelPrintJob" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.printJob" />
</Action>
Expand Down Expand Up @@ -42859,6 +42899,10 @@
<Parameter Name="basis" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="offboard" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.protectionUnitBase" />
<ReturnType Type="graph.protectionUnitBase" />
</Action>
<Action Name="onenotePatchContent" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.onenotePage" />
<Parameter Name="commands" Type="Collection(graph.onenotePatchContentCommand)" />
Expand Down Expand Up @@ -43636,6 +43680,21 @@
<Action Name="retire" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
</Action>
<Action Name="retrieval" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.copilotRoot" />
<Parameter Name="queryString" Type="Edm.String" Nullable="false" Unicode="false" />
<Parameter Name="dataSource" Type="graph.retrievalDataSource" />
<Parameter Name="filterExpression" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="resourceMetadata" Type="Collection(Edm.String)" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="maximumNumberOfResults" Type="Edm.Int32">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="graph.retrievalResponse" Nullable="false" />
</Action>
<Action Name="retrieveAndroidWorkProfileDeviceMigrationStatuses" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.deviceManagementReports" />
<Parameter Name="name" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -49142,6 +49201,7 @@
<Member Name="compliantDeviceSignInFailure" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
<Member Name="conditionalAccessBlockedSignIn" Value="5" />
<Member Name="samlSignInFailure" Value="6" />
</EnumType>
<EnumType Name="category">
<Member Name="unknown" Value="0" />
Expand All @@ -49160,6 +49220,7 @@
<Member Name="devices" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
<Member Name="conditionalAccess" Value="4" />
<Member Name="saml" Value="5" />
</EnumType>
<ComplexType Name="applicationImpactSummary" BaseType="microsoft.graph.healthMonitoring.directoryObjectImpactSummary" />
<ComplexType Name="deviceImpactSummary" BaseType="microsoft.graph.healthMonitoring.directoryObjectImpactSummary" />
Expand Down Expand Up @@ -85367,6 +85428,20 @@
<Annotations Target="microsoft.graph.retireScheduledManagedDevice/roleScopeTagIds">
<Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
</Annotations>
<Annotations Target="microsoft.graph.retrieval(microsoft.graph.copilotRoot, Edm.String, microsoft.graph.retrievalDataSource, Edm.String, Collection(Edm.String), Edm.Int32)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2024-02-23" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2025-12-31" />
<PropertyValue Property="Version" String="2024-12/PrivatePreview:retrievalAPI" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.retrieveManagedDevicesWithAppInstallationIssues(microsoft.graph.user)">
<Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the list of devices with failed or pending apps" />
</Annotations>
Expand Down
32 changes: 32 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,12 @@
<Member Name="incoming" Value="0" />
<Member Name="outgoing" Value="1" />
</EnumType>
<EnumType Name="callEventType">
<Member Name="callStarted" Value="0" />
<Member Name="callEnded" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
<Member Name="rosterUpdated" Value="3" />
</EnumType>
<EnumType Name="callRecordingStatus">
<Member Name="success" Value="0" />
<Member Name="failure" Value="1" />
Expand Down Expand Up @@ -7214,6 +7220,13 @@
<Property Name="senderDomain" Type="Edm.String" Nullable="false" />
<Property Name="useCompanyBranding" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="emergencyCallerInfo">
<Property Name="displayName" Type="Edm.String" />
<Property Name="location" Type="graph.location" />
<Property Name="phoneNumber" Type="Edm.String" />
<Property Name="tenantId" Type="Edm.String" />
<Property Name="upn" Type="Edm.String" />
</ComplexType>
<ComplexType Name="employeeOrgData">
<Property Name="costCenter" Type="Edm.String" />
<Property Name="division" Type="Edm.String" />
Expand Down Expand Up @@ -11570,6 +11583,11 @@
<NavigationProperty Name="operations" Type="Collection(graph.commsOperation)" ContainsTarget="true" />
<NavigationProperty Name="participants" Type="Collection(graph.participant)" ContainsTarget="true" />
</EntityType>
<EntityType Name="callEvent" BaseType="graph.entity">
<Property Name="callEventType" Type="graph.callEventType" Nullable="false" />
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" />
<NavigationProperty Name="participants" Type="Collection(graph.participant)" />
</EntityType>
<EntityType Name="callRecording" BaseType="graph.entity">
<Property Name="callId" Type="Edm.String" />
<Property Name="content" Type="Edm.Stream" />
Expand Down Expand Up @@ -13095,6 +13113,11 @@
<Property Name="destinationRoutingReason" Type="graph.mailDestinationRoutingReason" />
<Property Name="recipientEmail" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="emergencyCallEvent" BaseType="graph.callEvent">
<Property Name="callerInfo" Type="graph.emergencyCallerInfo" />
<Property Name="emergencyNumberDialed" Type="Edm.String" />
<Property Name="policyName" Type="Edm.String" />
</EntityType>
<EntityType Name="employeeExperience">
<NavigationProperty Name="communities" Type="Collection(graph.community)" ContainsTarget="true" />
<NavigationProperty Name="engagementAsyncOperations" Type="Collection(graph.engagementAsyncOperation)" ContainsTarget="true" />
Expand Down Expand Up @@ -42473,6 +42496,7 @@
</EntityType>
<EntityType Name="billingReconciliation" BaseType="graph.entity">
<NavigationProperty Name="billed" Type="microsoft.graph.partners.billing.billedReconciliation" ContainsTarget="true" Nullable="false" />
<NavigationProperty Name="unbilled" Type="microsoft.graph.partners.billing.unbilledReconciliation" ContainsTarget="true" Nullable="false" />
</EntityType>
<EntityType Name="exportSuccessOperation" BaseType="microsoft.graph.partners.billing.operation">
<NavigationProperty Name="resourceLocation" Type="microsoft.graph.partners.billing.manifest" Nullable="false" />
Expand All @@ -42498,6 +42522,7 @@
<Property Name="status" Type="graph.longRunningOperationStatus" />
</EntityType>
<EntityType Name="runningOperation" BaseType="microsoft.graph.partners.billing.operation" />
<EntityType Name="unbilledReconciliation" BaseType="graph.entity" />
<EntityType Name="unbilledUsage" BaseType="graph.entity" />
<Action Name="export" IsBound="true">
<Parameter Name="this" Type="microsoft.graph.partners.billing.billedReconciliation" />
Expand All @@ -42513,6 +42538,13 @@
<Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" />
<ReturnType Type="microsoft.graph.partners.billing.operation" />
</Action>
<Action Name="export" IsBound="true">
<Parameter Name="this" Type="microsoft.graph.partners.billing.unbilledReconciliation" />
<Parameter Name="currencyCode" Type="Edm.String" Unicode="false" />
<Parameter Name="billingPeriod" Type="microsoft.graph.partners.billing.billingPeriod" />
<Parameter Name="attributeSet" Type="microsoft.graph.partners.billing.attributeSet" />
<ReturnType Type="microsoft.graph.partners.billing.operation" />
</Action>
<Action Name="export" IsBound="true">
<Parameter Name="this" Type="microsoft.graph.partners.billing.unbilledUsage" />
<Parameter Name="currencyCode" Type="Edm.String" Unicode="false" />
Expand Down
Loading
Loading