@@ -11929,17 +11929,14 @@
1192911929 </EntityType>
1193011930 <EntityType Name="agentIdentity" BaseType="graph.servicePrincipal" OpenType="true">
1193111931 <Property Name="agentIdentityBlueprintId" Type="Edm.String" Nullable="false" />
11932- <Property Name="createdByAppId" Type="Edm.String" />
1193311932 <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1193411933 <NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
1193511934 </EntityType>
1193611935 <EntityType Name="agentIdentityBlueprint" BaseType="graph.application" OpenType="true">
11937- <Property Name="createdByAppId" Type="Edm.String" />
1193811936 <NavigationProperty Name="inheritablePermissions" Type="Collection(graph.inheritablePermission)" ContainsTarget="true" />
1193911937 <NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
1194011938 </EntityType>
1194111939 <EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
11942- <Property Name="createdByAppId" Type="Edm.String" />
1194311940 <NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
1194411941 </EntityType>
1194511942 <EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
1226012257 <Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
1226112258 <Property Name="authenticationBehaviors" Type="graph.authenticationBehaviors" />
1226212259 <Property Name="certification" Type="graph.certification" />
12260+ <Property Name="createdByAppId" Type="Edm.String" />
1226312261 <Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1226412262 <Property Name="defaultRedirectUri" Type="Edm.String" />
1226512263 <Property Name="description" Type="Edm.String" />
1767117669 <EntityType Name="peopleAdminSettings" BaseType="graph.entity">
1767217670 <NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
1767317671 <NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" />
17672+ <NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" />
1767417673 <NavigationProperty Name="profileSources" Type="Collection(graph.profileSource)" ContainsTarget="true" />
1767517674 <NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" />
1767617675 </EntityType>
1821818217 <Property Name="height" Type="Edm.Int32" />
1821918218 <Property Name="width" Type="Edm.Int32" />
1822018219 </EntityType>
18220+ <EntityType Name="profilePropertySetting" BaseType="graph.entity">
18221+ <Property Name="displayName" Type="Edm.String" />
18222+ <Property Name="name" Type="Edm.String" />
18223+ <Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" Nullable="false" />
18224+ </EntityType>
1822118225 <EntityType Name="profileSource" BaseType="graph.entity">
1822218226 <Property Name="displayName" Type="Edm.String" />
1822318227 <Property Name="kind" Type="Edm.String" />
1880218806 <Property Name="appOwnerOrganizationId" Type="Edm.Guid" />
1880318807 <Property Name="appRoleAssignmentRequired" Type="Edm.Boolean" Nullable="false" />
1880418808 <Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
18809+ <Property Name="createdByAppId" Type="Edm.String" />
1880518810 <Property Name="customSecurityAttributes" Type="graph.customSecurityAttributeValue" />
1880618811 <Property Name="description" Type="Edm.String" />
1880718812 <Property Name="disabledByMicrosoftStatus" Type="Edm.String" />
2727527280 <Parameter Name="bindingParameter" Type="graph.cloudCommunications" />
2727627281 <ReturnType Type="Collection(graph.engagementConversationMessage)" Nullable="false" />
2727727282 </Function>
27283+ <Function Name="getAllRecordings" EntitySetPath="bindingParameter/recordings" IsBound="true" IsComposable="true">
27284+ <Parameter Name="bindingParameter" Type="Collection(graph.adhocCall)" />
27285+ <Parameter Name="userId" Type="Edm.String" Unicode="false">
27286+ <Annotation Term="Org.OData.Core.V1.OptionalParameter" />
27287+ </Parameter>
27288+ <Parameter Name="startDateTime" Type="Edm.DateTimeOffset">
27289+ <Annotation Term="Org.OData.Core.V1.OptionalParameter" />
27290+ </Parameter>
27291+ <Parameter Name="endDateTime" Type="Edm.DateTimeOffset">
27292+ <Annotation Term="Org.OData.Core.V1.OptionalParameter" />
27293+ </Parameter>
27294+ <ReturnType Type="Collection(graph.callRecording)" />
27295+ </Function>
2727827296 <Function Name="getAllRecordings" EntitySetPath="bindingParameter/recordings" IsBound="true" IsComposable="true">
2727927297 <Parameter Name="bindingParameter" Type="Collection(graph.onlineMeeting)" />
2728027298 <Parameter Name="meetingOrganizerUserId" Type="Edm.String" Unicode="false">
2730027318 <Parameter Name="bindingParameter" Type="Collection(graph.site)" />
2730127319 <ReturnType Type="Collection(graph.site)" />
2730227320 </Function>
27321+ <Function Name="getAllTranscripts" EntitySetPath="bindingParameter/transcripts" IsBound="true" IsComposable="true">
27322+ <Parameter Name="bindingParameter" Type="Collection(graph.adhocCall)" />
27323+ <Parameter Name="userId" Type="Edm.String" Unicode="false">
27324+ <Annotation Term="Org.OData.Core.V1.OptionalParameter" />
27325+ </Parameter>
27326+ <Parameter Name="startDateTime" Type="Edm.DateTimeOffset">
27327+ <Annotation Term="Org.OData.Core.V1.OptionalParameter" />
27328+ </Parameter>
27329+ <Parameter Name="endDateTime" Type="Edm.DateTimeOffset">
27330+ <Annotation Term="Org.OData.Core.V1.OptionalParameter" />
27331+ </Parameter>
27332+ <ReturnType Type="Collection(graph.callTranscript)" />
27333+ </Function>
2730327334 <Function Name="getAllTranscripts" EntitySetPath="bindingParameter/transcripts" IsBound="true" IsComposable="true">
2730427335 <Parameter Name="bindingParameter" Type="Collection(graph.onlineMeeting)" />
2730527336 <Parameter Name="meetingOrganizerUserId" Type="Edm.String" Unicode="false">
3040130432 <Annotations Target="microsoft.graph.agentIdentity/agentIdentityBlueprintId">
3040230433 <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
3040330434 </Annotations>
30404- <Annotations Target="microsoft.graph.agentIdentity/createdByAppId">
30405- <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
30406- </Annotations>
30407- <Annotations Target="microsoft.graph.agentIdentityBlueprint/createdByAppId">
30408- <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
30409- </Annotations>
30410- <Annotations Target="microsoft.graph.agentIdentityBlueprintPrincipal/createdByAppId">
30411- <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
30412- </Annotations>
3041330435 <Annotations Target="microsoft.graph.agreement">
3041430436 <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
3041530437 <Record>
3134331365 </Record>
3134431366 </Annotation>
3134531367 </Annotations>
31368+ <Annotations Target="microsoft.graph.application/createdByAppId">
31369+ <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
31370+ </Annotations>
3134631371 <Annotations Target="microsoft.graph.application/federatedIdentityCredentials">
3134731372 <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
3134831373 <Record>
@@ -36254,13 +36279,27 @@
3625436279 <Annotation Term="Org.OData.Core.V1.Description" String="Get all teams meeting question messages for the tenant." />
3625536280 <Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" Bool="true" />
3625636281 </Annotations>
36282+ <Annotations Target="microsoft.graph.getAllRecordings(Collection(microsoft.graph.adhocCall), Edm.String, Edm.DateTimeOffset, Edm.DateTimeOffset)">
36283+ <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
36284+ <Record>
36285+ <PropertyValue Property="Supported" Bool="true" />
36286+ </Record>
36287+ </Annotation>
36288+ </Annotations>
3625736289 <Annotations Target="microsoft.graph.getAllRecordings(Collection(microsoft.graph.onlineMeeting), Edm.String, Edm.DateTimeOffset, Edm.DateTimeOffset)">
3625836290 <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
3625936291 <Record>
3626036292 <PropertyValue Property="Supported" Bool="true" />
3626136293 </Record>
3626236294 </Annotation>
3626336295 </Annotations>
36296+ <Annotations Target="microsoft.graph.getAllTranscripts(Collection(microsoft.graph.adhocCall), Edm.String, Edm.DateTimeOffset, Edm.DateTimeOffset)">
36297+ <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
36298+ <Record>
36299+ <PropertyValue Property="Supported" Bool="true" />
36300+ </Record>
36301+ </Annotation>
36302+ </Annotations>
3626436303 <Annotations Target="microsoft.graph.getAllTranscripts(Collection(microsoft.graph.onlineMeeting), Edm.String, Edm.DateTimeOffset, Edm.DateTimeOffset)">
3626536304 <Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
3626636305 <Record>
4293942978 </Record>
4294042979 </Annotation>
4294142980 </Annotations>
42981+ <Annotations Target="microsoft.graph.servicePrincipal/createdByAppId">
42982+ <Annotation Term="Org.OData.Core.V1.Immutable" Bool="true" />
42983+ </Annotations>
4294242984 <Annotations Target="microsoft.graph.servicePrincipalRiskDetection">
4294342985 <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
4294442986 <Record>
0 commit comments