Skip to content

Commit fc08ef7

Browse files
Schema sync 2025-09-02 from 1.4.155.0 (#878)
Co-authored-by: Michael Mainer (from Dev Box) <[email protected]>
1 parent 45f1196 commit fc08ef7

File tree

5 files changed

+154
-87
lines changed

5 files changed

+154
-87
lines changed

schemas/beta-Fairfax.csdl

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18135,6 +18135,7 @@
1813518135
</EntityType>
1813618136
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true">
1813718137
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
18138+
<Property Name="lastUsedDateTime" Type="Edm.DateTimeOffset" />
1813818139
</EntityType>
1813918140
<EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true">
1814018141
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" />
@@ -20264,7 +20265,6 @@
2026420265
<NavigationProperty Name="serviceNowConnections" Type="Collection(graph.serviceNowConnection)" ContainsTarget="true" />
2026520266
<NavigationProperty Name="settingDefinitions" Type="Collection(graph.deviceManagementSettingDefinition)" ContainsTarget="true" />
2026620267
<NavigationProperty Name="softwareUpdateStatusSummary" Type="graph.softwareUpdateStatusSummary" />
20267-
<NavigationProperty Name="telecomExpenseManagementPartners" Type="Collection(graph.telecomExpenseManagementPartner)" ContainsTarget="true" />
2026820268
<NavigationProperty Name="templateInsights" Type="Collection(graph.deviceManagementTemplateInsightsDefinition)" ContainsTarget="true" />
2026920269
<NavigationProperty Name="templates" Type="Collection(graph.deviceManagementTemplate)" ContainsTarget="true" />
2027020270
<NavigationProperty Name="templateSettings" Type="Collection(graph.deviceManagementConfigurationSettingTemplate)" ContainsTarget="true" />
@@ -26197,13 +26197,6 @@
2619726197
<Property Name="tenantId" Type="Edm.String" />
2619826198
<Property Name="userId" Type="Edm.String" />
2619926199
</EntityType>
26200-
<EntityType Name="telecomExpenseManagementPartner" BaseType="graph.entity">
26201-
<Property Name="appAuthorized" Type="Edm.Boolean" Nullable="false" />
26202-
<Property Name="displayName" Type="Edm.String" />
26203-
<Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
26204-
<Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
26205-
<Property Name="url" Type="Edm.String" />
26206-
</EntityType>
2620726200
<EntityType Name="temporaryAccessPassAuthenticationMethod" BaseType="graph.authenticationMethod">
2620826201
<Property Name="isUsableOnce" Type="Edm.Boolean" />
2620926202
<Property Name="lifetimeInMinutes" Type="Edm.Int32" />
@@ -51683,9 +51676,6 @@
5168351676
<Annotations Target="microsoft.graph.deviceManagement/subscriptionState">
5168451677
<Annotation Term="Org.OData.Core.V1.Description" String="Tenant mobile device management subscription state." />
5168551678
</Annotations>
51686-
<Annotations Target="microsoft.graph.deviceManagement/telecomExpenseManagementPartners">
51687-
<Annotation Term="Org.OData.Core.V1.Description" String="The telecom expense management partners." />
51688-
</Annotations>
5168951679
<Annotations Target="microsoft.graph.deviceManagement/templateInsights">
5169051680
<Annotation Term="Org.OData.Core.V1.Description" String="List of setting insights in a template" />
5169151681
</Annotations>
@@ -72100,24 +72090,6 @@
7210072090
</Record>
7210172091
</Annotation>
7210272092
</Annotations>
72103-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner">
72104-
<Annotation Term="Org.OData.Core.V1.Description" String="telecomExpenseManagementPartner resources represent the metadata and status of a given TEM service. Once your organization has onboarded with a partner, the partner can be enabled or disabled to switch TEM functionality on or off." />
72105-
</Annotations>
72106-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/appAuthorized">
72107-
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the partner's AAD app has been authorized to access Intune." />
72108-
</Annotations>
72109-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/displayName">
72110-
<Annotation Term="Org.OData.Core.V1.Description" String="Display name of the TEM partner." />
72111-
</Annotations>
72112-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/enabled">
72113-
<Annotation Term="Org.OData.Core.V1.Description" String="Whether Intune's connection to the TEM service is currently enabled or disabled." />
72114-
</Annotations>
72115-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/lastConnectionDateTime">
72116-
<Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of the last request sent to Intune by the TEM partner." />
72117-
</Annotations>
72118-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/url">
72119-
<Annotation Term="Org.OData.Core.V1.Description" String="URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service." />
72120-
</Annotations>
7212172093
<Annotations Target="microsoft.graph.tenantAttachRBAC">
7212272094
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for tenant attach enablement functionality." />
7212372095
</Annotations>

schemas/beta-Mooncake.csdl

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14668,6 +14668,7 @@
1466814668
</EntityType>
1466914669
<EntityType Name="authenticationMethod" BaseType="graph.entity" Abstract="true">
1467014670
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
14671+
<Property Name="lastUsedDateTime" Type="Edm.DateTimeOffset" />
1467114672
</EntityType>
1467214673
<EntityType Name="authenticationMethodConfiguration" BaseType="graph.entity" Abstract="true">
1467314674
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" />
@@ -16316,7 +16317,6 @@
1631616317
<NavigationProperty Name="serviceNowConnections" Type="Collection(graph.serviceNowConnection)" ContainsTarget="true" />
1631716318
<NavigationProperty Name="settingDefinitions" Type="Collection(graph.deviceManagementSettingDefinition)" ContainsTarget="true" />
1631816319
<NavigationProperty Name="softwareUpdateStatusSummary" Type="graph.softwareUpdateStatusSummary" />
16319-
<NavigationProperty Name="telecomExpenseManagementPartners" Type="Collection(graph.telecomExpenseManagementPartner)" ContainsTarget="true" />
1632016320
<NavigationProperty Name="templateInsights" Type="Collection(graph.deviceManagementTemplateInsightsDefinition)" ContainsTarget="true" />
1632116321
<NavigationProperty Name="templates" Type="Collection(graph.deviceManagementTemplate)" ContainsTarget="true" />
1632216322
<NavigationProperty Name="templateSettings" Type="Collection(graph.deviceManagementConfigurationSettingTemplate)" ContainsTarget="true" />
@@ -21587,13 +21587,6 @@
2158721587
<Property Name="tenantId" Type="Edm.String" />
2158821588
<Property Name="userId" Type="Edm.String" />
2158921589
</EntityType>
21590-
<EntityType Name="telecomExpenseManagementPartner" BaseType="graph.entity">
21591-
<Property Name="appAuthorized" Type="Edm.Boolean" Nullable="false" />
21592-
<Property Name="displayName" Type="Edm.String" />
21593-
<Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
21594-
<Property Name="lastConnectionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
21595-
<Property Name="url" Type="Edm.String" />
21596-
</EntityType>
2159721590
<EntityType Name="temporaryAccessPassAuthenticationMethod" BaseType="graph.authenticationMethod">
2159821591
<Property Name="isUsableOnce" Type="Edm.Boolean" />
2159921592
<Property Name="lifetimeInMinutes" Type="Edm.Int32" />
@@ -41841,9 +41834,6 @@
4184141834
<Annotations Target="microsoft.graph.deviceManagement/subscriptionState">
4184241835
<Annotation Term="Org.OData.Core.V1.Description" String="Tenant mobile device management subscription state." />
4184341836
</Annotations>
41844-
<Annotations Target="microsoft.graph.deviceManagement/telecomExpenseManagementPartners">
41845-
<Annotation Term="Org.OData.Core.V1.Description" String="The telecom expense management partners." />
41846-
</Annotations>
4184741837
<Annotations Target="microsoft.graph.deviceManagement/templateInsights">
4184841838
<Annotation Term="Org.OData.Core.V1.Description" String="List of setting insights in a template" />
4184941839
</Annotations>
@@ -61021,24 +61011,6 @@
6102161011
<Annotations Target="microsoft.graph.targetedManagedAppProtection/targetedAppManagementLevels">
6102261012
<Annotation Term="Org.OData.Core.V1.Description" String="The intended app management levels for this policy" />
6102361013
</Annotations>
61024-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner">
61025-
<Annotation Term="Org.OData.Core.V1.Description" String="telecomExpenseManagementPartner resources represent the metadata and status of a given TEM service. Once your organization has onboarded with a partner, the partner can be enabled or disabled to switch TEM functionality on or off." />
61026-
</Annotations>
61027-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/appAuthorized">
61028-
<Annotation Term="Org.OData.Core.V1.Description" String="Whether the partner's AAD app has been authorized to access Intune." />
61029-
</Annotations>
61030-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/displayName">
61031-
<Annotation Term="Org.OData.Core.V1.Description" String="Display name of the TEM partner." />
61032-
</Annotations>
61033-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/enabled">
61034-
<Annotation Term="Org.OData.Core.V1.Description" String="Whether Intune's connection to the TEM service is currently enabled or disabled." />
61035-
</Annotations>
61036-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/lastConnectionDateTime">
61037-
<Annotation Term="Org.OData.Core.V1.Description" String="Timestamp of the last request sent to Intune by the TEM partner." />
61038-
</Annotations>
61039-
<Annotations Target="microsoft.graph.telecomExpenseManagementPartner/url">
61040-
<Annotation Term="Org.OData.Core.V1.Description" String="URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service." />
61041-
</Annotations>
6104261014
<Annotations Target="microsoft.graph.tenantAttachRBAC">
6104361015
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for tenant attach enablement functionality." />
6104461016
</Annotations>

0 commit comments

Comments
 (0)