Skip to content

Commit 4eccab1

Browse files
committed
Schema sync 2025-03-13 from 1.3.656.0
1 parent 507ae2a commit 4eccab1

File tree

7 files changed

+1615
-216
lines changed

7 files changed

+1615
-216
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11243,6 +11243,7 @@
1124311243
<Property Name="responsibleSensitiveTypeIds" Type="Collection(Edm.Guid)" Nullable="false" />
1124411244
</ComplexType>
1124511245
<ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration">
11246+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
1124611247
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
1124711248
</ComplexType>
1124811249
<ComplexType Name="appManagementConfiguration" Abstract="true">
@@ -11496,6 +11497,16 @@
1149611497
<Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" />
1149711498
<Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" />
1149811499
</ComplexType>
11500+
<ComplexType Name="audienceRestriction">
11501+
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
11502+
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
11503+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
11504+
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
11505+
</ComplexType>
11506+
<ComplexType Name="audiencesConfiguration">
11507+
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
11508+
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
11509+
</ComplexType>
1149911510
<ComplexType Name="audio">
1150011511
<Property Name="album" Type="Edm.String" />
1150111512
<Property Name="albumArtist" Type="Edm.String" />
@@ -12941,6 +12952,7 @@
1294112952
<Property Name="properties" Type="Collection(graph.keyValuePair)" />
1294212953
</ComplexType>
1294312954
<ComplexType Name="customAppManagementApplicationConfiguration">
12955+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
1294412956
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
1294512957
</ComplexType>
1294612958
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration">
@@ -54236,6 +54248,9 @@
5423654248
</Collection>
5423754249
</Annotation>
5423854250
</Annotations>
54251+
<Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft">
54252+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
54253+
</Annotations>
5423954254
<Annotations Target="microsoft.graph.auditActor">
5424054255
<Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Actor." />
5424154256
</Annotations>

schemas/beta-Fairfax.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9319,6 +9319,7 @@
93199319
<Property Name="status" Type="graph.authenticationAppPolicyStatus" />
93209320
</ComplexType>
93219321
<ComplexType Name="authenticationBehaviors">
9322+
<Property Name="blockAzureADGraphAccess" Type="Edm.Boolean" />
93229323
<Property Name="removeUnverifiedEmailClaim" Type="Edm.Boolean" />
93239324
<Property Name="requireClientServicePrincipal" Type="Edm.Boolean" />
93249325
</ComplexType>

schemas/beta-Mooncake.csdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7032,6 +7032,7 @@
70327032
<Property Name="title" Type="Edm.String" />
70337033
</ComplexType>
70347034
<ComplexType Name="authenticationBehaviors">
7035+
<Property Name="blockAzureADGraphAccess" Type="Edm.Boolean" />
70357036
<Property Name="removeUnverifiedEmailClaim" Type="Edm.Boolean" />
70367037
<Property Name="requireClientServicePrincipal" Type="Edm.Boolean" />
70377038
</ComplexType>

schemas/beta-Prod.csdl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11243,6 +11243,7 @@
1124311243
<Property Name="responsibleSensitiveTypeIds" Type="Collection(Edm.Guid)" Nullable="false" />
1124411244
</ComplexType>
1124511245
<ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration">
11246+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
1124611247
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
1124711248
</ComplexType>
1124811249
<ComplexType Name="appManagementConfiguration" Abstract="true">
@@ -11496,6 +11497,16 @@
1149611497
<Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" />
1149711498
<Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" />
1149811499
</ComplexType>
11500+
<ComplexType Name="audienceRestriction">
11501+
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
11502+
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
11503+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
11504+
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
11505+
</ComplexType>
11506+
<ComplexType Name="audiencesConfiguration">
11507+
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
11508+
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
11509+
</ComplexType>
1149911510
<ComplexType Name="audio">
1150011511
<Property Name="album" Type="Edm.String" />
1150111512
<Property Name="albumArtist" Type="Edm.String" />
@@ -12941,6 +12952,7 @@
1294112952
<Property Name="properties" Type="Collection(graph.keyValuePair)" />
1294212953
</ComplexType>
1294312954
<ComplexType Name="customAppManagementApplicationConfiguration">
12955+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
1294412956
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
1294512957
</ComplexType>
1294612958
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration">
@@ -54236,6 +54248,9 @@
5423654248
</Collection>
5423754249
</Annotation>
5423854250
</Annotations>
54251+
<Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft">
54252+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
54253+
</Annotations>
5423954254
<Annotations Target="microsoft.graph.auditActor">
5424054255
<Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Actor." />
5424154256
</Annotations>

0 commit comments

Comments
 (0)