Skip to content

Commit

Permalink
Update clean metadata file with 159048
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 Aug 6, 2024
1 parent f942a76 commit 51a9ba7
Show file tree
Hide file tree
Showing 4 changed files with 14,342 additions and 13,846 deletions.
13 changes: 10 additions & 3 deletions clean_beta_metadata/cleanMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,12 @@
<Member Name="fingerprint" Value="2" />
<Member Name="machineLearning" Value="3" />
</EnumType>
<EnumType Name="clickSource">
<Member Name="unknown" Value="0" />
<Member Name="qrCode" Value="1" />
<Member Name="phishingUrl" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="clientCredentialType">
<Member Name="none" Value="0" />
<Member Name="clientSecret" Value="1" />
Expand Down Expand Up @@ -18544,6 +18550,7 @@
</ComplexType>
<ComplexType Name="userSimulationEventInfo">
<Property Name="browser" Type="Edm.String" />
<Property Name="clickSource" Type="graph.clickSource" />
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" />
<Property Name="eventName" Type="Edm.String" />
<Property Name="ipAddress" Type="Edm.String" />
Expand Down Expand Up @@ -67266,7 +67273,7 @@
<Annotation Term="Org.OData.Core.V1.Description" String="The value for if MS Office Word should be excluded or not." />
</Annotations>
<Annotations Target="microsoft.graph.exclusionGroupAssignmentTarget">
<Annotation Term="Org.OData.Core.V1.Description" String="Represents a group that should be excluded from an assignment." />
<Annotation Term="Org.OData.Core.V1.Description" String="The AAD Group we are deploying firmware updates to" />
</Annotations>
<Annotations Target="microsoft.graph.expeditedWindowsQualityUpdateSettings">
<Annotation Term="Org.OData.Core.V1.Description" String="A complex type to store the expedited quality update settings such as release date and days until forced reboot." />
Expand Down Expand Up @@ -68506,10 +68513,10 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.groupAssignmentTarget">
<Annotation Term="Org.OData.Core.V1.Description" String="Represents an assignment to a group." />
<Annotation Term="Org.OData.Core.V1.Description" String="The AAD Group we are deploying firmware updates to" />
</Annotations>
<Annotations Target="microsoft.graph.groupAssignmentTarget/groupId">
<Annotation Term="Org.OData.Core.V1.Description" String="The group Id that is the target of the assignment." />
<Annotation Term="Org.OData.Core.V1.Description" String="AAD Group Id." />
</Annotations>
<Annotations Target="microsoft.graph.groupPolicyCategory">
<Annotation Term="Org.OData.Core.V1.Description" String="The category entity stores the category of a group policy definition" />
Expand Down
Loading

0 comments on commit 51a9ba7

Please sign in to comment.