Skip to content

Commit d108176

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 188232
1 parent c069cd1 commit d108176

File tree

4 files changed

+13873
-13279
lines changed

4 files changed

+13873
-13279
lines changed

clean_v10_metadata/cleanMetadata.xml

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@
157157
<Member Name="declined" Value="3" />
158158
<Member Name="unknownFutureValue" Value="5" />
159159
</EnumType>
160+
<EnumType Name="aiInteractionType">
161+
<Member Name="userPrompt" Value="0" />
162+
<Member Name="aiResponse" Value="1" />
163+
<Member Name="unknownFutureValue" Value="2" />
164+
</EnumType>
160165
<EnumType Name="alertFeedback">
161166
<Member Name="unknown" Value="0" />
162167
<Member Name="truePositive" Value="1" />
@@ -780,6 +785,11 @@
780785
<Member Name="preset23" Value="23" />
781786
<Member Name="preset24" Value="24" />
782787
</EnumType>
788+
<EnumType Name="certificateAuthorityType">
789+
<Member Name="root" Value="0" />
790+
<Member Name="intermediate" Value="1" />
791+
<Member Name="unknownFutureValue" Value="2" />
792+
</EnumType>
783793
<EnumType Name="certificateStatus">
784794
<Member Name="notProvisioned" Value="0" />
785795
<Member Name="provisioned" Value="1" />
@@ -5646,6 +5656,32 @@
56465656
<ComplexType Name="agreementFileData">
56475657
<Property Name="data" Type="Edm.Binary" />
56485658
</ComplexType>
5659+
<ComplexType Name="aiInteractionAttachment">
5660+
<Property Name="attachmentId" Type="Edm.String" />
5661+
<Property Name="content" Type="Edm.String" />
5662+
<Property Name="contentType" Type="Edm.String" />
5663+
<Property Name="contentUrl" Type="Edm.String" />
5664+
<Property Name="name" Type="Edm.String" />
5665+
</ComplexType>
5666+
<ComplexType Name="aiInteractionContext">
5667+
<Property Name="contextReference" Type="Edm.String" />
5668+
<Property Name="contextType" Type="Edm.String" />
5669+
<Property Name="displayName" Type="Edm.String" />
5670+
</ComplexType>
5671+
<ComplexType Name="aiInteractionLink">
5672+
<Property Name="displayName" Type="Edm.String" />
5673+
<Property Name="linkType" Type="Edm.String" />
5674+
<Property Name="linkUrl" Type="Edm.String" />
5675+
</ComplexType>
5676+
<ComplexType Name="aiInteractionMention">
5677+
<Property Name="mentioned" Type="graph.aiInteractionMentionedIdentitySet" />
5678+
<Property Name="mentionId" Type="Edm.Int32" />
5679+
<Property Name="mentionText" Type="Edm.String" />
5680+
</ComplexType>
5681+
<ComplexType Name="aiInteractionMentionedIdentitySet" BaseType="graph.identitySet" OpenType="true">
5682+
<Property Name="conversation" Type="graph.teamworkConversationIdentity" />
5683+
<Property Name="tag" Type="graph.teamworkTagIdentity" />
5684+
</ComplexType>
56495685
<ComplexType Name="airPrintSettings">
56505686
<Property Name="incompatiblePrinters" Type="graph.incompatiblePrinterSettings" Nullable="false" />
56515687
</ComplexType>
@@ -10770,6 +10806,26 @@
1077010806
<Property Name="language" Type="Edm.String" />
1077110807
</EntityType>
1077210808
<EntityType Name="agreementFileVersion" BaseType="graph.agreementFileProperties" />
10809+
<EntityType Name="aiInteraction" BaseType="graph.entity">
10810+
<Property Name="appClass" Type="Edm.String" Nullable="false" />
10811+
<Property Name="attachments" Type="Collection(graph.aiInteractionAttachment)" />
10812+
<Property Name="body" Type="graph.itemBody" />
10813+
<Property Name="contexts" Type="Collection(graph.aiInteractionContext)" />
10814+
<Property Name="conversationType" Type="Edm.String" />
10815+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
10816+
<Property Name="etag" Type="Edm.String" />
10817+
<Property Name="from" Type="graph.identitySet" Nullable="false" />
10818+
<Property Name="interactionType" Type="graph.aiInteractionType" Nullable="false" />
10819+
<Property Name="links" Type="Collection(graph.aiInteractionLink)" />
10820+
<Property Name="locale" Type="Edm.String" Nullable="false" />
10821+
<Property Name="mentions" Type="Collection(graph.aiInteractionMention)" />
10822+
<Property Name="requestId" Type="Edm.String" Nullable="false" />
10823+
<Property Name="sessionId" Type="Edm.String" Nullable="false" />
10824+
</EntityType>
10825+
<EntityType Name="aiInteractionHistory" BaseType="graph.entity" />
10826+
<EntityType Name="aiUser" BaseType="graph.entity">
10827+
<NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" />
10828+
</EntityType>
1077310829
<EntityType Name="alert" BaseType="graph.entity" OpenType="true">
1077410830
<Property Name="activityGroupName" Type="Edm.String" />
1077510831
<Property Name="alertDetections" Type="Collection(graph.alertDetection)" />
@@ -11730,9 +11786,29 @@
1173011786
<NavigationProperty Name="horizontalSections" Type="Collection(graph.horizontalSection)" ContainsTarget="true" />
1173111787
<NavigationProperty Name="verticalSection" Type="graph.verticalSection" ContainsTarget="true" />
1173211788
</EntityType>
11789+
<EntityType Name="certificateAuthorityDetail" BaseType="graph.directoryObject">
11790+
<Property Name="certificate" Type="Edm.Binary" Nullable="false" />
11791+
<Property Name="certificateAuthorityType" Type="graph.certificateAuthorityType" />
11792+
<Property Name="certificateRevocationListUrl" Type="Edm.String" />
11793+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
11794+
<Property Name="deltaCertificateRevocationListUrl" Type="Edm.String" />
11795+
<Property Name="displayName" Type="Edm.String" />
11796+
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
11797+
<Property Name="isIssuerHintEnabled" Type="Edm.Boolean" />
11798+
<Property Name="issuer" Type="Edm.String" />
11799+
<Property Name="issuerSubjectKeyIdentifier" Type="Edm.String" />
11800+
<Property Name="thumbprint" Type="Edm.String" Nullable="false" />
11801+
</EntityType>
1173311802
<EntityType Name="certificateBasedAuthConfiguration" BaseType="graph.entity">
1173411803
<Property Name="certificateAuthorities" Type="Collection(graph.certificateAuthority)" Nullable="false" />
1173511804
</EntityType>
11805+
<EntityType Name="certificateBasedAuthPki" BaseType="graph.directoryObject">
11806+
<Property Name="displayName" Type="Edm.String" />
11807+
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
11808+
<Property Name="status" Type="Edm.String" />
11809+
<Property Name="statusDetails" Type="Edm.String" />
11810+
<NavigationProperty Name="certificateAuthorities" Type="Collection(graph.certificateAuthorityDetail)" ContainsTarget="true" />
11811+
</EntityType>
1173611812
<EntityType Name="changeTrackedEntity" BaseType="graph.entity" Abstract="true">
1173711813
<Property Name="createdBy" Type="graph.identitySet" />
1173811814
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
@@ -12217,6 +12293,8 @@
1221712293
</EntityType>
1221812294
<EntityType Name="copilotRoot">
1221912295
<NavigationProperty Name="admin" Type="graph.copilotAdmin" ContainsTarget="true" />
12296+
<NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" />
12297+
<NavigationProperty Name="users" Type="Collection(graph.aiUser)" ContainsTarget="true" />
1222012298
</EntityType>
1222112299
<EntityType Name="countryNamedLocation" BaseType="graph.namedLocation">
1222212300
<Property Name="countriesAndRegions" Type="Collection(Edm.String)" Nullable="false" />
@@ -12999,6 +13077,7 @@
1299913077
<NavigationProperty Name="deviceLocalCredentials" Type="Collection(graph.deviceLocalCredentialInfo)" ContainsTarget="true" />
1300013078
<NavigationProperty Name="federationConfigurations" Type="Collection(graph.identityProviderBase)" ContainsTarget="true" />
1300113079
<NavigationProperty Name="onPremisesSynchronization" Type="Collection(graph.onPremisesDirectorySynchronization)" ContainsTarget="true" />
13080+
<NavigationProperty Name="publicKeyInfrastructure" Type="graph.publicKeyInfrastructureRoot" ContainsTarget="true" />
1300213081
<NavigationProperty Name="subscriptions" Type="Collection(graph.companySubscription)" ContainsTarget="true" />
1300313082
</EntityType>
1300413083
<EntityType Name="directoryAudit" BaseType="graph.entity">
@@ -16527,6 +16606,9 @@
1652716606
<Property Name="targetSystem" Type="graph.provisioningSystem" />
1652816607
<Property Name="tenantId" Type="Edm.String" />
1652916608
</EntityType>
16609+
<EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity">
16610+
<NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" />
16611+
</EntityType>
1653016612
<EntityType Name="rbacApplication" BaseType="graph.entity">
1653116613
<NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" />
1653216614
<NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" />
@@ -24243,6 +24325,11 @@
2424324325
<Parameter Name="bindingParameter" Type="graph.teamsAppInstallation" />
2424424326
<Parameter Name="consentedPermissionSet" Type="graph.teamsAppPermissionSet" />
2424524327
</Action>
24328+
<Action Name="upload" IsBound="true">
24329+
<Parameter Name="bindingParameter" Type="graph.certificateBasedAuthPki" Nullable="false" />
24330+
<Parameter Name="uploadUrl" Type="Edm.String" Nullable="false" Unicode="false" />
24331+
<Parameter Name="sha256FileHash" Type="Edm.String" Nullable="false" Unicode="false" />
24332+
</Action>
2424624333
<Action Name="uploadClientCertificate" IsBound="true">
2424724334
<Parameter Name="bindingParameter" Type="graph.identityApiConnector" />
2424824335
<Parameter Name="pkcs12Value" Type="Edm.String" Unicode="false" />
@@ -24929,6 +25016,10 @@
2492925016
<Parameter Name="interval" Type="Edm.String" Unicode="false" />
2493025017
<ReturnType Type="Collection(graph.itemActivityStat)" />
2493125018
</Function>
25019+
<Function Name="getAllEnterpriseInteractions" IsBound="true" IsComposable="true">
25020+
<Parameter Name="bindingParameter" Type="graph.aiInteractionHistory" />
25021+
<ReturnType Type="Collection(graph.aiInteraction)" />
25022+
</Function>
2493225023
<Function Name="getAllMessages" EntitySetPath="bindingParameter/messages" IsBound="true">
2493325024
<Parameter Name="bindingParameter" Type="Collection(graph.channel)" />
2493425025
<ReturnType Type="Collection(graph.chatMessage)" />
@@ -30087,6 +30178,54 @@
3008730178
<Annotations Target="microsoft.graph.cancel(microsoft.graph.bookingAppointment, Edm.String)">
3008830179
<Annotation Term="Org.OData.Core.V1.Description" String="Cancels the giving booking appointment, sending a message to the involved parties." />
3008930180
</Annotations>
30181+
<Annotations Target="microsoft.graph.certificateAuthorityDetail">
30182+
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
30183+
<Record>
30184+
<PropertyValue Property="Countable" Bool="true" />
30185+
</Record>
30186+
</Annotation>
30187+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
30188+
<Record>
30189+
<PropertyValue Property="Expandable" Bool="false" />
30190+
</Record>
30191+
</Annotation>
30192+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
30193+
<Record>
30194+
<PropertyValue Property="Filterable" Bool="true" />
30195+
</Record>
30196+
</Annotation>
30197+
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
30198+
<Record>
30199+
<PropertyValue Property="Referenceable" Bool="false" />
30200+
</Record>
30201+
</Annotation>
30202+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
30203+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
30204+
</Annotations>
30205+
<Annotations Target="microsoft.graph.certificateBasedAuthPki">
30206+
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
30207+
<Record>
30208+
<PropertyValue Property="Countable" Bool="true" />
30209+
</Record>
30210+
</Annotation>
30211+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
30212+
<Record>
30213+
<PropertyValue Property="Expandable" Bool="false" />
30214+
</Record>
30215+
</Annotation>
30216+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
30217+
<Record>
30218+
<PropertyValue Property="Filterable" Bool="true" />
30219+
</Record>
30220+
</Annotation>
30221+
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
30222+
<Record>
30223+
<PropertyValue Property="Referenceable" Bool="false" />
30224+
</Record>
30225+
</Annotation>
30226+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
30227+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
30228+
</Annotations>
3009030229
<Annotations Target="microsoft.graph.certification/certificationDetailsUrl">
3009130230
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
3009230231
</Annotations>

0 commit comments

Comments
 (0)