|
1655 | 1655 | <Member Name="notConfiguredOnly" Value="0" /> |
1656 | 1656 | <Member Name="none" Value="1" /> |
1657 | 1657 | </EnumType> |
| 1658 | + <EnumType Name="channelLayoutType"> |
| 1659 | + <Member Name="post" Value="0" /> |
| 1660 | + <Member Name="chat" Value="1" /> |
| 1661 | + <Member Name="unknownFutureValue" Value="2" /> |
| 1662 | + </EnumType> |
1658 | 1663 | <EnumType Name="channelMembershipType"> |
1659 | 1664 | <Member Name="standard" Value="0" /> |
1660 | 1665 | <Member Name="private" Value="1" /> |
|
2157 | 2162 | <Member Name="remoteConnectionHistoricalReports" Value="0" /> |
2158 | 2163 | <Member Name="dailyAggregatedRemoteConnectionReports" Value="1" /> |
2159 | 2164 | <Member Name="totalAggregatedRemoteConnectionReports" Value="2" /> |
2160 | | - <Member Name="sharedUseLicenseUsageReport" Value="3" /> |
2161 | | - <Member Name="sharedUseLicenseUsageRealTimeReport" Value="4" /> |
2162 | 2165 | <Member Name="unknownFutureValue" Value="5" /> |
2163 | 2166 | <Member Name="noLicenseAvailableConnectivityFailureReport" Value="6" /> |
2164 | 2167 | <Member Name="frontlineLicenseUsageReport" Value="7" /> |
@@ -22956,13 +22959,14 @@ |
22956 | 22959 | <Property Name="email" Type="Edm.String" /> |
22957 | 22960 | <Property Name="isArchived" Type="Edm.Boolean" /> |
22958 | 22961 | <Property Name="isFavoriteByDefault" Type="Edm.Boolean" /> |
| 22962 | + <Property Name="layoutType" Type="graph.channelLayoutType" /> |
22959 | 22963 | <Property Name="membershipType" Type="graph.channelMembershipType" /> |
22960 | 22964 | <Property Name="moderationSettings" Type="graph.channelModerationSettings" /> |
22961 | 22965 | <Property Name="summary" Type="graph.channelSummary" /> |
22962 | 22966 | <Property Name="tenantId" Type="Edm.String" /> |
22963 | 22967 | <Property Name="webUrl" Type="Edm.String" /> |
| 22968 | + <NavigationProperty Name="allMembers" Type="Collection(graph.conversationMember)" ContainsTarget="true" /> |
22964 | 22969 | <NavigationProperty Name="filesFolder" Type="graph.driveItem" ContainsTarget="true" /> |
22965 | | - <NavigationProperty Name="getAllMembers" Type="Collection(graph.conversationMember)" ContainsTarget="true" /> |
22966 | 22970 | <NavigationProperty Name="members" Type="Collection(graph.conversationMember)" ContainsTarget="true" /> |
22967 | 22971 | <NavigationProperty Name="messages" Type="Collection(graph.chatMessage)" ContainsTarget="true" /> |
22968 | 22972 | <NavigationProperty Name="sharedWithTeams" Type="Collection(graph.sharedWithChannelTeamInfo)" ContainsTarget="true" /> |
|
40845 | 40849 | </Parameter> |
40846 | 40850 | <ReturnType Type="Edm.Stream" /> |
40847 | 40851 | </Action> |
40848 | | - <Action Name="getSharedUseLicenseUsageReport" IsBound="true"> |
40849 | | - <Parameter Name="bindingParameter" Type="graph.cloudPcReports" /> |
40850 | | - <Parameter Name="reportName" Type="graph.cloudPcReportName" /> |
40851 | | - <Parameter Name="filter" Type="Edm.String" Unicode="false" /> |
40852 | | - <Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" /> |
40853 | | - <Parameter Name="search" Type="Edm.String" Unicode="false" /> |
40854 | | - <Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" /> |
40855 | | - <Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" /> |
40856 | | - <Parameter Name="skip" Type="Edm.Int32" /> |
40857 | | - <Parameter Name="top" Type="Edm.Int32" /> |
40858 | | - <ReturnType Type="Edm.Stream" /> |
40859 | | - </Action> |
40860 | 40852 | <Action Name="getStaffAvailability" IsBound="true"> |
40861 | 40853 | <Parameter Name="bookingBusiness" Type="graph.bookingBusiness" Nullable="false" /> |
40862 | 40854 | <Parameter Name="staffIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false" /> |
|
42657 | 42649 | <Parameter Name="autoReconcileProxyConflict" Type="Edm.Boolean"> |
42658 | 42650 | <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
42659 | 42651 | </Parameter> |
| 42652 | + <Parameter Name="newUserPrincipalName" Type="Edm.String" Unicode="false"> |
| 42653 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 42654 | + </Parameter> |
42660 | 42655 | <ReturnType Type="graph.directoryObject" /> |
42661 | 42656 | </Action> |
42662 | 42657 | <Action Name="restore" IsBound="true"> |
|
56404 | 56399 | </Collection> |
56405 | 56400 | </Annotation> |
56406 | 56401 | </Annotations> |
56407 | | - <Annotations Target="microsoft.graph.cloudPcReportName/sharedUseLicenseUsageRealTimeReport"> |
56408 | | - <Annotation Term="Org.OData.Core.V1.Revisions"> |
56409 | | - <Collection> |
56410 | | - <Record> |
56411 | | - <PropertyValue Property="Date" Date="2023-05-17" /> |
56412 | | - <PropertyValue Property="Description" String="The sharedUseLicenseUsageRealTimeReport value is deprecated and will stop returning on Oct 17, 2023. Use frontlineLicenseUsageRealTimeReport report" /> |
56413 | | - <PropertyValue Property="Kind"> |
56414 | | - <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
56415 | | - </PropertyValue> |
56416 | | - <PropertyValue Property="RemovalDate" Date="2023-10-17" /> |
56417 | | - <PropertyValue Property="Version" String="2023-05/sharedUseLicenseUsageRealTimeReport" /> |
56418 | | - </Record> |
56419 | | - </Collection> |
56420 | | - </Annotation> |
56421 | | - </Annotations> |
56422 | | - <Annotations Target="microsoft.graph.cloudPcReportName/sharedUseLicenseUsageReport"> |
56423 | | - <Annotation Term="Org.OData.Core.V1.Revisions"> |
56424 | | - <Collection> |
56425 | | - <Record> |
56426 | | - <PropertyValue Property="Date" Date="2023-05-17" /> |
56427 | | - <PropertyValue Property="Description" String="The sharedUseLicenseUsageReport value is deprecated and will stop returning on Oct 17, 2023. Use frontlineLicenseUsageReport report" /> |
56428 | | - <PropertyValue Property="Kind"> |
56429 | | - <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
56430 | | - </PropertyValue> |
56431 | | - <PropertyValue Property="RemovalDate" Date="2023-10-17" /> |
56432 | | - <PropertyValue Property="Version" String="2023-05/sharedUseLicenseUsageReport" /> |
56433 | | - </Record> |
56434 | | - </Collection> |
56435 | | - </Annotation> |
56436 | | - </Annotations> |
56437 | 56402 | <Annotations Target="microsoft.graph.cloudPcRestorePointSetting/frequencyInHours"> |
56438 | 56403 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
56439 | 56404 | <Collection> |
|
68464 | 68429 | <Annotations Target="microsoft.graph.getRemediationHistory(microsoft.graph.deviceHealthScript)"> |
68465 | 68430 | <Annotation Term="Org.OData.Core.V1.Description" String="Function to get the number of remediations by a device health scripts" /> |
68466 | 68431 | </Annotations> |
68467 | | - <Annotations Target="microsoft.graph.getSharedUseLicenseUsageReport(microsoft.graph.cloudPcReports, microsoft.graph.cloudPcReportName, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)"> |
68468 | | - <Annotation Term="Org.OData.Core.V1.Revisions"> |
68469 | | - <Collection> |
68470 | | - <Record> |
68471 | | - <PropertyValue Property="Date" Date="2023-05-17" /> |
68472 | | - <PropertyValue Property="Description" String="The getSharedUseLicenseUsageReport API is deprecated and will stop returning on Oct 17, 2023. Please use getFrontlineReport instead." /> |
68473 | | - <PropertyValue Property="Kind"> |
68474 | | - <EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember> |
68475 | | - </PropertyValue> |
68476 | | - <PropertyValue Property="RemovalDate" Date="2023-10-17" /> |
68477 | | - <PropertyValue Property="Version" String="2023-05/getSharedUseLicenseUsageReport" /> |
68478 | | - </Record> |
68479 | | - </Collection> |
68480 | | - </Annotation> |
68481 | | - </Annotations> |
68482 | 68432 | <Annotations Target="microsoft.graph.globalDeviceHealthScriptState"> |
68483 | 68433 | <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether global device health scripts are enabled and are in which state" /> |
68484 | 68434 | </Annotations> |
|
86879 | 86829 | <Annotations Target="microsoft.graph.termsAndConditionsGroupAssignment/termsAndConditions"> |
86880 | 86830 | <Annotation Term="Org.OData.Core.V1.Description" String="Navigation link to the terms and conditions that are assigned." /> |
86881 | 86831 | </Annotations> |
| 86832 | + <Annotations Target="microsoft.graph.thumbnailSet"> |
| 86833 | + <Annotation Term="Org.OData.Core.V1.Description" String="The ThumbnailSet resource is a keyed collection of thumbnail resources." /> |
| 86834 | + </Annotations> |
86882 | 86835 | <Annotations Target="microsoft.graph.tiAction"> |
86883 | 86836 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
86884 | 86837 | <Collection> |
|
0 commit comments