Skip to content

Commit 491b501

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 182989
1 parent 694e51a commit 491b501

File tree

4 files changed

+15850
-15455
lines changed

4 files changed

+15850
-15455
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11242,6 +11242,7 @@
1124211242
<Property Name="responsibleSensitiveTypeIds" Type="Collection(Edm.Guid)" Nullable="false" />
1124311243
</ComplexType>
1124411244
<ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration">
11245+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
1124511246
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
1124611247
</ComplexType>
1124711248
<ComplexType Name="appManagementConfiguration" Abstract="true">
@@ -11495,6 +11496,16 @@
1149511496
<Property Name="parameters" Type="Collection(graph.stringKeyAttributeMappingSourceValuePair)" />
1149611497
<Property Name="type" Type="graph.attributeMappingSourceType" Nullable="false" />
1149711498
</ComplexType>
11499+
<ComplexType Name="audienceRestriction">
11500+
<Property Name="excludeActors" Type="graph.appManagementPolicyActorExemptions" />
11501+
<Property Name="isStateSetByMicrosoft" Type="Edm.Boolean" Nullable="false" />
11502+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
11503+
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
11504+
</ComplexType>
11505+
<ComplexType Name="audiencesConfiguration">
11506+
<Property Name="azureAdMultipleOrgs" Type="graph.audienceRestriction" />
11507+
<Property Name="personalMicrosoftAccount" Type="graph.audienceRestriction" />
11508+
</ComplexType>
1149811509
<ComplexType Name="audio">
1149911510
<Property Name="album" Type="Edm.String" />
1150011511
<Property Name="albumArtist" Type="Edm.String" />
@@ -12940,6 +12951,7 @@
1294012951
<Property Name="properties" Type="Collection(graph.keyValuePair)" />
1294112952
</ComplexType>
1294212953
<ComplexType Name="customAppManagementApplicationConfiguration">
12954+
<Property Name="audiences" Type="graph.audiencesConfiguration" />
1294312955
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
1294412956
</ComplexType>
1294512957
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration">
@@ -22678,7 +22690,15 @@
2267822690
<NavigationProperty Name="oneDriveForBusinessProtectionPolicies" Type="Collection(graph.oneDriveForBusinessProtectionPolicy)" ContainsTarget="true" />
2267922691
<NavigationProperty Name="oneDriveForBusinessRestoreSessions" Type="Collection(graph.oneDriveForBusinessRestoreSession)" ContainsTarget="true" />
2268022692
<NavigationProperty Name="protectionPolicies" Type="Collection(graph.protectionPolicyBase)" ContainsTarget="true" />
22681-
<NavigationProperty Name="protectionUnits" Type="Collection(graph.protectionUnitBase)" />
22693+
<NavigationProperty Name="protectionUnits" Type="Collection(graph.protectionUnitBase)">
22694+
<Annotation Term="Org.OData.Validation.V1.DerivedTypeConstraint" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm">
22695+
<Collection>
22696+
<String>microsoft.graph.siteProtectionUnit</String>
22697+
<String>microsoft.graph.mailboxProtectionUnit</String>
22698+
<String>microsoft.graph.driveProtectionUnit</String>
22699+
</Collection>
22700+
</Annotation>
22701+
</NavigationProperty>
2268222702
<NavigationProperty Name="restorePoints" Type="Collection(graph.restorePoint)" ContainsTarget="true" />
2268322703
<NavigationProperty Name="restoreSessions" Type="Collection(graph.restoreSessionBase)" ContainsTarget="true" />
2268422704
<NavigationProperty Name="serviceApps" Type="Collection(graph.serviceApp)" ContainsTarget="true" />
@@ -57043,6 +57063,9 @@
5704357063
</Collection>
5704457064
</Annotation>
5704557065
</Annotations>
57066+
<Annotations Target="microsoft.graph.audienceRestriction/isStateSetByMicrosoft">
57067+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
57068+
</Annotations>
5704657069
<Annotations Target="microsoft.graph.auditActor">
5704757070
<Annotation Term="Org.OData.Core.V1.Description" String="A class containing the properties for Audit Actor." />
5704857071
</Annotations>

0 commit comments

Comments
 (0)