Skip to content

Commit be29673

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 195992
1 parent 780f3b7 commit be29673

File tree

4 files changed

+16769
-15761
lines changed

4 files changed

+16769
-15761
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
132132
<Member Name="personal" Value="2" />
133133
<Member Name="unrestricted" Value="3" />
134134
</EnumType>
135+
<EnumType Name="activityStatus">
136+
<Member Name="notStarted" Value="0" />
137+
<Member Name="running" Value="1" />
138+
<Member Name="failed" Value="2" />
139+
<Member Name="unknownFutureValue" Value="3" />
140+
</EnumType>
135141
<EnumType Name="activityType">
136142
<Member Name="signin" Value="0" />
137143
<Member Name="user" Value="1" />
@@ -2724,6 +2730,10 @@
27242730
<Member Name="failed" Value="4" />
27252731
<Member Name="unknownFutureValue" Value="127" />
27262732
</EnumType>
2733+
<EnumType Name="connectionType">
2734+
<Member Name="webSocket" Value="0" />
2735+
<Member Name="unknownFutureValue" Value="1" />
2736+
</EnumType>
27272737
<EnumType Name="connectorGroupRegion">
27282738
<Member Name="nam" Value="0" />
27292739
<Member Name="eur" Value="1" />
@@ -11432,6 +11442,10 @@
1143211442
<ComplexType Name="activityMetadata">
1143311443
<Property Name="activity" Type="graph.userActivityType" Nullable="false" />
1143411444
</ComplexType>
11445+
<ComplexType Name="activityTransport">
11446+
<Property Name="connectionType" Type="graph.connectionType" Nullable="false" />
11447+
<Property Name="url" Type="Edm.String" />
11448+
</ComplexType>
1143511449
<ComplexType Name="addContentFooterAction" BaseType="graph.informationProtectionAction">
1143611450
<Property Name="alignment" Type="graph.contentAlignment" Nullable="false" />
1143711451
<Property Name="fontColor" Type="Edm.String" />
@@ -12330,6 +12344,11 @@
1233012344
<ComplexType Name="azureSource" BaseType="graph.authorizationSystemIdentitySource">
1233112345
<Property Name="subscriptionId" Type="Edm.String" />
1233212346
</ComplexType>
12347+
<ComplexType Name="baseActivity" Abstract="true">
12348+
<Property Name="resultInfo" Type="graph.resultInfo" />
12349+
<Property Name="status" Type="graph.activityStatus" Nullable="false" />
12350+
<Property Name="transport" Type="graph.activityTransport" />
12351+
</ComplexType>
1233312352
<ComplexType Name="baseEndUserNotification">
1233412353
<Property Name="defaultLanguage" Type="Edm.String" />
1233512354
<NavigationProperty Name="endUserNotification" Type="graph.endUserNotification" />
@@ -19100,6 +19119,10 @@
1910019119
<ComplexType Name="spaApplication">
1910119120
<Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" />
1910219121
</ComplexType>
19122+
<ComplexType Name="speakerInfo">
19123+
<Property Name="displayName" Type="Edm.String" />
19124+
<Property Name="rawId" Type="Edm.String" />
19125+
</ComplexType>
1910319126
<ComplexType Name="specialFolder">
1910419127
<Property Name="name" Type="Edm.String" />
1910519128
</ComplexType>
@@ -19191,6 +19214,9 @@
1919119214
<Property Name="status" Type="graph.subjectRightsRequestStageStatus" />
1919219215
</ComplexType>
1919319216
<ComplexType Name="subjectSet" Abstract="true" />
19217+
<ComplexType Name="subscriptionActivities">
19218+
<Property Name="transcript" Type="graph.transcriptActivity" />
19219+
</ComplexType>
1919419220
<ComplexType Name="substringTransformation" BaseType="graph.customClaimTransformation">
1919519221
<Property Name="index" Type="Edm.Int32" Nullable="false" />
1919619222
<Property Name="length" Type="Edm.Int32" />
@@ -19828,10 +19854,22 @@
1982819854
<ComplexType Name="trainingSetting" Abstract="true">
1982919855
<Property Name="settingType" Type="graph.trainingSettingType" />
1983019856
</ComplexType>
19857+
<ComplexType Name="transcriptActivity" BaseType="graph.baseActivity" />
1983119858
<ComplexType Name="transcriptionState">
1983219859
<Property Name="sequenceNumber" Type="Edm.Int32" />
1983319860
<Property Name="state" Type="graph.mediaState" Nullable="false" />
1983419861
</ComplexType>
19862+
<ComplexType Name="transcriptPayload">
19863+
<Property Name="audioCaptureDateTime" Type="Edm.DateTimeOffset" />
19864+
<Property Name="sequenceId" Type="Edm.Int32" />
19865+
<Property Name="speaker" Type="graph.transcriptSpeaker" />
19866+
<Property Name="spokenLanguage" Type="Edm.String" />
19867+
<Property Name="text" Type="Edm.String" />
19868+
</ComplexType>
19869+
<ComplexType Name="transcriptSpeaker">
19870+
<Property Name="room" Type="graph.speakerInfo" />
19871+
<Property Name="user" Type="graph.speakerInfo" />
19872+
</ComplexType>
1983519873
<ComplexType Name="transformationAttribute">
1983619874
<Property Name="attribute" Type="graph.customClaimAttributeBase" Nullable="false" />
1983719875
<Property Name="treatAsMultiValue" Type="Edm.Boolean" Nullable="false" />
@@ -25196,11 +25234,15 @@
2519625234
<EntityType Name="copilotAdminSetting" BaseType="graph.entity">
2519725235
<NavigationProperty Name="limitedMode" Type="graph.copilotAdminLimitedMode" ContainsTarget="true" />
2519825236
</EntityType>
25237+
<EntityType Name="copilotCommunicationsRoot" BaseType="graph.entity">
25238+
<NavigationProperty Name="realtimeActivityFeed" Type="graph.realtimeActivityFeedRoot" ContainsTarget="true" />
25239+
</EntityType>
2519925240
<EntityType Name="copilotPeopleAdminSetting" BaseType="graph.entity">
2520025241
<NavigationProperty Name="enhancedPersonalization" Type="graph.enhancedPersonalizationSetting" ContainsTarget="true" />
2520125242
</EntityType>
2520225243
<EntityType Name="copilotRoot">
2520325244
<NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" />
25245+
<NavigationProperty Name="communications" Type="graph.copilotCommunicationsRoot" ContainsTarget="true" />
2520425246
<NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" />
2520525247
<NavigationProperty Name="settings" Type="graph.copilotSetting" ContainsTarget="true" />
2520625248
<NavigationProperty Name="users" Type="Collection(graph.aiUser)" ContainsTarget="true" />
@@ -31933,6 +31975,13 @@
3193331975
<NavigationProperty Name="signUps" Type="Collection(graph.userSignUpMetric)" />
3193431976
<NavigationProperty Name="summary" Type="Collection(graph.insightSummary)" />
3193531977
</EntityType>
31978+
<EntityType Name="multiActivitySubscription" BaseType="graph.entity" OpenType="true">
31979+
<Property Name="activities" Type="graph.subscriptionActivities" />
31980+
<Property Name="callbackUrl" Type="Edm.String" />
31981+
<Property Name="chatInfo" Type="graph.chatInfo" />
31982+
<Property Name="meetingInfo" Type="graph.meetingInfo" />
31983+
<Property Name="userId" Type="Edm.String" />
31984+
</EntityType>
3193631985
<EntityType Name="multiTenantOrganization" BaseType="graph.entity">
3193731986
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
3193831987
<Property Name="description" Type="Edm.String" />
@@ -34266,6 +34315,16 @@
3426634315
<Property Name="wordsAccuracyPercentage" Type="Edm.Double" Nullable="false" />
3426734316
<Property Name="wordsPerMinute" Type="Edm.Double" Nullable="false" />
3426834317
</EntityType>
34318+
<EntityType Name="realtimeActivityFeedRoot" BaseType="graph.entity">
34319+
<NavigationProperty Name="meetings" Type="Collection(graph.realtimeActivityMeeting)" ContainsTarget="true" />
34320+
<NavigationProperty Name="multiActivitySubscriptions" Type="Collection(graph.multiActivitySubscription)" ContainsTarget="true" />
34321+
</EntityType>
34322+
<EntityType Name="realtimeActivityMeeting" BaseType="graph.entity">
34323+
<NavigationProperty Name="transcripts" Type="Collection(graph.realTimeTranscript)" ContainsTarget="true" />
34324+
</EntityType>
34325+
<EntityType Name="realTimeTranscript" BaseType="graph.entity" OpenType="true">
34326+
<Property Name="payloads" Type="Collection(graph.transcriptPayload)" Nullable="false" />
34327+
</EntityType>
3426934328
<EntityType Name="recommendation" BaseType="graph.recommendationBase" />
3427034329
<EntityType Name="recommendationBase" BaseType="graph.entity">
3427134330
<Property Name="actionSteps" Type="Collection(graph.actionStep)" />
@@ -62547,6 +62606,13 @@
6254762606
<Annotations Target="microsoft.graph.copilotRoot">
6254862607
<Annotation Term="Org.OData.Core.V1.Description" String="Root singleton for all Copilot APIs on Microsoft Graph." />
6254962608
</Annotations>
62609+
<Annotations Target="microsoft.graph.copilotRoot/communications">
62610+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
62611+
<Record>
62612+
<PropertyValue Property="Upsertable" Bool="true" />
62613+
</Record>
62614+
</Annotation>
62615+
</Annotations>
6255062616
<Annotations Target="microsoft.graph.countryRegion">
6255162617
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
6255262618
<Record>
@@ -88713,6 +88779,27 @@
8871388779
<Annotations Target="microsoft.graph.ratingUnitedStatesTelevisionType/parentalGuidance">
8871488780
<Annotation Term="Org.OData.Core.V1.Description" String="TV-PG, parental guidance" />
8871588781
</Annotations>
88782+
<Annotations Target="microsoft.graph.realtimeActivityFeedRoot/meetings">
88783+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
88784+
<Record>
88785+
<PropertyValue Property="Upsertable" Bool="true" />
88786+
</Record>
88787+
</Annotation>
88788+
</Annotations>
88789+
<Annotations Target="microsoft.graph.realtimeActivityFeedRoot/multiActivitySubscriptions">
88790+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
88791+
<Record>
88792+
<PropertyValue Property="Upsertable" Bool="true" />
88793+
</Record>
88794+
</Annotation>
88795+
</Annotations>
88796+
<Annotations Target="microsoft.graph.realtimeActivityMeeting/transcripts">
88797+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
88798+
<Record>
88799+
<PropertyValue Property="Upsertable" Bool="true" />
88800+
</Record>
88801+
</Annotation>
88802+
</Annotations>
8871688803
<Annotations Target="microsoft.graph.rebootNow(microsoft.graph.managedDevice)">
8871788804
<Annotation Term="Org.OData.Core.V1.Description" String="Reboot device" />
8871888805
</Annotations>

0 commit comments

Comments
 (0)