Skip to content

Commit fa4d46c

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updated beta_metadata.xml
1 parent bdafa56 commit fa4d46c

1 file changed

Lines changed: 16 additions & 35 deletions

File tree

beta_metadata.xml

Lines changed: 16 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,6 @@
489489
<Member Name="administrator" Value="1" />
490490
<Member Name="viewer" Value="2" />
491491
<Member Name="externalGuest" Value="3" />
492-
<Member Name="unknownFutureValue" Value="4" />
493-
<Member Name="scheduler" Value="5" />
494-
<Member Name="teamMember" Value="6" />
495492
</EnumType>
496493
<EnumType Name="dayOfWeek">
497494
<Member Name="sunday" Value="0" />
@@ -1008,13 +1005,6 @@
10081005
<Member Name="assigned" Value="2" />
10091006
<Member Name="unknownFutureValue" Value="3" />
10101007
</EnumType>
1011-
<EnumType Name="educationFeedbackResourceOutcomeStatus">
1012-
<Member Name="notPublished" Value="0" />
1013-
<Member Name="pendingPublish" Value="1" />
1014-
<Member Name="published" Value="2" />
1015-
<Member Name="failedPublish" Value="3" />
1016-
<Member Name="unknownFutureValue" Value="4" />
1017-
</EnumType>
10181008
<EnumType Name="educationSubmissionStatus">
10191009
<Member Name="working" Value="0" />
10201010
<Member Name="submitted" Value="1" />
@@ -5741,6 +5731,13 @@
57415731
<Member Name="securityGroup" Value="0" />
57425732
<Member Name="unknownFutureValue" Value="1" />
57435733
</EnumType>
5734+
<EnumType Name="delegatedAdminRelationshipOperationStatus">
5735+
<Member Name="notStarted" Value="0" />
5736+
<Member Name="running" Value="1" />
5737+
<Member Name="complete" Value="2" />
5738+
<Member Name="failed" Value="3" />
5739+
<Member Name="unknownFutureValue" Value="4" />
5740+
</EnumType>
57445741
<EnumType Name="delegatedAdminRelationshipOperationType">
57455742
<Member Name="delegatedAdminAccessAssignmentUpdate" Value="0" />
57465743
<Member Name="unknownFutureValue" Value="1" />
@@ -5754,7 +5751,7 @@
57545751
<EnumType Name="delegatedAdminRelationshipRequestStatus">
57555752
<Member Name="created" Value="0" />
57565753
<Member Name="pending" Value="1" />
5757-
<Member Name="succeeded" Value="2" />
5754+
<Member Name="complete" Value="2" />
57585755
<Member Name="failed" Value="3" />
57595756
<Member Name="unknownFutureValue" Value="4" />
57605757
</EnumType>
@@ -10156,7 +10153,6 @@
1015610153
<Property Name="name" Type="Edm.String" />
1015710154
<Property Name="notes" Type="Edm.String" />
1015810155
<Property Name="phone" Type="Edm.String" />
10159-
<Property Name="smsNotificationsEnabled" Type="Edm.Boolean" Nullable="false" />
1016010156
<Property Name="timeZone" Type="Edm.String" />
1016110157
</ComplexType>
1016210158
<ComplexType Name="bookingQuestionAnswer">
@@ -10228,7 +10224,6 @@
1022810224
</ComplexType>
1022910225
<EntityType Name="bookingAppointment" BaseType="graph.entity">
1023010226
<Property Name="additionalInformation" Type="Edm.String" />
10231-
<Property Name="anonymousJoinWebUrl" Type="Edm.String" />
1023210227
<Property Name="customerEmailAddress" Type="Edm.String" />
1023310228
<Property Name="customerId" Type="Edm.String" />
1023410229
<Property Name="customerLocation" Type="graph.location" />
@@ -10274,7 +10269,6 @@
1027410269
<Property Name="defaultCurrencyIso" Type="Edm.String" />
1027510270
<Property Name="email" Type="Edm.String" />
1027610271
<Property Name="isPublished" Type="Edm.Boolean" />
10277-
<Property Name="languageTag" Type="Edm.String" />
1027810272
<Property Name="phone" Type="Edm.String" />
1027910273
<Property Name="publicUrl" Type="Edm.String" />
1028010274
<Property Name="schedulingPolicy" Type="graph.bookingSchedulingPolicy" />
@@ -10307,23 +10301,20 @@
1030710301
<Property Name="defaultPriceType" Type="graph.bookingPriceType" Nullable="false" />
1030810302
<Property Name="defaultReminders" Type="Collection(graph.bookingReminder)" />
1030910303
<Property Name="description" Type="Edm.String" />
10310-
<Property Name="isAnonymousJoinEnabled" Type="Edm.Boolean" Nullable="false" />
1031110304
<Property Name="isHiddenFromCustomers" Type="Edm.Boolean" Nullable="false" />
1031210305
<Property Name="isLocationOnline" Type="Edm.Boolean" Nullable="false" />
10313-
<Property Name="languageTag" Type="Edm.String" Nullable="false" />
1031410306
<Property Name="maximumAttendeesCount" Type="Edm.Int32" Nullable="false" />
1031510307
<Property Name="notes" Type="Edm.String" />
1031610308
<Property Name="postBuffer" Type="Edm.Duration" Nullable="false" />
1031710309
<Property Name="preBuffer" Type="Edm.Duration" Nullable="false" />
1031810310
<Property Name="schedulingPolicy" Type="graph.bookingSchedulingPolicy" />
10319-
<Property Name="smsNotificationsEnabled" Type="Edm.Boolean" />
10311+
<Property Name="smsNotificationsEnabled" Type="Edm.Boolean" Nullable="false" />
1032010312
<Property Name="staffMemberIds" Type="Collection(Edm.String)" />
1032110313
<Property Name="webUrl" Type="Edm.String" />
1032210314
</EntityType>
1032310315
<EntityType Name="bookingStaffMember" BaseType="graph.bookingPerson">
1032410316
<Property Name="availabilityIsAffectedByPersonalCalendar" Type="Edm.Boolean" Nullable="false" />
1032510317
<Property Name="colorIndex" Type="Edm.Int32" />
10326-
<Property Name="isEmailNotificationEnabled" Type="Edm.Boolean" Nullable="false" />
1032710318
<Property Name="role" Type="graph.bookingStaffRole" Nullable="false" />
1032810319
<Property Name="timeZone" Type="Edm.String" />
1032910320
<Property Name="useBusinessHours" Type="Edm.Boolean" Nullable="false" />
@@ -14360,6 +14351,7 @@
1436014351
<Property Name="duration" Type="Edm.Duration" Nullable="false" />
1436114352
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
1436214353
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
14354+
<Property Name="partner" Type="graph.delegatedAdminRelationshipParticipant" Nullable="false" />
1436314355
<Property Name="status" Type="graph.delegatedAdminRelationshipStatus" />
1436414356
<NavigationProperty Name="accessAssignments" Type="Collection(graph.delegatedAdminAccessAssignment)" ContainsTarget="true" />
1436514357
<NavigationProperty Name="operations" Type="Collection(graph.delegatedAdminRelationshipOperation)" ContainsTarget="true" />
@@ -14467,7 +14459,6 @@
1446714459
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1446814460
<Property Name="displayName" Type="Edm.String" />
1446914461
<Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
14470-
<Property Name="feedbackResourcesFolderUrl" Type="Edm.String" />
1447114462
<Property Name="grading" Type="graph.educationAssignmentGradeType" />
1447214463
<Property Name="instructions" Type="graph.educationItemBody" />
1447314464
<Property Name="lastModifiedBy" Type="graph.identitySet" />
@@ -14629,10 +14620,6 @@
1462914620
<Property Name="feedback" Type="graph.educationFeedback" />
1463014621
<Property Name="publishedFeedback" Type="graph.educationFeedback" />
1463114622
</EntityType>
14632-
<EntityType Name="educationFeedbackResourceOutcome" BaseType="graph.educationOutcome">
14633-
<Property Name="feedbackResource" Type="graph.educationResource" />
14634-
<Property Name="resourceStatus" Type="graph.educationFeedbackResourceOutcomeStatus" />
14635-
</EntityType>
1463614623
<EntityType Name="educationPointsOutcome" BaseType="graph.educationOutcome">
1463714624
<Property Name="points" Type="graph.educationAssignmentPointsGrade" />
1463814625
<Property Name="publishedPoints" Type="graph.educationAssignmentPointsGrade" />
@@ -25638,6 +25625,9 @@
2563825625
<Property Name="displayName" Type="Edm.String" />
2563925626
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
2564025627
</ComplexType>
25628+
<ComplexType Name="delegatedAdminRelationshipParticipant">
25629+
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
25630+
</ComplexType>
2564125631
<EntityType Name="delegatedAdminAccessAssignment" BaseType="graph.entity">
2564225632
<Property Name="accessContainer" Type="graph.delegatedAdminAccessContainer" Nullable="false" />
2564325633
<Property Name="accessDetails" Type="graph.delegatedAdminAccessDetails" Nullable="false" />
@@ -25646,6 +25636,7 @@
2564625636
<Property Name="status" Type="graph.delegatedAdminAccessAssignmentStatus" />
2564725637
</EntityType>
2564825638
<EntityType Name="delegatedAdminServiceManagementDetail" BaseType="graph.entity">
25639+
<Property Name="serviceId" Type="Edm.String" Nullable="false" />
2564925640
<Property Name="serviceManagementUrl" Type="Edm.String" Nullable="false" />
2565025641
<Property Name="serviceName" Type="Edm.String" Nullable="false" />
2565125642
</EntityType>
@@ -25654,7 +25645,7 @@
2565425645
<Property Name="data" Type="Edm.String" Nullable="false" />
2565525646
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
2565625647
<Property Name="operationType" Type="graph.delegatedAdminRelationshipOperationType" Nullable="false" />
25657-
<Property Name="status" Type="graph.longRunningOperationStatus" Nullable="false" />
25648+
<Property Name="status" Type="graph.delegatedAdminRelationshipOperationStatus" Nullable="false" />
2565825649
</EntityType>
2565925650
<EntityType Name="delegatedAdminRelationshipRequest" BaseType="graph.entity">
2566025651
<Property Name="action" Type="graph.delegatedAdminRelationshipRequestAction" Nullable="false" />
@@ -29986,10 +29977,6 @@
2998629977
<Parameter Name="bindingParameter" Type="Collection(graph.user)" />
2998729978
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
2998829979
</Function>
29989-
<Action Name="setUpFeedbackResourcesFolder" IsBound="true">
29990-
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
29991-
<ReturnType Type="graph.educationAssignment" />
29992-
</Action>
2999329980
<Action Name="setUpResourcesFolder" IsBound="true">
2999429981
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
2999529982
<ReturnType Type="graph.educationAssignment" />
@@ -45922,9 +45909,6 @@
4592245909
<Annotations Target="microsoft.graph.bookingAppointment">
4592345910
<Annotation Term="Org.OData.Core.V1.Description" String="Represents a booked appointment of a service by a customer in a business." />
4592445911
</Annotations>
45925-
<Annotations Target="microsoft.graph.bookingAppointment/anonymousJoinWebUrl">
45926-
<Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
45927-
</Annotations>
4592845912
<Annotations Target="microsoft.graph.bookingAppointment/customerId">
4592945913
<Annotation Term="Org.OData.Core.V1.Description" String="The id of the booking customer associated with this appointment." />
4593045914
<Annotation Term="Org.OData.Core.V1.LongDescription" String="If CustomerId is not specified when an appointment is created then a new customer is created based on the appointment customer information. Once set, the customerId should be considered immutable." />
@@ -48413,9 +48397,6 @@
4841348397
<Annotations Target="microsoft.graph.educationAssignment/createdDateTime">
4841448398
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
4841548399
</Annotations>
48416-
<Annotations Target="microsoft.graph.educationAssignment/feedbackResourcesFolderUrl">
48417-
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
48418-
</Annotations>
4841948400
<Annotations Target="microsoft.graph.educationAssignment/lastModifiedBy">
4842048401
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
4842148402
</Annotations>
@@ -74075,7 +74056,7 @@
7407574056
<NavigationProperty Name="parent" Type="microsoft.graph.security.ediscoveryReviewTag" />
7407674057
</EntityType>
7407774058
<EntityType Name="ediscoveryIndexOperation" BaseType="microsoft.graph.security.caseOperation" />
74078-
<EntityType Name="siteSource" BaseType="microsoft.graph.security.dataSource">
74059+
<EntityType Name="siteSource" BaseType="microsoft.graph.ediscovery.dataSource">
7407974060
<NavigationProperty Name="site" Type="graph.site" Nullable="false" />
7408074061
</EntityType>
7408174062
<EntityType Name="unifiedGroupSource" BaseType="microsoft.graph.security.dataSource">

0 commit comments

Comments
 (0)