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 2022-07-14 from 1.1.52.0 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
78 changes: 76 additions & 2 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,26 @@
<Member Name="cloudPC" Value="0" />
<Member Name="other" Value="999" />
</EnumType>
<EnumType Name="cloudPcConnectivityEventResult">
<Member Name="unknown" Value="0" />
<Member Name="success" Value="1" />
<Member Name="failure" Value="2" />
<Member Name="unknownFutureValue" Value="999" />
</EnumType>
<EnumType Name="cloudPcConnectivityEventType">
<Member Name="unknown" Value="0" />
<Member Name="userConnection" Value="1" />
<Member Name="userTroubleshooting" Value="2" />
<Member Name="deviceHealthCheck" Value="3" />
<Member Name="unknownFutureValue" Value="999" />
</EnumType>
<EnumType Name="cloudPcConnectivityStatus">
<Member Name="unknown" Value="0" />
<Member Name="available" Value="1" />
<Member Name="availableWithWarning" Value="2" />
<Member Name="unavailable" Value="3" />
<Member Name="unknownFutureValue" Value="999" />
</EnumType>
<EnumType Name="cloudPcDeviceImageOsStatus">
<Member Name="supported" Value="0" />
<Member Name="supportedWithWarning" Value="1" />
Expand Down Expand Up @@ -1091,6 +1111,9 @@
<Member Name="resourceAvailabilityCheckSubnetWithExternalResources" Value="513" />
<Member Name="resourceAvailabilityCheckResourceGroupLockedForReadonly" Value="514" />
<Member Name="resourceAvailabilityCheckResourceGroupLockedForDelete" Value="515" />
<Member Name="resourceAvailabilityCheckNoIntuneReaderRoleError" Value="516" />
<Member Name="resourceAvailabilityCheckIntuneDefaultWindowsRestrictionViolation" Value="517" />
<Member Name="resourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation" Value="518" />
<Member Name="resourceAvailabilityCheckTransientServiceError" Value="598" />
<Member Name="resourceAvailabilityCheckUnknownError" Value="599" />
<Member Name="permissionCheckNoSubscriptionReaderRole" Value="600" />
Expand Down Expand Up @@ -1150,6 +1173,12 @@
<Member Name="pendingProvision" Value="9" />
<Member Name="unknownFutureValue" Value="999" />
</EnumType>
<EnumType Name="cloudPcSupportedRegionStatus">
<Member Name="available" Value="0" />
<Member Name="restricted" Value="1" />
<Member Name="unavailable" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="cloudPcUserAccessLevel">
<Member Name="unrestricted" Value="0" />
<Member Name="restricted" Value="1" />
Expand Down Expand Up @@ -6731,6 +6760,18 @@
<Property Name="notSupportedDeviceIds" Type="Collection(Edm.String)" />
<Property Name="successfulDeviceIds" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="cloudPcConnectivityEvent">
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="eventName" Type="Edm.String" />
<Property Name="eventResult" Type="graph.cloudPcConnectivityEventResult" Nullable="false" />
<Property Name="eventType" Type="graph.cloudPcConnectivityEventType" Nullable="false" />
<Property Name="message" Type="Edm.String" />
</ComplexType>
<ComplexType Name="cloudPcConnectivityResult">
<Property Name="failedHealthCheckItems" Type="Collection(graph.cloudPcHealthCheckItem)" />
<Property Name="status" Type="graph.cloudPcConnectivityStatus" Nullable="false" />
<Property Name="updatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</ComplexType>
<ComplexType Name="cloudPcDomainJoinConfiguration">
<Property Name="onPremisesConnectionId" Type="Edm.String" />
<Property Name="regionName" Type="Edm.String" />
Expand All @@ -6740,6 +6781,12 @@
<Property Name="storageAccountId" Type="Edm.String" />
<Property Name="storageAccountName" Type="Edm.String" />
</ComplexType>
<ComplexType Name="cloudPcHealthCheckItem">
<Property Name="additionalDetails" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="lastHealthCheckDateTime" Type="Edm.DateTimeOffset" />
<Property Name="result" Type="graph.cloudPcConnectivityEventResult" Nullable="false" />
</ComplexType>
<ComplexType Name="cloudPcLaunchInfo">
<Property Name="cloudPcId" Type="Edm.String" />
<Property Name="cloudPcLaunchUrl" Type="Edm.String" />
Expand Down Expand Up @@ -8192,6 +8239,10 @@
<Property Name="supportUrl" Type="Edm.String" />
<Property Name="termsOfServiceUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="informationalUrls">
<Property Name="appSignUpUrl" Type="Edm.String" />
<Property Name="singleSignOnDocumentationUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="initiator" BaseType="graph.identity" OpenType="true">
<Property Name="initiatorType" Type="graph.initiatorType" />
</ComplexType>
Expand Down Expand Up @@ -9638,6 +9689,10 @@
<Property Name="teamIdentifier" Type="Edm.String" />
<Property Name="urlPrefixes" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="redirectUriSettings">
<Property Name="index" Type="Edm.Int32" />
<Property Name="uri" Type="Edm.String" />
</ComplexType>
<ComplexType Name="referencedObject">
<Property Name="referencedObjectName" Type="Edm.String" />
<Property Name="referencedProperty" Type="Edm.String" />
Expand Down Expand Up @@ -10509,6 +10564,12 @@
<ComplexType Name="tenantAttachRBACState">
<Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="tenantInformation">
<Property Name="defaultDomainName" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="federationBrandName" Type="Edm.String" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="termsExpiration">
<Property Name="frequency" Type="Edm.Duration" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -10834,6 +10895,7 @@
<Property Name="logoutUrl" Type="Edm.String" />
<Property Name="oauth2AllowImplicitFlow" Type="Edm.Boolean" />
<Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="redirectUriSettings" Type="Collection(graph.redirectUriSettings)" Nullable="false" />
</ComplexType>
<ComplexType Name="website">
<Property Name="address" Type="Edm.String" />
Expand Down Expand Up @@ -12829,6 +12891,7 @@
<Property Name="appId" Type="Edm.String" />
<Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="defaultRedirectUri" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="groupMembershipClaims" Type="Edm.String" />
Expand Down Expand Up @@ -12881,6 +12944,7 @@
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="homePageUrl" Type="Edm.String" />
<Property Name="informationalUrls" Type="graph.informationalUrls" />
<Property Name="logoUrl" Type="Edm.String" />
<Property Name="publisher" Type="Edm.String" />
<Property Name="supportedProvisioningTypes" Type="Collection(Edm.String)" />
Expand Down Expand Up @@ -13026,7 +13090,9 @@
<Property Name="registrationEnforcement" Type="graph.registrationEnforcement" />
<NavigationProperty Name="authenticationMethodConfigurations" Type="Collection(graph.authenticationMethodConfiguration)" ContainsTarget="true" />
</EntityType>
<EntityType Name="authenticationMethodsRoot" BaseType="graph.entity" />
<EntityType Name="authenticationMethodsRoot" BaseType="graph.entity">
<NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" />
</EntityType>
<EntityType Name="authenticationMethodTarget" BaseType="graph.entity">
<Property Name="isRegistrationRequired" Type="Edm.Boolean" Nullable="false" />
<Property Name="targetType" Type="graph.authenticationMethodTargetType" Nullable="false" />
Expand Down Expand Up @@ -13216,6 +13282,7 @@
</EntityType>
<EntityType Name="cloudPC" BaseType="graph.entity">
<Property Name="aadDeviceId" Type="Edm.String" />
<Property Name="connectivityResult" Type="graph.cloudPcConnectivityResult" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="gracePeriodEndDateTime" Type="Edm.DateTimeOffset" />
<Property Name="imageDisplayName" Type="Edm.String" />
Expand Down Expand Up @@ -13341,7 +13408,8 @@
<Property Name="status" Type="graph.cloudPcSnapshotStatus" />
</EntityType>
<EntityType Name="cloudPcSupportedRegion" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="regionStatus" Type="graph.cloudPcSupportedRegionStatus" />
</EntityType>
<EntityType Name="cloudPcUserSetting" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -19959,6 +20027,7 @@
</EntityType>
<EntityType Name="userRegistrationDetails" BaseType="graph.entity">
<Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" />
<Property Name="isAdmin" Type="Edm.Boolean" />
<Property Name="isMfaCapable" Type="Edm.Boolean" Nullable="false" />
<Property Name="isMfaRegistered" Type="Edm.Boolean" Nullable="false" />
<Property Name="isPasswordlessCapable" Type="Edm.Boolean" Nullable="false" />
Expand All @@ -19968,6 +20037,7 @@
<Property Name="methodsRegistered" Type="Collection(Edm.String)" />
<Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
<Property Name="userType" Type="graph.signInUserType" />
</EntityType>
<EntityType Name="userScopeTeamsAppInstallation" BaseType="graph.teamsAppInstallation">
<NavigationProperty Name="chat" Type="graph.chat" />
Expand Down Expand Up @@ -27207,6 +27277,10 @@
<Parameter Name="path" Type="Edm.String" Unicode="false" />
<ReturnType Type="graph.site" />
</Function>
<Function Name="getCloudPcConnectivityHistory" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
<ReturnType Type="Collection(graph.cloudPcConnectivityEvent)" />
</Function>
<Function Name="getCloudPcLaunchInfo" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
<ReturnType Type="graph.cloudPcLaunchInfo" />
Expand Down
36 changes: 36 additions & 0 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -6316,6 +6316,10 @@
<Property Name="supportUrl" Type="Edm.String" />
<Property Name="termsOfServiceUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="informationalUrls">
<Property Name="appSignUpUrl" Type="Edm.String" />
<Property Name="singleSignOnDocumentationUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="insightValueDouble" BaseType="graph.userExperienceAnalyticsInsightValue">
<Property Name="value" Type="Edm.Double" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -7352,6 +7356,10 @@
<Property Name="teamIdentifier" Type="Edm.String" />
<Property Name="urlPrefixes" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="redirectUriSettings">
<Property Name="index" Type="Edm.Int32" />
<Property Name="uri" Type="Edm.String" />
</ComplexType>
<ComplexType Name="regionalFormatOverrides">
<Property Name="calendar" Type="Edm.String" />
<Property Name="firstDayOfWeek" Type="Edm.String" />
Expand Down Expand Up @@ -7661,6 +7669,12 @@
<ComplexType Name="tenantAttachRBACState">
<Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="tenantInformation">
<Property Name="defaultDomainName" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="federationBrandName" Type="Edm.String" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="termsExpiration">
<Property Name="frequency" Type="Edm.Duration" />
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
Expand Down Expand Up @@ -7951,6 +7965,7 @@
<Property Name="logoutUrl" Type="Edm.String" />
<Property Name="oauth2AllowImplicitFlow" Type="Edm.Boolean" />
<Property Name="redirectUris" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="redirectUriSettings" Type="Collection(graph.redirectUriSettings)" Nullable="false" />
</ComplexType>
<ComplexType Name="website">
<Property Name="address" Type="Edm.String" />
Expand Down Expand Up @@ -9830,6 +9845,7 @@
<Property Name="appId" Type="Edm.String" />
<Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="defaultRedirectUri" Type="Edm.String" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="groupMembershipClaims" Type="Edm.String" />
Expand Down Expand Up @@ -19718,6 +19734,26 @@
<Parameter Name="bindingParameter" Type="graph.user" />
<ReturnType Type="Collection(graph.managedDevice)" />
</Function>
<Function Name="getM365AppPlatformUserCounts" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Edm.Stream" Nullable="false" />
</Function>
<Function Name="getM365AppUserCounts" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Edm.Stream" Nullable="false" />
</Function>
<Function Name="getM365AppUserDetail" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
<Parameter Name="date" Type="Edm.Date" Nullable="false" />
<ReturnType Type="Edm.Stream" Nullable="false" />
</Function>
<Function Name="getM365AppUserDetail" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
<ReturnType Type="Edm.Stream" Nullable="false" />
</Function>
<Function Name="getMailboxUsageDetail" IsBound="true">
<Parameter Name="reportRoot" Type="graph.reportRoot" />
<Parameter Name="period" Type="Edm.String" Nullable="false" Unicode="false" />
Expand Down
Loading