Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema sync 2025-01-21 from 1.3.557.0 #752

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
936 changes: 323 additions & 613 deletions schemas/annotated-beta-Prod.csdl

Large diffs are not rendered by default.

48 changes: 27 additions & 21 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2076,6 +2076,7 @@
<Member Name="unknown" Value="0" />
<Member Name="company" Value="1" />
<Member Name="personal" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="managedDevicePartnerReportedHealthState">
<Member Name="unknown" Value="0" />
Expand Down Expand Up @@ -6417,6 +6418,9 @@
<Property Name="healthChecks" Type="Collection(graph.cloudPcOnPremisesConnectionHealthCheck)" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</ComplexType>
<ComplexType Name="cloudPcProvisioningPolicyAutopatch">
<Property Name="autopatchGroupId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="cloudPcRestorePointSetting">
<Property Name="frequencyType" Type="graph.cloudPcRestorePointFrequencyType" />
<Property Name="userRestoreEnabled" Type="Edm.Boolean" />
Expand Down Expand Up @@ -11574,6 +11578,7 @@
</EntityType>
<EntityType Name="cloudPcProvisioningPolicy" BaseType="graph.entity">
<Property Name="alternateResourceUrl" Type="Edm.String" />
<Property Name="autopatch" Type="graph.cloudPcProvisioningPolicyAutopatch" />
<Property Name="cloudPcGroupDisplayName" Type="Edm.String" />
<Property Name="cloudPcNamingTemplate" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
Expand Down Expand Up @@ -23902,6 +23907,7 @@
<NavigationPropertyBinding Path="owners" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="applicationTemplates" EntityType="microsoft.graph.applicationTemplate" />
<EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" />
<EntitySet Name="authenticationMethodConfigurations" EntityType="microsoft.graph.authenticationMethodConfiguration" />
<EntitySet Name="certificateBasedAuthConfiguration" EntityType="microsoft.graph.certificateBasedAuthConfiguration" />
<EntitySet Name="chats" EntityType="microsoft.graph.chat" />
Expand Down Expand Up @@ -28423,6 +28429,9 @@
<Annotations Target="microsoft.graph.deviceConfigurationDeviceStateSummary/unknownDeviceCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown devices" />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus">
<Annotation Term="Org.OData.Core.V1.Description" String="Support for this Entity is being deprecated starting May 2026 &amp; will no longer be supported." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationDeviceStatus/complianceGracePeriodExpirationDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The DateTime when device compliance grace period expires" />
</Annotations>
Expand Down Expand Up @@ -28484,7 +28493,7 @@
<Annotation Term="Org.OData.Core.V1.Description" String="UserPrincipalName." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationState">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Configuration State for a given device." />
<Annotation Term="Org.OData.Core.V1.Description" String="Support for this Entity is being deprecated starting May 2026 &amp; will no longer be supported." />
</Annotations>
<Annotations Target="microsoft.graph.deviceConfigurationState/displayName">
<Annotation Term="Org.OData.Core.V1.Description" String="The name of the policy for this policyBase" />
Expand Down Expand Up @@ -28625,22 +28634,22 @@
<Annotation Term="Org.OData.Core.V1.Description" String="Block the platform from enrolling" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration">
<Annotation Term="Org.OData.Core.V1.Description" String="Device Enrollment Configuration that restricts the types of devices a user can enroll" />
<Annotation Term="Org.OData.Core.V1.Description" String="Default Device Enrollment Platform Restrictions Configuration that restricts the types of devices a user can enroll" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/androidRestriction">
<Annotation Term="Org.OData.Core.V1.Description" String="Android restrictions based on platform, platform operating system version, and device ownership" />
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for Android platform." />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/iosRestriction">
<Annotation Term="Org.OData.Core.V1.Description" String="Ios restrictions based on platform, platform operating system version, and device ownership" />
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for IOS platform." />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/macOSRestriction">
<Annotation Term="Org.OData.Core.V1.Description" String="Mac restrictions based on platform, platform operating system version, and device ownership" />
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for MacOS platform." />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/windowsMobileRestriction">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows mobile restrictions based on platform, platform operating system version, and device ownership" />
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for Windows Mobile platform." />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration/windowsRestriction">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows restrictions based on platform, platform operating system version, and device ownership" />
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates restrictions for Windows platform." />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentType">
<Annotation Term="Org.OData.Core.V1.Description" String="Possible ways of adding a mobile device to management." />
Expand All @@ -28652,10 +28661,10 @@
<Annotation Term="Org.OData.Core.V1.Description" String="Apple bulk enrollment with user challenge. (DEP, Apple Configurator)" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentType/appleUserEnrollment">
<Annotation Term="Org.OData.Core.V1.Description" String="Device managed by Apple user enrollment" />
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device is enrolled via Apple User Enrollment with Company Portal. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentType/appleUserEnrollmentWithServiceAccount">
<Annotation Term="Org.OData.Core.V1.Description" String="Device managed by Apple user enrollment with service account" />
<Annotation Term="Org.OData.Core.V1.Description" String="Indicates the device is enrolled via Apple User Enrollment with Company Portal using a device enrollment manager user. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentType/deviceEnrollmentManager">
<Annotation Term="Org.OData.Core.V1.Description" String="User enrollment with a device enrollment manager account." />
Expand All @@ -28670,13 +28679,13 @@
<Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 automatic enrollment. (Add work account)" />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentType/windowsAzureADJoin">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Azure AD Join." />
<Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Entra ID (Azure AD) Join." />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentType/windowsAzureADJoinUsingDeviceAuth">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Azure AD Join using Device Auth." />
<Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Entra ID (Azure AD) Join using Device Auth." />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentType/windowsBulkAzureDomainJoin">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 bulk Azure AD Join." />
<Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 bulk Entra ID (Azure AD) Join." />
</Annotations>
<Annotations Target="microsoft.graph.deviceEnrollmentType/windowsBulkUserless">
<Annotation Term="Org.OData.Core.V1.Description" String="Windows 10 Bulk enrollment through ICD with certificate." />
Expand Down Expand Up @@ -28927,9 +28936,6 @@
<Annotations Target="microsoft.graph.deviceLogCollectionTemplateType/unknownFutureValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement">
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton entity that acts as a container for all device management functionality." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/applePushNotificationCertificate">
<Annotation Term="Org.OData.Core.V1.Description" String="Apple push notification certificate." />
</Annotations>
Expand Down Expand Up @@ -33867,13 +33873,16 @@
<Annotation Term="Org.OData.Core.V1.Description" String="Owner type of device." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceOwnerType/company">
<Annotation Term="Org.OData.Core.V1.Description" String="Owned by company." />
<Annotation Term="Org.OData.Core.V1.Description" String="Corporate device owner type." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceOwnerType/personal">
<Annotation Term="Org.OData.Core.V1.Description" String="Owned by person." />
<Annotation Term="Org.OData.Core.V1.Description" String="Personal device owner type." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceOwnerType/unknown">
<Annotation Term="Org.OData.Core.V1.Description" String="Unknown." />
<Annotation Term="Org.OData.Core.V1.Description" String="Unknown device owner type." />
</Annotations>
<Annotations Target="microsoft.graph.managedDeviceOwnerType/unknownFutureValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." />
</Annotations>
<Annotations Target="microsoft.graph.managedDevicePartnerReportedHealthState">
<Annotation Term="Org.OData.Core.V1.Description" String="Available health states for the Device Health API" />
Expand Down Expand Up @@ -34060,9 +34069,6 @@
<Annotations Target="microsoft.graph.managementAgentType/microsoft365ManagedMdm">
<Annotation Term="Org.OData.Core.V1.Description" String="This device is managed by Microsoft 365 through Intune." />
</Annotations>
<Annotations Target="microsoft.graph.managementAgentType/msSense">
<Annotation Term="Org.OData.Core.V1.Description" String="" />
</Annotations>
<Annotations Target="microsoft.graph.managementAgentType/unknown">
<Annotation Term="Org.OData.Core.V1.Description" String="Unknown management agent type." />
</Annotations>
Expand Down
Loading
Loading