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 2024-10-15 from 1.3.506.0 #709

Merged
merged 1 commit into from
Oct 16, 2024
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
990 changes: 800 additions & 190 deletions schemas/annotated-beta-Prod.csdl

Large diffs are not rendered by default.

911 changes: 734 additions & 177 deletions schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

800 changes: 627 additions & 173 deletions schemas/beta-Mooncake.csdl

Large diffs are not rendered by default.

990 changes: 800 additions & 190 deletions schemas/beta-Prod.csdl

Large diffs are not rendered by default.

22 changes: 7 additions & 15 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -9679,13 +9679,16 @@
<NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="subscribedSku" BaseType="graph.entity">
<Property Name="accountId" Type="Edm.String" />
<Property Name="accountName" Type="Edm.String" />
<Property Name="appliesTo" Type="Edm.String" />
<Property Name="capabilityStatus" Type="Edm.String" />
<Property Name="consumedUnits" Type="Edm.Int32" />
<Property Name="prepaidUnits" Type="graph.licenseUnitsDetail" />
<Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
<Property Name="skuPartNumber" Type="Edm.String" />
<Property Name="subscriptionIds" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="subscription" BaseType="graph.entity">
<Property Name="applicationId" Type="Edm.String" />
Expand Down Expand Up @@ -11468,6 +11471,9 @@
</Action>
<Action Name="verify" EntitySetPath="bindingParameter" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<Parameter Name="forceTakeover" Type="Edm.Boolean">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="graph.domain" />
</Action>
<Function Name="additionalAccess" IsBound="true">
Expand Down Expand Up @@ -12274,7 +12280,6 @@
<NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="contracts" EntityType="microsoft.graph.contract" />
<EntitySet Name="deviceLocalCredentials" EntityType="microsoft.graph.deviceLocalCredentialInfo" />
<EntitySet Name="devices" EntityType="microsoft.graph.device">
<NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="registeredOwners" Target="directoryObjects" />
Expand Down Expand Up @@ -14173,19 +14178,6 @@
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/deviceLocalCredentials">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="Referenceable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.GraphService/devices">
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
Expand Down Expand Up @@ -17292,7 +17284,7 @@
<Property Name="macAddress" Type="Edm.String" />
<Property Name="manufacturer" Type="Edm.String" />
<Property Name="model" Type="Edm.String" />
<Property Name="nics" Type="microsoft.graph.security.nicEvidence" />
<Property Name="nics" Type="Collection(microsoft.graph.security.nicEvidence)" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="owners" Type="Collection(Edm.String)" />
<Property Name="protocols" Type="Collection(Edm.String)" />
Expand Down
22 changes: 7 additions & 15 deletions schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -9708,13 +9708,16 @@
<NavigationProperty Name="appliesTo" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="subscribedSku" BaseType="graph.entity">
<Property Name="accountId" Type="Edm.String" />
<Property Name="accountName" Type="Edm.String" />
<Property Name="appliesTo" Type="Edm.String" />
<Property Name="capabilityStatus" Type="Edm.String" />
<Property Name="consumedUnits" Type="Edm.Int32" />
<Property Name="prepaidUnits" Type="graph.licenseUnitsDetail" />
<Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" />
<Property Name="skuId" Type="Edm.Guid" />
<Property Name="skuPartNumber" Type="Edm.String" />
<Property Name="subscriptionIds" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="subscription" BaseType="graph.entity">
<Property Name="applicationId" Type="Edm.String" />
Expand Down Expand Up @@ -11497,6 +11500,9 @@
</Action>
<Action Name="verify" EntitySetPath="bindingParameter" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<Parameter Name="forceTakeover" Type="Edm.Boolean">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="graph.domain" />
</Action>
<Function Name="additionalAccess" IsBound="true">
Expand Down Expand Up @@ -12303,7 +12309,6 @@
<NavigationPropertyBinding Path="transitiveReports" Target="directoryObjects" />
</EntitySet>
<EntitySet Name="contracts" EntityType="microsoft.graph.contract" />
<EntitySet Name="deviceLocalCredentials" EntityType="microsoft.graph.deviceLocalCredentialInfo" />
<EntitySet Name="devices" EntityType="microsoft.graph.device">
<NavigationPropertyBinding Path="memberOf" Target="directoryObjects" />
<NavigationPropertyBinding Path="registeredOwners" Target="directoryObjects" />
Expand Down Expand Up @@ -14202,19 +14207,6 @@
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/deviceLocalCredentials">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="Referenceable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.GraphService/devices">
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
Expand Down Expand Up @@ -17321,7 +17313,7 @@
<Property Name="macAddress" Type="Edm.String" />
<Property Name="manufacturer" Type="Edm.String" />
<Property Name="model" Type="Edm.String" />
<Property Name="nics" Type="microsoft.graph.security.nicEvidence" />
<Property Name="nics" Type="Collection(microsoft.graph.security.nicEvidence)" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="owners" Type="Collection(Edm.String)" />
<Property Name="protocols" Type="Collection(Edm.String)" />
Expand Down
43 changes: 43 additions & 0 deletions schemas/v1.0-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -3069,6 +3069,9 @@
<Property Name="accessType" Type="graph.crossTenantAccessPolicyTargetConfigurationAccessType" />
<Property Name="targets" Type="Collection(graph.crossTenantAccessPolicyTarget)" />
</ComplexType>
<ComplexType Name="crossTenantUserSyncInbound">
<Property Name="isSyncAllowed" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="currencyColumn">
<Property Name="locale" Type="Edm.String" />
</ComplexType>
Expand Down Expand Up @@ -6101,6 +6104,15 @@
<Property Name="inboundTrust" Type="graph.crossTenantAccessPolicyInboundTrust" />
<Property Name="isServiceProvider" Type="Edm.Boolean" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="identitySynchronization" Type="graph.crossTenantIdentitySyncPolicyPartner" ContainsTarget="true" />
</EntityType>
<EntityType Name="crossTenantIdentitySyncPolicyPartner">
<Key>
<PropertyRef Name="tenantId" />
</Key>
<Property Name="displayName" Type="Edm.String" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
<Property Name="userSyncInbound" Type="graph.crossTenantUserSyncInbound" />
</EntityType>
<EntityType Name="customCalloutExtension" BaseType="graph.entity" Abstract="true">
<Property Name="authenticationConfiguration" Type="graph.customExtensionAuthenticationConfiguration" />
Expand Down Expand Up @@ -13330,6 +13342,37 @@
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.crossTenantIdentitySyncPolicyPartner">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
<PropertyValue Property="Referenceable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="UpdateMethod">
<EnumMember>Org.OData.Capabilities.V1.HttpMethod/PUT</EnumMember>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.defaultManagedAppProtection">
<Annotation Term="Org.OData.Core.V1.Description" String="Policy used to configure detailed management settings for a specified set of apps for all users not targeted by a TargetedManagedAppProtection Policy" />
</Annotations>
Expand Down
Loading