Skip to content

Commit

Permalink
Update clean metadata file with 127419
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Oct 24, 2023
1 parent 6e26b34 commit 8dfcd50
Show file tree
Hide file tree
Showing 6 changed files with 14,334 additions and 13,365 deletions.
47 changes: 27 additions & 20 deletions clean_beta_metadata/cleanMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12159,6 +12159,19 @@
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.directory/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.administrativeUnit">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
Expand Down Expand Up @@ -15085,20 +15098,6 @@
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.deviceLocalCredentialInfo">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.companySubscription/ocpSubscriptionId">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down Expand Up @@ -56279,6 +56278,7 @@
<EntityType Name="directory" BaseType="graph.entity">
<NavigationProperty Name="impactedResources" Type="Collection(graph.impactedResource)" ContainsTarget="true" />
<NavigationProperty Name="recommendations" Type="Collection(graph.recommendation)" ContainsTarget="true" />
<NavigationProperty Name="deviceLocalCredentials" Type="Collection(graph.deviceLocalCredentialInfo)" ContainsTarget="true" />
<NavigationProperty Name="administrativeUnits" Type="Collection(graph.administrativeUnit)" ContainsTarget="true" />
<NavigationProperty Name="attributeSets" Type="Collection(graph.attributeSet)" ContainsTarget="true" />
<NavigationProperty Name="certificateAuthorities" Type="graph.certificateAuthorityPath" ContainsTarget="true" />
Expand Down Expand Up @@ -56355,6 +56355,12 @@
<NavigationProperty Name="impactedResources" Type="Collection(graph.impactedResource)" ContainsTarget="true" />
</EntityType>
<EntityType Name="recommendation" BaseType="graph.recommendationBase" />
<EntityType Name="deviceLocalCredentialInfo" BaseType="graph.entity">
<Property Name="credentials" Type="Collection(graph.deviceLocalCredential)" Nullable="false" />
<Property Name="deviceName" Type="Edm.String" Nullable="false" />
<Property Name="lastBackupDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="refreshDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="administrativeUnit" BaseType="graph.directoryObject" OpenType="true">
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
Expand Down Expand Up @@ -61461,12 +61467,6 @@
<Property Name="backupDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="passwordBase64" Type="Edm.String" Nullable="false" />
</ComplexType>
<EntityType Name="deviceLocalCredentialInfo" BaseType="graph.entity">
<Property Name="credentials" Type="Collection(graph.deviceLocalCredential)" Nullable="false" />
<Property Name="deviceName" Type="Edm.String" Nullable="false" />
<Property Name="lastBackupDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="refreshDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<ComplexType Name="azureAdJoinPolicy" OpenType="true">
<Property Name="allowedGroups" Type="Collection(Edm.String)" />
<Property Name="allowedUsers" Type="Collection(Edm.String)" />
Expand Down Expand Up @@ -88873,6 +88873,11 @@
<Member Name="appGovernanceDetection" Value="2097152" />
<Member Name="unknownFutureValue" Value="4194303" />
<Member Name="microsoftDefenderForCloud" Value="4194304" />
<Member Name="nrtAlerts" Value="1073741844" />
<Member Name="scheduledAlerts" Value="1073741845" />
<Member Name="microsoftDefenderThreatIntelligenceAnalytics" Value="1073741846" />
<Member Name="builtInMl" Value="1073741847" />
<Member Name="microsoftSentinel" Value="268435456" />
</EnumType>
<EnumType Name="detectionStatus">
<Member Name="detected" Value="0" />
Expand Down Expand Up @@ -89072,6 +89077,7 @@
<Member Name="dataLossPrevention" Value="128" />
<Member Name="unknownFutureValue" Value="255" />
<Member Name="microsoftDefenderForCloud" Value="256" />
<Member Name="microsoftSentinel" Value="512" />
</EnumType>
<EnumType Name="stopAndQuarantineFileEntityIdentifier" IsFlags="true">
<Member Name="deviceId" Value="1" />
Expand Down Expand Up @@ -89365,6 +89371,7 @@
<Property Name="lastActivityDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastUpdateDateTime" Type="Edm.DateTimeOffset" />
<Property Name="mitreTechniques" Type="Collection(Edm.String)" />
<Property Name="productName" Type="Edm.String" />
<Property Name="providerAlertId" Type="Edm.String" />
<Property Name="recommendedActions" Type="Edm.String" />
<Property Name="resolvedDateTime" Type="Edm.DateTimeOffset" />
Expand Down
Loading

0 comments on commit 8dfcd50

Please sign in to comment.