Skip to content

Commit bdafa56

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

1 file changed

Lines changed: 54 additions & 16 deletions

File tree

beta_metadata.xml

Lines changed: 54 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@
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" />
492495
</EnumType>
493496
<EnumType Name="dayOfWeek">
494497
<Member Name="sunday" Value="0" />
@@ -1005,6 +1008,13 @@
10051008
<Member Name="assigned" Value="2" />
10061009
<Member Name="unknownFutureValue" Value="3" />
10071010
</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>
10081018
<EnumType Name="educationSubmissionStatus">
10091019
<Member Name="working" Value="0" />
10101020
<Member Name="submitted" Value="1" />
@@ -5731,13 +5741,6 @@
57315741
<Member Name="securityGroup" Value="0" />
57325742
<Member Name="unknownFutureValue" Value="1" />
57335743
</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>
57415744
<EnumType Name="delegatedAdminRelationshipOperationType">
57425745
<Member Name="delegatedAdminAccessAssignmentUpdate" Value="0" />
57435746
<Member Name="unknownFutureValue" Value="1" />
@@ -5751,7 +5754,7 @@
57515754
<EnumType Name="delegatedAdminRelationshipRequestStatus">
57525755
<Member Name="created" Value="0" />
57535756
<Member Name="pending" Value="1" />
5754-
<Member Name="complete" Value="2" />
5757+
<Member Name="succeeded" Value="2" />
57555758
<Member Name="failed" Value="3" />
57565759
<Member Name="unknownFutureValue" Value="4" />
57575760
</EnumType>
@@ -10153,6 +10156,7 @@
1015310156
<Property Name="name" Type="Edm.String" />
1015410157
<Property Name="notes" Type="Edm.String" />
1015510158
<Property Name="phone" Type="Edm.String" />
10159+
<Property Name="smsNotificationsEnabled" Type="Edm.Boolean" Nullable="false" />
1015610160
<Property Name="timeZone" Type="Edm.String" />
1015710161
</ComplexType>
1015810162
<ComplexType Name="bookingQuestionAnswer">
@@ -10224,6 +10228,7 @@
1022410228
</ComplexType>
1022510229
<EntityType Name="bookingAppointment" BaseType="graph.entity">
1022610230
<Property Name="additionalInformation" Type="Edm.String" />
10231+
<Property Name="anonymousJoinWebUrl" Type="Edm.String" />
1022710232
<Property Name="customerEmailAddress" Type="Edm.String" />
1022810233
<Property Name="customerId" Type="Edm.String" />
1022910234
<Property Name="customerLocation" Type="graph.location" />
@@ -10269,6 +10274,7 @@
1026910274
<Property Name="defaultCurrencyIso" Type="Edm.String" />
1027010275
<Property Name="email" Type="Edm.String" />
1027110276
<Property Name="isPublished" Type="Edm.Boolean" />
10277+
<Property Name="languageTag" Type="Edm.String" />
1027210278
<Property Name="phone" Type="Edm.String" />
1027310279
<Property Name="publicUrl" Type="Edm.String" />
1027410280
<Property Name="schedulingPolicy" Type="graph.bookingSchedulingPolicy" />
@@ -10301,20 +10307,23 @@
1030110307
<Property Name="defaultPriceType" Type="graph.bookingPriceType" Nullable="false" />
1030210308
<Property Name="defaultReminders" Type="Collection(graph.bookingReminder)" />
1030310309
<Property Name="description" Type="Edm.String" />
10310+
<Property Name="isAnonymousJoinEnabled" Type="Edm.Boolean" Nullable="false" />
1030410311
<Property Name="isHiddenFromCustomers" Type="Edm.Boolean" Nullable="false" />
1030510312
<Property Name="isLocationOnline" Type="Edm.Boolean" Nullable="false" />
10313+
<Property Name="languageTag" Type="Edm.String" Nullable="false" />
1030610314
<Property Name="maximumAttendeesCount" Type="Edm.Int32" Nullable="false" />
1030710315
<Property Name="notes" Type="Edm.String" />
1030810316
<Property Name="postBuffer" Type="Edm.Duration" Nullable="false" />
1030910317
<Property Name="preBuffer" Type="Edm.Duration" Nullable="false" />
1031010318
<Property Name="schedulingPolicy" Type="graph.bookingSchedulingPolicy" />
10311-
<Property Name="smsNotificationsEnabled" Type="Edm.Boolean" Nullable="false" />
10319+
<Property Name="smsNotificationsEnabled" Type="Edm.Boolean" />
1031210320
<Property Name="staffMemberIds" Type="Collection(Edm.String)" />
1031310321
<Property Name="webUrl" Type="Edm.String" />
1031410322
</EntityType>
1031510323
<EntityType Name="bookingStaffMember" BaseType="graph.bookingPerson">
1031610324
<Property Name="availabilityIsAffectedByPersonalCalendar" Type="Edm.Boolean" Nullable="false" />
1031710325
<Property Name="colorIndex" Type="Edm.Int32" />
10326+
<Property Name="isEmailNotificationEnabled" Type="Edm.Boolean" Nullable="false" />
1031810327
<Property Name="role" Type="graph.bookingStaffRole" Nullable="false" />
1031910328
<Property Name="timeZone" Type="Edm.String" />
1032010329
<Property Name="useBusinessHours" Type="Edm.Boolean" Nullable="false" />
@@ -14351,7 +14360,6 @@
1435114360
<Property Name="duration" Type="Edm.Duration" Nullable="false" />
1435214361
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
1435314362
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
14354-
<Property Name="partner" Type="graph.delegatedAdminRelationshipParticipant" Nullable="false" />
1435514363
<Property Name="status" Type="graph.delegatedAdminRelationshipStatus" />
1435614364
<NavigationProperty Name="accessAssignments" Type="Collection(graph.delegatedAdminAccessAssignment)" ContainsTarget="true" />
1435714365
<NavigationProperty Name="operations" Type="Collection(graph.delegatedAdminRelationshipOperation)" ContainsTarget="true" />
@@ -14459,6 +14467,7 @@
1445914467
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1446014468
<Property Name="displayName" Type="Edm.String" />
1446114469
<Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
14470+
<Property Name="feedbackResourcesFolderUrl" Type="Edm.String" />
1446214471
<Property Name="grading" Type="graph.educationAssignmentGradeType" />
1446314472
<Property Name="instructions" Type="graph.educationItemBody" />
1446414473
<Property Name="lastModifiedBy" Type="graph.identitySet" />
@@ -14620,6 +14629,10 @@
1462014629
<Property Name="feedback" Type="graph.educationFeedback" />
1462114630
<Property Name="publishedFeedback" Type="graph.educationFeedback" />
1462214631
</EntityType>
14632+
<EntityType Name="educationFeedbackResourceOutcome" BaseType="graph.educationOutcome">
14633+
<Property Name="feedbackResource" Type="graph.educationResource" />
14634+
<Property Name="resourceStatus" Type="graph.educationFeedbackResourceOutcomeStatus" />
14635+
</EntityType>
1462314636
<EntityType Name="educationPointsOutcome" BaseType="graph.educationOutcome">
1462414637
<Property Name="points" Type="graph.educationAssignmentPointsGrade" />
1462514638
<Property Name="publishedPoints" Type="graph.educationAssignmentPointsGrade" />
@@ -17409,6 +17422,11 @@
1740917422
<Property Name="displayName" Type="Edm.String" />
1741017423
<Property Name="tenantId" Type="Edm.String" />
1741117424
</ComplexType>
17425+
<ComplexType Name="crossCloudAzureActiveDirectoryTenant" BaseType="graph.identitySource">
17426+
<Property Name="cloudInstance" Type="Edm.String" Nullable="false" />
17427+
<Property Name="displayName" Type="Edm.String" />
17428+
<Property Name="tenantId" Type="Edm.String" />
17429+
</ComplexType>
1741217430
<ComplexType Name="domainIdentitySource" BaseType="graph.identitySource">
1741317431
<Property Name="displayName" Type="Edm.String" />
1741417432
<Property Name="domainName" Type="Edm.String" />
@@ -25620,9 +25638,6 @@
2562025638
<Property Name="displayName" Type="Edm.String" />
2562125639
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
2562225640
</ComplexType>
25623-
<ComplexType Name="delegatedAdminRelationshipParticipant">
25624-
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
25625-
</ComplexType>
2562625641
<EntityType Name="delegatedAdminAccessAssignment" BaseType="graph.entity">
2562725642
<Property Name="accessContainer" Type="graph.delegatedAdminAccessContainer" Nullable="false" />
2562825643
<Property Name="accessDetails" Type="graph.delegatedAdminAccessDetails" Nullable="false" />
@@ -25631,7 +25646,6 @@
2563125646
<Property Name="status" Type="graph.delegatedAdminAccessAssignmentStatus" />
2563225647
</EntityType>
2563325648
<EntityType Name="delegatedAdminServiceManagementDetail" BaseType="graph.entity">
25634-
<Property Name="serviceId" Type="Edm.String" Nullable="false" />
2563525649
<Property Name="serviceManagementUrl" Type="Edm.String" Nullable="false" />
2563625650
<Property Name="serviceName" Type="Edm.String" Nullable="false" />
2563725651
</EntityType>
@@ -25640,7 +25654,7 @@
2564025654
<Property Name="data" Type="Edm.String" Nullable="false" />
2564125655
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
2564225656
<Property Name="operationType" Type="graph.delegatedAdminRelationshipOperationType" Nullable="false" />
25643-
<Property Name="status" Type="graph.delegatedAdminRelationshipOperationStatus" Nullable="false" />
25657+
<Property Name="status" Type="graph.longRunningOperationStatus" Nullable="false" />
2564425658
</EntityType>
2564525659
<EntityType Name="delegatedAdminRelationshipRequest" BaseType="graph.entity">
2564625660
<Property Name="action" Type="graph.delegatedAdminRelationshipRequestAction" Nullable="false" />
@@ -29807,6 +29821,10 @@
2980729821
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
2980829822
<Parameter Name="disableUserAccounts" Type="Edm.Boolean" />
2980929823
</Action>
29824+
<Action Name="promote" IsBound="true">
29825+
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
29826+
<ReturnType Type="Edm.Boolean" />
29827+
</Action>
2981029828
<Action Name="verify" IsBound="true" EntitySetPath="bindingParameter">
2981129829
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
2981229830
<ReturnType Type="graph.domain" />
@@ -29968,6 +29986,10 @@
2996829986
<Parameter Name="bindingParameter" Type="Collection(graph.user)" />
2996929987
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
2997029988
</Function>
29989+
<Action Name="setUpFeedbackResourcesFolder" IsBound="true">
29990+
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
29991+
<ReturnType Type="graph.educationAssignment" />
29992+
</Action>
2997129993
<Action Name="setUpResourcesFolder" IsBound="true">
2997229994
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
2997329995
<ReturnType Type="graph.educationAssignment" />
@@ -35451,6 +35473,16 @@
3545135473
<Parameter Name="softwareType" Type="graph.teamworkSoftwareType" Nullable="false" />
3545235474
<Parameter Name="softwareVersion" Type="Edm.String" Unicode="false" />
3545335475
</Action>
35476+
<Action Name="sendActivityNotificationToRecipients" IsBound="true">
35477+
<Parameter Name="bindingParameter" Type="graph.teamwork" />
35478+
<Parameter Name="topic" Type="graph.teamworkActivityTopic" />
35479+
<Parameter Name="activityType" Type="Edm.String" Unicode="false" />
35480+
<Parameter Name="chainId" Type="Edm.Int64" />
35481+
<Parameter Name="previewText" Type="graph.itemBody" />
35482+
<Parameter Name="teamsAppId" Type="Edm.String" Unicode="false" />
35483+
<Parameter Name="templateParameters" Type="Collection(graph.keyValuePair)" />
35484+
<Parameter Name="recipients" Type="Collection(graph.teamworkNotificationRecipient)" />
35485+
</Action>
3545435486
<Action Name="softDelete" IsBound="true">
3545535487
<Parameter Name="bindingParameter" Type="graph.chatMessage" />
3545635488
</Action>
@@ -45890,6 +45922,9 @@
4589045922
<Annotations Target="microsoft.graph.bookingAppointment">
4589145923
<Annotation Term="Org.OData.Core.V1.Description" String="Represents a booked appointment of a service by a customer in a business." />
4589245924
</Annotations>
45925+
<Annotations Target="microsoft.graph.bookingAppointment/anonymousJoinWebUrl">
45926+
<Annotation Term="Org.OData.Core.V1.IsURL" Bool="true" />
45927+
</Annotations>
4589345928
<Annotations Target="microsoft.graph.bookingAppointment/customerId">
4589445929
<Annotation Term="Org.OData.Core.V1.Description" String="The id of the booking customer associated with this appointment." />
4589545930
<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." />
@@ -48378,6 +48413,9 @@
4837848413
<Annotations Target="microsoft.graph.educationAssignment/createdDateTime">
4837948414
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
4838048415
</Annotations>
48416+
<Annotations Target="microsoft.graph.educationAssignment/feedbackResourcesFolderUrl">
48417+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
48418+
</Annotations>
4838148419
<Annotations Target="microsoft.graph.educationAssignment/lastModifiedBy">
4838248420
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
4838348421
</Annotations>
@@ -74037,7 +74075,7 @@
7403774075
<NavigationProperty Name="parent" Type="microsoft.graph.security.ediscoveryReviewTag" />
7403874076
</EntityType>
7403974077
<EntityType Name="ediscoveryIndexOperation" BaseType="microsoft.graph.security.caseOperation" />
74040-
<EntityType Name="siteSource" BaseType="microsoft.graph.ediscovery.dataSource">
74078+
<EntityType Name="siteSource" BaseType="microsoft.graph.security.dataSource">
7404174079
<NavigationProperty Name="site" Type="graph.site" Nullable="false" />
7404274080
</EntityType>
7404374081
<EntityType Name="unifiedGroupSource" BaseType="microsoft.graph.security.dataSource">

0 commit comments

Comments
 (0)