Skip to content

Commit

Permalink
Update clean metadata file with 81021
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Jul 26, 2022
1 parent c347fff commit 9f1734a
Show file tree
Hide file tree
Showing 4 changed files with 1,114 additions and 532 deletions.
143 changes: 91 additions & 52 deletions clean_beta_metadata/cleanMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9588,9 +9588,11 @@
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
<Property Name="subject" Type="Edm.String" />
<Property Name="videoTeleconferenceId" Type="Edm.String" />
<NavigationProperty Name="virtualAppointment" Type="graph.virtualAppointment" ContainsTarget="true" />
<NavigationProperty Name="attendanceReports" Type="Collection(graph.meetingAttendanceReport)" ContainsTarget="true" />
<NavigationProperty Name="meetingAttendanceReport" Type="graph.meetingAttendanceReport" ContainsTarget="true" />
<NavigationProperty Name="registration" Type="graph.meetingRegistration" ContainsTarget="true" />
<NavigationProperty Name="transcripts" Type="Collection(graph.callTranscript)" ContainsTarget="true" />
</EntityType>
<EntityType Name="presence" BaseType="graph.entity">
<Property Name="activity" Type="Edm.String" />
Expand Down Expand Up @@ -9998,6 +10000,7 @@
</EntityType>
<EntityType Name="userRegistrationDetails" BaseType="graph.entity">
<Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" />
<Property Name="isAdmin" Type="Edm.Boolean" />
<Property Name="isMfaCapable" Type="Edm.Boolean" Nullable="false" />
<Property Name="isMfaRegistered" Type="Edm.Boolean" Nullable="false" />
<Property Name="isPasswordlessCapable" Type="Edm.Boolean" Nullable="false" />
Expand All @@ -10007,6 +10010,7 @@
<Property Name="methodsRegistered" Type="Collection(Edm.String)" />
<Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
<Property Name="userType" Type="graph.signInUserType" />
</EntityType>
<EntityType Name="azureADFeatureUsage" BaseType="graph.entity">
<Property Name="featureName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -15046,6 +15050,12 @@
<Property Name="certificateUpdateResult" Type="Edm.String" />
<Property Name="lastRunDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="tenantInformation">
<Property Name="defaultDomainName" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="federationBrandName" Type="Edm.String" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="verifiedDomain">
<Property Name="capabilities" Type="Edm.String" />
<Property Name="isDefault" Type="Edm.Boolean" />
Expand Down Expand Up @@ -17436,6 +17446,77 @@
<NavigationProperty Name="root" Type="graph.driveItem" />
<NavigationProperty Name="site" Type="graph.site" />
</EntityType>
<ComplexType Name="virtualAppointmentSettings">
<Property Name="allowClientToJoinUsingBrowser" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="virtualAppointmentUser">
<Property Name="displayName" Type="Edm.String" />
<Property Name="emailAddress" Type="Edm.String" />
<Property Name="smsCapablePhoneNumber" Type="Edm.String" />
</ComplexType>
<EntityType Name="virtualAppointment" BaseType="graph.entity">
<Property Name="appointmentClientJoinWebUrl" Type="Edm.String" />
<Property Name="appointmentClients" Type="Collection(graph.virtualAppointmentUser)" />
<Property Name="externalAppointmentId" Type="Edm.String" />
<Property Name="externalAppointmentUrl" Type="Edm.String" />
<Property Name="settings" Type="graph.virtualAppointmentSettings" />
</EntityType>
<ComplexType Name="audioConferencing">
<Property Name="conferenceId" Type="Edm.String" />
<Property Name="dialinUrl" Type="Edm.String" />
<Property Name="tollFreeNumber" Type="Edm.String" />
<Property Name="tollFreeNumbers" Type="Collection(Edm.String)" />
<Property Name="tollNumber" Type="Edm.String" />
<Property Name="tollNumbers" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="broadcastMeetingSettings">
<Property Name="allowedAudience" Type="graph.broadcastMeetingAudience" />
<Property Name="captions" Type="graph.broadcastMeetingCaptionSettings" />
<Property Name="isAttendeeReportEnabled" Type="Edm.Boolean" />
<Property Name="isQuestionAndAnswerEnabled" Type="Edm.Boolean" />
<Property Name="isRecordingEnabled" Type="Edm.Boolean" />
<Property Name="isVideoOnDemandEnabled" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="chatInfo">
<Property Name="messageId" Type="Edm.String" />
<Property Name="replyChainMessageId" Type="Edm.String" />
<Property Name="threadId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="joinMeetingIdSettings">
<Property Name="isPasscodeRequired" Type="Edm.Boolean" />
<Property Name="joinMeetingId" Type="Edm.String" />
<Property Name="passcode" Type="Edm.String" />
</ComplexType>
<ComplexType Name="meetingParticipants">
<Property Name="attendees" Type="Collection(graph.meetingParticipantInfo)" />
<Property Name="contributors" Type="Collection(graph.meetingParticipantInfo)" />
<Property Name="organizer" Type="graph.meetingParticipantInfo" />
<Property Name="producers" Type="Collection(graph.meetingParticipantInfo)" />
</ComplexType>
<EntityType Name="meetingAttendanceReport" BaseType="graph.entity">
<Property Name="meetingEndDateTime" Type="Edm.DateTimeOffset" />
<Property Name="meetingStartDateTime" Type="Edm.DateTimeOffset" />
<Property Name="totalParticipantCount" Type="Edm.Int32" />
<NavigationProperty Name="attendanceRecords" Type="Collection(graph.attendanceRecord)" ContainsTarget="true" />
</EntityType>
<EntityType Name="meetingRegistrationBase" BaseType="graph.entity" Abstract="true">
<Property Name="allowedRegistrant" Type="graph.meetingAudience" />
<NavigationProperty Name="registrants" Type="Collection(graph.meetingRegistrantBase)" ContainsTarget="true" />
</EntityType>
<EntityType Name="meetingRegistration" BaseType="graph.meetingRegistrationBase">
<Property Name="description" Type="Edm.String" />
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
<Property Name="registrationPageViewCount" Type="Edm.Int32" />
<Property Name="registrationPageWebUrl" Type="Edm.String" />
<Property Name="speakers" Type="Collection(graph.meetingSpeaker)" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
<Property Name="subject" Type="Edm.String" />
<NavigationProperty Name="customQuestions" Type="Collection(graph.meetingRegistrationQuestion)" ContainsTarget="true" />
</EntityType>
<EntityType Name="callTranscript" BaseType="graph.entity">
<Property Name="content" Type="Edm.Stream" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="messageEvent" BaseType="graph.entity">
<Property Name="dateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="description" Type="Edm.String" />
Expand Down Expand Up @@ -28302,14 +28383,6 @@
<Property Name="joinDateTime" Type="Edm.DateTimeOffset" />
<Property Name="leaveDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="audioConferencing">
<Property Name="conferenceId" Type="Edm.String" />
<Property Name="dialinUrl" Type="Edm.String" />
<Property Name="tollFreeNumber" Type="Edm.String" />
<Property Name="tollFreeNumbers" Type="Collection(Edm.String)" />
<Property Name="tollNumber" Type="Edm.String" />
<Property Name="tollNumbers" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="azureCommunicationServicesUserIdentity" BaseType="graph.identity" OpenType="true">
<Property Name="azureCommunicationServicesResourceId" Type="Edm.String" />
</ComplexType>
Expand All @@ -28318,14 +28391,6 @@
<Property Name="spokenLanguage" Type="Edm.String" />
<Property Name="translationLanguages" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="broadcastMeetingSettings">
<Property Name="allowedAudience" Type="graph.broadcastMeetingAudience" />
<Property Name="captions" Type="graph.broadcastMeetingCaptionSettings" />
<Property Name="isAttendeeReportEnabled" Type="Edm.Boolean" />
<Property Name="isQuestionAndAnswerEnabled" Type="Edm.Boolean" />
<Property Name="isRecordingEnabled" Type="Edm.Boolean" />
<Property Name="isVideoOnDemandEnabled" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="callMediaState">
<Property Name="audio" Type="graph.mediaState" />
</ComplexType>
Expand All @@ -28342,11 +28407,6 @@
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="state" Type="graph.callTranscriptionState" Nullable="false" />
</ComplexType>
<ComplexType Name="chatInfo">
<Property Name="messageId" Type="Edm.String" />
<Property Name="replyChainMessageId" Type="Edm.String" />
<Property Name="threadId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="commsNotification" OpenType="true">
<Property Name="changeType" Type="graph.changeType" Nullable="false" />
<Property Name="resourceUrl" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -28403,11 +28463,6 @@
<Property Name="joinMeetingId" Type="Edm.String" Nullable="false" />
<Property Name="passcode" Type="Edm.String" />
</ComplexType>
<ComplexType Name="joinMeetingIdSettings">
<Property Name="isPasscodeRequired" Type="Edm.Boolean" />
<Property Name="joinMeetingId" Type="Edm.String" />
<Property Name="passcode" Type="Edm.String" />
</ComplexType>
<ComplexType Name="mediaInfo">
<Property Name="resourceId" Type="Edm.String" />
<Property Name="uri" Type="Edm.String" Nullable="false" />
Expand All @@ -28434,12 +28489,6 @@
<Property Name="role" Type="graph.onlineMeetingRole" />
<Property Name="upn" Type="Edm.String" />
</ComplexType>
<ComplexType Name="meetingParticipants">
<Property Name="attendees" Type="Collection(graph.meetingParticipantInfo)" />
<Property Name="contributors" Type="Collection(graph.meetingParticipantInfo)" />
<Property Name="organizer" Type="graph.meetingParticipantInfo" />
<Property Name="producers" Type="Collection(graph.meetingParticipantInfo)" />
</ComplexType>
<ComplexType Name="meetingSpeaker">
<Property Name="bio" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
Expand Down Expand Up @@ -28564,20 +28613,10 @@
<Property Name="tenantId" Type="Edm.String" />
<Property Name="userId" Type="Edm.String" />
</EntityType>
<EntityType Name="meetingRegistrationBase" BaseType="graph.entity" Abstract="true">
<Property Name="allowedRegistrant" Type="graph.meetingAudience" />
<NavigationProperty Name="registrants" Type="Collection(graph.meetingRegistrantBase)" ContainsTarget="true" />
</EntityType>
<EntityType Name="externalMeetingRegistration" BaseType="graph.meetingRegistrationBase" />
<EntityType Name="inviteParticipantsOperation" BaseType="graph.commsOperation" OpenType="true">
<Property Name="participants" Type="Collection(graph.invitationParticipantInfo)" Nullable="false" />
</EntityType>
<EntityType Name="meetingAttendanceReport" BaseType="graph.entity">
<Property Name="meetingEndDateTime" Type="Edm.DateTimeOffset" />
<Property Name="meetingStartDateTime" Type="Edm.DateTimeOffset" />
<Property Name="totalParticipantCount" Type="Edm.Int32" />
<NavigationProperty Name="attendanceRecords" Type="Collection(graph.attendanceRecord)" ContainsTarget="true" />
</EntityType>
<EntityType Name="meetingRegistrant" BaseType="graph.meetingRegistrantBase">
<Property Name="customQuestionAnswers" Type="Collection(graph.customQuestionAnswer)" />
<Property Name="email" Type="Edm.String" />
Expand All @@ -28586,16 +28625,6 @@
<Property Name="registrationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="status" Type="graph.meetingRegistrantStatus" />
</EntityType>
<EntityType Name="meetingRegistration" BaseType="graph.meetingRegistrationBase">
<Property Name="description" Type="Edm.String" />
<Property Name="endDateTime" Type="Edm.DateTimeOffset" />
<Property Name="registrationPageViewCount" Type="Edm.Int32" />
<Property Name="registrationPageWebUrl" Type="Edm.String" />
<Property Name="speakers" Type="Collection(graph.meetingSpeaker)" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
<Property Name="subject" Type="Edm.String" />
<NavigationProperty Name="customQuestions" Type="Collection(graph.meetingRegistrationQuestion)" ContainsTarget="true" />
</EntityType>
<EntityType Name="meetingRegistrationQuestion" BaseType="graph.entity">
<Property Name="answerInputType" Type="graph.answerInputType" />
<Property Name="answerOptions" Type="Collection(Edm.String)" />
Expand Down Expand Up @@ -31521,6 +31550,16 @@
<Parameter Name="bindingParameter" Type="Collection(graph.user)" />
<ReturnType Type="Collection(Edm.String)" Unicode="false" />
</Function>
<Function Name="findTenantInformationByDomainName" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.tenantRelationship" Nullable="false" />
<Parameter Name="domainName" Type="Edm.String" Unicode="false" />
<ReturnType Type="graph.tenantInformation" />
</Function>
<Function Name="findTenantInformationByTenantId" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.tenantRelationship" Nullable="false" />
<Parameter Name="tenantId" Type="Edm.String" Unicode="false" />
<ReturnType Type="graph.tenantInformation" />
</Function>
<Action Name="setUpFeedbackResourcesFolder" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
<ReturnType Type="graph.educationAssignment" />
Expand Down
Loading

0 comments on commit 9f1734a

Please sign in to comment.