Skip to content

Commit 75f0fe0

Browse files
committed
Schema sync 2026-05-06 from 1.4.553.0
1 parent 2207716 commit 75f0fe0

7 files changed

Lines changed: 482 additions & 5 deletions

File tree

schemas/beta-Bleu.csdl

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,6 +1958,12 @@
19581958
<Member Name="pushNotification" Value="9" />
19591959
<Member Name="remoteLock" Value="10" />
19601960
</EnumType>
1961+
<EnumType Name="deviceComplianceScriptPlatformType">
1962+
<Member Name="windows10" Value="0" />
1963+
<Member Name="linux" Value="1" />
1964+
<Member Name="macOS" Value="2" />
1965+
<Member Name="unknownFutureValue" Value="3" />
1966+
</EnumType>
19611967
<EnumType Name="deviceComplianceScriptRuleDataType">
19621968
<Member Name="none" Value="0" />
19631969
<Member Name="boolean" Value="1" />
@@ -9623,6 +9629,7 @@
96239629
<ComplexType Name="exclusionGroupAssignmentTarget" BaseType="graph.groupAssignmentTarget" />
96249630
<ComplexType Name="expeditedWindowsQualityUpdateSettings">
96259631
<Property Name="daysUntilForcedReboot" Type="Edm.Int32" Nullable="false" />
9632+
<Property Name="qualityUpdateCatalogItemId" Type="Edm.String" />
96269633
<Property Name="qualityUpdateRelease" Type="Edm.String" Nullable="false" />
96279634
</ComplexType>
96289635
<ComplexType Name="expirationPattern">
@@ -15158,6 +15165,7 @@
1515815165
<Property Name="customData" Type="Collection(graph.keyValue)" />
1515915166
<Property Name="customKeyValueData" Type="Collection(graph.keyValuePair)" />
1516015167
<Property Name="fingerprint" Type="Edm.String" />
15168+
<Property Name="lockdownExclusionList" Type="Collection(Edm.String)" />
1516115169
<Property Name="microsoftTunnelSiteId" Type="Edm.String" />
1516215170
<Property Name="proxyExclusionList" Type="Collection(Edm.String)" />
1516315171
<Property Name="proxyServer" Type="graph.vpnProxyServer" />
@@ -15893,6 +15901,7 @@
1589315901
<Property Name="displayName" Type="Edm.String" Nullable="false" />
1589415902
<Property Name="eTag" Type="Edm.String" />
1589515903
<Property Name="extendedKeyUsages" Type="Collection(graph.extendedKeyUsage)" />
15904+
<Property Name="geographicRegion" Type="Edm.String" />
1589615905
<Property Name="issuerCommonName" Type="Edm.String" />
1589715906
<Property Name="keyPlatform" Type="graph.cloudCertificationAuthorityKeyPlatformType" Nullable="false" />
1589815907
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
@@ -16808,6 +16817,7 @@
1680816817
<Property Name="displayName" Type="Edm.String" />
1680916818
<Property Name="enforceSignatureCheck" Type="Edm.Boolean" Nullable="false" />
1681016819
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
16820+
<Property Name="platform" Type="graph.deviceComplianceScriptPlatformType" />
1681116821
<Property Name="publisher" Type="Edm.String" />
1681216822
<Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
1681316823
<Property Name="runAs32Bit" Type="Edm.Boolean" Nullable="false" />
@@ -20718,10 +20728,12 @@
2071820728
<Property Name="androidDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" />
2071920729
<Property Name="androidEnabled" Type="Edm.Boolean" Nullable="false" />
2072020730
<Property Name="androidMobileApplicationManagementEnabled" Type="Edm.Boolean" Nullable="false" />
20731+
<Property Name="grantMobileThreatDefensePartnerRole" Type="Edm.Boolean" Nullable="false" />
2072120732
<Property Name="iosDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" />
2072220733
<Property Name="iosEnabled" Type="Edm.Boolean" Nullable="false" />
2072320734
<Property Name="iosMobileApplicationManagementEnabled" Type="Edm.Boolean" Nullable="false" />
2072420735
<Property Name="lastHeartbeatDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
20736+
<Property Name="launchMobileThreatDefensePartnerOnSetupEnabled" Type="Edm.Boolean" Nullable="false" />
2072520737
<Property Name="macDeviceBlockedOnMissingPartnerData" Type="Edm.Boolean" Nullable="false" />
2072620738
<Property Name="macEnabled" Type="Edm.Boolean" Nullable="false" />
2072720739
<Property Name="microsoftDefenderForEndpointAttachEnabled" Type="Edm.Boolean" Nullable="false" />
@@ -34819,6 +34831,9 @@
3481934831
<Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/identityCertificate">
3482034832
<Annotation Term="Org.OData.Core.V1.Description" String="Identity certificate for client authentication when authentication method is certificate." />
3482134833
</Annotations>
34834+
<Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/lockdownExclusionList">
34835+
<Annotation Term="Org.OData.Core.V1.Description" String="List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected." />
34836+
</Annotations>
3482234837
<Annotations Target="microsoft.graph.androidWorkProfileVpnConfiguration/microsoftTunnelSiteId">
3482334838
<Annotation Term="Org.OData.Core.V1.Description" String="Microsoft Tunnel site ID." />
3482434839
</Annotations>
@@ -37069,6 +37084,9 @@
3706937084
<Annotations Target="microsoft.graph.cloudCertificationAuthority/eTag">
3707037085
<Annotation Term="Org.OData.Core.V1.Description" String="ETag for optimistic concurrency control. Read/write." />
3707137086
</Annotations>
37087+
<Annotations Target="microsoft.graph.cloudCertificationAuthority/geographicRegion">
37088+
<Annotation Term="Org.OData.Core.V1.Description" String="The geographic region where a cloud certification authority (CA) is hosted. Read-only." />
37089+
</Annotations>
3707237090
<Annotations Target="microsoft.graph.cloudCertificationAuthority/keyPlatform">
3707337091
<Annotation Term="Org.OData.Core.V1.Description" String="Deprecated: Starting May 2026, use cloudCertificationAuthorityVersion.keyPlatform instead." />
3707437092
</Annotations>
@@ -40493,6 +40511,9 @@
4049340511
<EnumMember>Org.OData.Core.V1.Permission/Read</EnumMember>
4049440512
</Annotation>
4049540513
</Annotations>
40514+
<Annotations Target="microsoft.graph.deviceComplianceScript/platform">
40515+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the operating system platform type that this compliance script targets." />
40516+
</Annotations>
4049640517
<Annotations Target="microsoft.graph.deviceComplianceScript/publisher">
4049740518
<Annotation Term="Org.OData.Core.V1.Description" String="Name of the device compliance script publisher" />
4049840519
</Annotations>
@@ -40544,6 +40565,21 @@
4054440565
<Annotations Target="microsoft.graph.deviceComplianceScriptError/message">
4054540566
<Annotation Term="Org.OData.Core.V1.Description" String="Error message." />
4054640567
</Annotations>
40568+
<Annotations Target="microsoft.graph.deviceComplianceScriptPlatformType">
40569+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the platform that a device compliance script targets for evaluation." />
40570+
</Annotations>
40571+
<Annotations Target="microsoft.graph.deviceComplianceScriptPlatformType/linux">
40572+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the compliance script targets devices running Linux." />
40573+
</Annotations>
40574+
<Annotations Target="microsoft.graph.deviceComplianceScriptPlatformType/macOS">
40575+
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates that the compliance script targets devices running macOS." />
40576+
</Annotations>
40577+
<Annotations Target="microsoft.graph.deviceComplianceScriptPlatformType/unknownFutureValue">
40578+
<Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." />
40579+
</Annotations>
40580+
<Annotations Target="microsoft.graph.deviceComplianceScriptPlatformType/windows10">
40581+
<Annotation Term="Org.OData.Core.V1.Description" String="Default. Indicates that the compliance script targets devices running Windows 10 and later." />
40582+
</Annotations>
4054740583
<Annotations Target="microsoft.graph.deviceComplianceScriptRule/dataType">
4054840584
<Annotation Term="Org.OData.Core.V1.Description" String="Data type specified in the rule." />
4054940585
</Annotations>
@@ -42348,6 +42384,9 @@
4234842384
<Annotations Target="microsoft.graph.deviceLogCollectionTemplateType/unknownFutureValue">
4234942385
<Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." />
4235042386
</Annotations>
42387+
<Annotations Target="microsoft.graph.deviceManagement">
42388+
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton that acts as container for a collection of Resource Access entities." />
42389+
</Annotations>
4235142390
<Annotations Target="microsoft.graph.deviceManagement/accountMoveCompletionDateTime">
4235242391
<Annotation Term="Org.OData.Core.V1.Description" String="The date &amp; time when tenant data moved between scaleunits." />
4235342392
</Annotations>
@@ -47559,6 +47598,9 @@
4755947598
<Annotations Target="microsoft.graph.expeditedWindowsQualityUpdateSettings/daysUntilForcedReboot">
4756047599
<Annotation Term="Org.OData.Core.V1.Description" String="The number of days after installation that forced reboot will happen." />
4756147600
</Annotations>
47601+
<Annotations Target="microsoft.graph.expeditedWindowsQualityUpdateSettings/qualityUpdateCatalogItemId">
47602+
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier for the quality update catalog item targeted by the expedite." />
47603+
</Annotations>
4756247604
<Annotations Target="microsoft.graph.expeditedWindowsQualityUpdateSettings/qualityUpdateRelease">
4756347605
<Annotation Term="Org.OData.Core.V1.Description" String="The release date to identify a quality update." />
4756447606
</Annotations>
@@ -57794,6 +57836,9 @@
5779457836
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/androidMobileApplicationManagementEnabled">
5779557837
<Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for Android devices. When FALSE, indicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for Android devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE." />
5779657838
</Annotations>
57839+
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/grantMobileThreatDefensePartnerRole">
57840+
<Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the Mobile Threat Defense partner is granted the Mobile Threat Defense role on enrolled Android Corporate Owned Business Only and Corporate Owned Personally Enabled devices. When FALSE, indicates that the Mobile Threat Defense partner is not granted the Mobile Threat Defense role. Default value is FALSE." />
57841+
</Annotations>
5779757842
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/iosDeviceBlockedOnMissingPartnerData">
5779857843
<Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant. When FALSE, indicates that Intune may not recieve data from Mobile Threat Defense partner prior to making device compliant. Default value is FALSE." />
5779957844
</Annotations>
@@ -57806,6 +57851,9 @@
5780657851
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/lastHeartbeatDateTime">
5780757852
<Annotation Term="Org.OData.Core.V1.Description" String="DateTime of last Heartbeat recieved from the Mobile Threat Defense partner" />
5780857853
</Annotations>
57854+
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/launchMobileThreatDefensePartnerOnSetupEnabled">
57855+
<Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that the Mobile Threat Defense partner will be automatically launched during Android Corporate Owned Business Only and Corporate Owned Personally Enabled device setup. When FALSE, indicates that the Mobile Threat Defense partner will not be automatically launched during setup. Default value is FALSE." />
57856+
</Annotations>
5780957857
<Annotations Target="microsoft.graph.mobileThreatDefenseConnector/macDeviceBlockedOnMissingPartnerData">
5781057858
<Annotation Term="Org.OData.Core.V1.Description" String="When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a Mac device compliant. When FALSE, indicates that Intune may mark a Mac device compliant prior to receiving data from the Mobile Threat Defense partner. Default value is FALSE." />
5781157859
</Annotations>

0 commit comments

Comments
 (0)