Skip to content

Commit 29f7773

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 191849
1 parent 38c58e1 commit 29f7773

4 files changed

Lines changed: 15231 additions & 14697 deletions

clean_beta_metadata/cleanMetadata.xml

Lines changed: 102 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@
11641164
<Member Name="alternateMobilePhone" Value="10" />
11651165
<Member Name="mobilePhoneAndSMS" Value="11" />
11661166
<Member Name="unknownFutureValue" Value="12" />
1167+
<Member Name="externalAuthMethod" Value="13" />
11671168
</EnumType>
11681169
<EnumType Name="authorizationSystemActionSeverity">
11691170
<Member Name="normal" Value="0" />
@@ -1521,6 +1522,10 @@
15211522
<Member Name="callEnded" Value="1" />
15221523
<Member Name="unknownFutureValue" Value="2" />
15231524
<Member Name="rosterUpdated" Value="3" />
1525+
<Member Name="transcriptionStarted" Value="4" />
1526+
<Member Name="transcriptionStopped" Value="5" />
1527+
<Member Name="recordingStarted" Value="6" />
1528+
<Member Name="recordingStopped" Value="7" />
15241529
</EnumType>
15251530
<EnumType Name="callRecordingStatus">
15261531
<Member Name="success" Value="0" />
@@ -3833,6 +3838,20 @@
38333838
<Member Name="ssd" Value="2" />
38343839
<Member Name="unknownFutureValue" Value="3" />
38353840
</EnumType>
3841+
<EnumType Name="dlpAction">
3842+
<Member Name="notifyUser" Value="0" />
3843+
<Member Name="blockAccess" Value="1" />
3844+
<Member Name="deviceRestriction" Value="2" />
3845+
<Member Name="browserRestriction" Value="3" />
3846+
<Member Name="unknownFutureValue" Value="4" />
3847+
<Member Name="restrictAccess" Value="5" />
3848+
<Member Name="generateAlert" Value="6" />
3849+
<Member Name="generateIncidentReportAction" Value="7" />
3850+
<Member Name="sPBlockAnonymousAccess" Value="8" />
3851+
<Member Name="sPRuntimeAccessControl" Value="9" />
3852+
<Member Name="sPSharingNotifyUser" Value="10" />
3853+
<Member Name="sPSharingGenerateIncidentReport" Value="11" />
3854+
</EnumType>
38363855
<EnumType Name="dmaGuardDeviceEnumerationPolicyType">
38373856
<Member Name="deviceDefault" Value="0" />
38383857
<Member Name="blockAll" Value="1" />
@@ -7696,6 +7715,9 @@
76967715
<Member Name="unprotected" Value="3" />
76977716
<Member Name="removeRequested" Value="4" />
76987717
<Member Name="unknownFutureValue" Value="5" />
7718+
<Member Name="offboardRequested" Value="6" />
7719+
<Member Name="offboarded" Value="7" />
7720+
<Member Name="cancelOffboardRequested" Value="8" />
76997721
</EnumType>
77007722
<EnumType Name="protocolType" IsFlags="true">
77017723
<Member Name="none" Value="0" />
@@ -8075,6 +8097,7 @@
80758097
<Member Name="fido" Value="7" />
80768098
<Member Name="appPassword" Value="8" />
80778099
<Member Name="unknownFutureValue" Value="9" />
8100+
<Member Name="externalAuthMethod" Value="10" />
80788101
</EnumType>
80798102
<EnumType Name="registrationStatusType">
80808103
<Member Name="registered" Value="0" />
@@ -9713,6 +9736,7 @@
97139736
<Member Name="fido" Value="8" />
97149737
<Member Name="appPassword" Value="9" />
97159738
<Member Name="unknownFutureValue" Value="10" />
9739+
<Member Name="externalAuthMethod" Value="11" />
97169740
</EnumType>
97179741
<EnumType Name="usageRights" IsFlags="true">
97189742
<Member Name="unknown" Value="1" />
@@ -12534,9 +12558,6 @@
1253412558
<Property Name="value" Type="Edm.String" />
1253512559
<Property Name="valueType" Type="Edm.String" />
1253612560
</ComplexType>
12537-
<ComplexType Name="ciamUserSnapshot">
12538-
<Property Name="userId" Type="Edm.String" Nullable="false" />
12539-
</ComplexType>
1254012561
<ComplexType Name="claimsMapping" OpenType="true">
1254112562
<Property Name="displayName" Type="Edm.String" />
1254212563
<Property Name="email" Type="Edm.String" />
@@ -14145,6 +14166,7 @@
1414514166
<ComplexType Name="deviceMetadata">
1414614167
<Property Name="deviceType" Type="Edm.String" />
1414714168
<Property Name="ipAddress" Type="Edm.String" />
14169+
<Property Name="operatingSystemSpecifications" Type="graph.operatingSystemSpecifications" />
1414814170
</ComplexType>
1414914171
<ComplexType Name="deviceOperatingSystemSummary">
1415014172
<Property Name="androidCorporateWorkProfileCount" Type="Edm.Int32" Nullable="false" />
@@ -14218,7 +14240,9 @@
1421814240
<Property Name="displayName" Type="Edm.String" />
1421914241
<Property Name="languageTag" Type="Edm.String" />
1422014242
</ComplexType>
14221-
<ComplexType Name="dlpActionInfo" />
14243+
<ComplexType Name="dlpActionInfo">
14244+
<Property Name="action" Type="graph.dlpAction" />
14245+
</ComplexType>
1422214246
<ComplexType Name="dlpEvaluatePoliciesRequest">
1422314247
<Property Name="evaluationInput" Type="graph.dlpEvaluationInput" />
1422414248
<Property Name="notificationInfo" Type="graph.dlpNotification" />
@@ -16718,6 +16742,10 @@
1671816742
<ComplexType Name="openShiftItem" BaseType="graph.shiftItem">
1671916743
<Property Name="openSlotCount" Type="Edm.Int32" Nullable="false" />
1672016744
</ComplexType>
16745+
<ComplexType Name="operatingSystemSpecifications">
16746+
<Property Name="operatingSystemPlatform" Type="Edm.String" Nullable="false" />
16747+
<Property Name="operatingSystemVersion" Type="Edm.String" Nullable="false" />
16748+
</ComplexType>
1672116749
<ComplexType Name="operatingSystemVersionRange">
1672216750
<Property Name="description" Type="Edm.String" Nullable="false" />
1672316751
<Property Name="highestVersion" Type="Edm.String" Nullable="false" />
@@ -18017,6 +18045,10 @@
1801718045
<Property Name="inProgress" Type="Edm.Int32" />
1801818046
<Property Name="total" Type="Edm.Int32" />
1801918047
</ComplexType>
18048+
<ComplexType Name="restrictAccessAction" BaseType="graph.restrictAccessActionBase" />
18049+
<ComplexType Name="restrictAccessActionBase" BaseType="graph.dlpActionInfo" Abstract="true">
18050+
<Property Name="restrictionAction" Type="graph.restrictionAction" />
18051+
</ComplexType>
1802018052
<ComplexType Name="resultInfo">
1802118053
<Property Name="code" Type="Edm.Int32" Nullable="false" />
1802218054
<Property Name="message" Type="Edm.String" />
@@ -32109,15 +32141,6 @@
3210932141
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
3211032142
<Property Name="usernameHintText" Type="Edm.String" />
3211132143
</EntityType>
32112-
<EntityType Name="organizationalUnit" BaseType="graph.directoryObject">
32113-
<Property Name="description" Type="Edm.String" />
32114-
<Property Name="displayName" Type="Edm.String" />
32115-
<NavigationProperty Name="children" Type="Collection(graph.organizationalUnit)" />
32116-
<NavigationProperty Name="organizationalUnitParent" Type="graph.organizationalUnit" />
32117-
<NavigationProperty Name="resources" Type="Collection(graph.directoryObject)" />
32118-
<NavigationProperty Name="transitiveChildren" Type="Collection(graph.organizationalUnit)" />
32119-
<NavigationProperty Name="transitiveResources" Type="Collection(graph.directoryObject)" />
32120-
</EntityType>
3212132144
<EntityType Name="organizationSettings" BaseType="graph.entity">
3212232145
<NavigationProperty Name="contactInsights" Type="graph.insightsSettings" ContainsTarget="true" />
3212332146
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
@@ -32645,6 +32668,9 @@
3264532668
<Property Name="phoneType" Type="graph.authenticationPhoneType" />
3264632669
<Property Name="smsSignInState" Type="graph.authenticationMethodSignInState" />
3264732670
</EntityType>
32671+
<EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember">
32672+
<Property Name="phoneNumber" Type="Edm.String" />
32673+
</EntityType>
3264832674
<EntityType Name="picture">
3264932675
<Key>
3265032676
<PropertyRef Name="id" />
@@ -33510,6 +33536,7 @@
3351033536
<Property Name="error" Type="graph.publicError" />
3351133537
<Property Name="lastModifiedBy" Type="graph.identitySet" />
3351233538
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
33539+
<Property Name="offboardRequestedDateTime" Type="Edm.DateTimeOffset" />
3351333540
<Property Name="policyId" Type="Edm.String" />
3351433541
<Property Name="protectionSources" Type="graph.protectionSource" Nullable="false" />
3351533542
<Property Name="status" Type="graph.protectionUnitStatus" />
@@ -33858,6 +33885,7 @@
3385833885
<EntityType Name="reportsRoot" BaseType="graph.entity">
3385933886
<NavigationProperty Name="readingAssignmentSubmissions" Type="Collection(graph.readingAssignmentSubmission)" ContainsTarget="true" />
3386033887
<NavigationProperty Name="reflectCheckInResponses" Type="Collection(graph.reflectCheckInResponse)" ContainsTarget="true" />
33888+
<NavigationProperty Name="speakerAssignmentSubmissions" Type="Collection(graph.speakerAssignmentSubmission)" ContainsTarget="true" />
3386133889
</EntityType>
3386233890
<EntityType Name="request" BaseType="graph.entity">
3386333891
<Property Name="approvalId" Type="Edm.String" />
@@ -34586,7 +34614,7 @@
3458634614
<Property Name="signUpIdentityProvider" Type="Edm.String" Nullable="false" />
3458734615
<Property Name="signUpStage" Type="graph.signUpStage" Nullable="false" />
3458834616
<Property Name="status" Type="graph.signUpStatus" />
34589-
<Property Name="userSnapshot" Type="graph.ciamUserSnapshot" />
34617+
<Property Name="userId" Type="Edm.String" />
3459034618
</EntityType>
3459134619
<EntityType Name="sendDtmfTonesOperation" BaseType="graph.commsOperation" OpenType="true">
3459234620
<Property Name="completionReason" Type="graph.sendDtmfCompletionReason" />
@@ -35365,6 +35393,27 @@
3536535393
<NavigationProperty Name="businessScenarios" Type="Collection(graph.businessScenario)" ContainsTarget="true" />
3536635394
<NavigationProperty Name="virtualEvents" Type="graph.virtualEventsRoot" ContainsTarget="true" />
3536735395
</EntityType>
35396+
<EntityType Name="speakerAssignmentSubmission" BaseType="graph.entity">
35397+
<Property Name="assignmentId" Type="Edm.String" Nullable="false" />
35398+
<Property Name="averageWordsPerMinutePace" Type="Edm.Int64" />
35399+
<Property Name="classId" Type="Edm.String" />
35400+
<Property Name="fillerWordsOccurrencesCount" Type="Edm.Int64" />
35401+
<Property Name="incorrectCameraDistanceOccurrencesCount" Type="Edm.Int64" />
35402+
<Property Name="lengthOfSubmissionInSeconds" Type="Edm.Double" Nullable="false" />
35403+
<Property Name="lostEyeContactOccurrencesCount" Type="Edm.Int64" />
35404+
<Property Name="monotoneOccurrencesCount" Type="Edm.Int64" />
35405+
<Property Name="nonInclusiveLanguageOccurrencesCount" Type="Edm.Int64" />
35406+
<Property Name="obstructedViewOccurrencesCount" Type="Edm.Int64" />
35407+
<Property Name="repetitiveLanguageOccurrencesCount" Type="Edm.Int64" />
35408+
<Property Name="studentId" Type="Edm.String" />
35409+
<Property Name="submissionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
35410+
<Property Name="submissionId" Type="Edm.String" />
35411+
<Property Name="topFillerWords" Type="Collection(Edm.String)" Nullable="false" />
35412+
<Property Name="topMispronouncedWords" Type="Collection(Edm.String)" Nullable="false" />
35413+
<Property Name="topNonInclusiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
35414+
<Property Name="topRepetitiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
35415+
<Property Name="wordsSpokenCount" Type="Edm.Int64" Nullable="false" />
35416+
</EntityType>
3536835417
<EntityType Name="staleSignInAlertConfiguration" BaseType="graph.unifiedRoleManagementAlertConfiguration">
3536935418
<Property Name="duration" Type="Edm.Duration" />
3537035419
</EntityType>
@@ -40678,6 +40727,10 @@
4067840727
<Parameter Name="bindingParameter" Type="Collection(graph.operationApprovalRequest)" />
4067940728
<Parameter Name="id" Type="Edm.String" Unicode="false" />
4068040729
</Action>
40730+
<Action Name="cancelOffboard" IsBound="true">
40731+
<Parameter Name="bindingParameter" Type="graph.protectionUnitBase" />
40732+
<ReturnType Type="graph.protectionUnitBase" />
40733+
</Action>
4068140734
<Action Name="cancelPrintJob" IsBound="true">
4068240735
<Parameter Name="bindingParameter" Type="graph.printJob" />
4068340736
</Action>
@@ -44759,6 +44812,10 @@
4475944812
<Parameter Name="basis" Type="Edm.Untyped" />
4476044813
<ReturnType Type="graph.workbookFunctionResult" />
4476144814
</Action>
44815+
<Action Name="offboard" IsBound="true">
44816+
<Parameter Name="bindingParameter" Type="graph.protectionUnitBase" />
44817+
<ReturnType Type="graph.protectionUnitBase" />
44818+
</Action>
4476244819
<Action Name="onenotePatchContent" IsBound="true">
4476344820
<Parameter Name="bindingParameter" Type="graph.onenotePage" />
4476444821
<Parameter Name="commands" Type="Collection(graph.onenotePatchContentCommand)" />
@@ -45532,6 +45589,21 @@
4553245589
<Action Name="retire" IsBound="true">
4553345590
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
4553445591
</Action>
45592+
<Action Name="retrieval" IsBound="true">
45593+
<Parameter Name="bindingParameter" Type="graph.copilotRoot" />
45594+
<Parameter Name="queryString" Type="Edm.String" Nullable="false" Unicode="false" />
45595+
<Parameter Name="dataSource" Type="graph.retrievalDataSource" />
45596+
<Parameter Name="filterExpression" Type="Edm.String" Unicode="false">
45597+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
45598+
</Parameter>
45599+
<Parameter Name="resourceMetadata" Type="Collection(Edm.String)" Unicode="false">
45600+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
45601+
</Parameter>
45602+
<Parameter Name="maximumNumberOfResults" Type="Edm.Int32">
45603+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
45604+
</Parameter>
45605+
<ReturnType Type="graph.retrievalResponse" Nullable="false" />
45606+
</Action>
4553545607
<Action Name="retrieveAndroidWorkProfileDeviceMigrationStatuses" IsBound="true">
4553645608
<Parameter Name="bindingParameter" Type="graph.deviceManagementReports" />
4553745609
<Parameter Name="name" Type="Edm.String" Unicode="false" />
@@ -50216,8 +50288,6 @@
5021650288
<Singleton Name="directory" Type="microsoft.graph.directory">
5021750289
<NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" />
5021850290
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
50219-
<NavigationPropertyBinding Path="organizationalUnits/resources" Target="directoryObjects" />
50220-
<NavigationPropertyBinding Path="organizationalUnits/transitiveResources" Target="directoryObjects" />
5022150291
</Singleton>
5022250292
<Singleton Name="education" Type="microsoft.graph.educationRoot">
5022350293
<NavigationPropertyBinding Path="classes/group" Target="directoryObjects" />
@@ -51998,6 +52068,7 @@
5199852068
<Member Name="compliantDeviceSignInFailure" Value="3" />
5199952069
<Member Name="unknownFutureValue" Value="4" />
5200052070
<Member Name="conditionalAccessBlockedSignIn" Value="5" />
52071+
<Member Name="samlSignInFailure" Value="6" />
5200152072
</EnumType>
5200252073
<EnumType Name="category">
5200352074
<Member Name="unknown" Value="0" />
@@ -52016,6 +52087,7 @@
5201652087
<Member Name="devices" Value="2" />
5201752088
<Member Name="unknownFutureValue" Value="3" />
5201852089
<Member Name="conditionalAccess" Value="4" />
52090+
<Member Name="saml" Value="5" />
5201952091
</EnumType>
5202052092
<ComplexType Name="applicationImpactSummary" BaseType="microsoft.graph.healthMonitoring.directoryObjectImpactSummary" />
5202152093
<ComplexType Name="deviceImpactSummary" BaseType="microsoft.graph.healthMonitoring.directoryObjectImpactSummary" />
@@ -85053,20 +85125,6 @@
8505385125
<Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority">
8505485126
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
8505585127
</Annotations>
85056-
<Annotations Target="microsoft.graph.organizationalUnit">
85057-
<Annotation Term="Org.OData.Core.V1.Revisions">
85058-
<Collection>
85059-
<Record>
85060-
<PropertyValue Property="Date" Date="2023-11-17" />
85061-
<PropertyValue Property="Kind">
85062-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
85063-
</PropertyValue>
85064-
<PropertyValue Property="RemovalDate" Date="2024-06-01" />
85065-
<PropertyValue Property="Version" String="2023-11/PrivatePreview:organizationalUnits" />
85066-
</Record>
85067-
</Collection>
85068-
</Annotation>
85069-
</Annotations>
8507085128
<Annotations Target="microsoft.graph.organizationSettings/itemInsights">
8507185129
<Annotation Term="Org.OData.Core.V1.Revisions">
8507285130
<Collection>
@@ -88182,6 +88240,20 @@
8818288240
<Annotations Target="microsoft.graph.retireScheduledManagedDevice/roleScopeTagIds">
8818388241
<Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
8818488242
</Annotations>
88243+
<Annotations Target="microsoft.graph.retrieval(microsoft.graph.copilotRoot, Edm.String, microsoft.graph.retrievalDataSource, Edm.String, Collection(Edm.String), Edm.Int32)">
88244+
<Annotation Term="Org.OData.Core.V1.Revisions">
88245+
<Collection>
88246+
<Record>
88247+
<PropertyValue Property="Date" Date="2024-02-23" />
88248+
<PropertyValue Property="Kind">
88249+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
88250+
</PropertyValue>
88251+
<PropertyValue Property="RemovalDate" Date="2025-12-31" />
88252+
<PropertyValue Property="Version" String="2024-12/PrivatePreview:retrievalAPI" />
88253+
</Record>
88254+
</Collection>
88255+
</Annotation>
88256+
</Annotations>
8818588257
<Annotations Target="microsoft.graph.retrieveManagedDevicesWithAppInstallationIssues(microsoft.graph.user)">
8818688258
<Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the list of devices with failed or pending apps" />
8818788259
</Annotations>

0 commit comments

Comments
 (0)