Skip to content

Commit

Permalink
Update clean metadata file with 172840
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 Dec 3, 2024
1 parent cbd2a5e commit 2a2cafe
Show file tree
Hide file tree
Showing 4 changed files with 15,889 additions and 14,773 deletions.
91 changes: 77 additions & 14 deletions clean_beta_metadata/cleanMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4435,6 +4435,18 @@
<Member Name="surface" Value="2" />
<Member Name="surfaceDock" Value="3" />
</EnumType>
<EnumType Name="hardwareOathTokenHashFunction">
<Member Name="hmacsha1" Value="0" />
<Member Name="hmacsha256" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="hardwareOathTokenStatus">
<Member Name="available" Value="0" />
<Member Name="assigned" Value="1" />
<Member Name="activated" Value="2" />
<Member Name="failedActivation" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="hashAlgorithms" IsFlags="true">
<Member Name="sha1" Value="1" />
<Member Name="sha2" Value="2" />
Expand Down Expand Up @@ -22038,6 +22050,7 @@
</Property>
<NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" />
<NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" />
<NavigationProperty Name="hardwareOathMethods" Type="Collection(graph.hardwareOathAuthenticationMethod)" ContainsTarget="true" />
<NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" />
<NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" />
<NavigationProperty Name="operations" Type="Collection(graph.longRunningOperation)" ContainsTarget="true" />
Expand Down Expand Up @@ -22098,6 +22111,10 @@
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" />
<Property Name="state" Type="graph.authenticationMethodState" />
</EntityType>
<EntityType Name="authenticationMethodDevice" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<NavigationProperty Name="hardwareOathDevices" Type="Collection(graph.hardwareOathTokenAuthenticationMethodDevice)" ContainsTarget="true" />
</EntityType>
<EntityType Name="authenticationMethodModeDetail" BaseType="graph.entity">
<Property Name="authenticationMethod" Type="graph.baseAuthenticationMethod" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -22928,6 +22945,7 @@
<Property Name="tenantId" Type="Edm.String" />
<Property Name="webUrl" Type="Edm.String" />
<NavigationProperty Name="filesFolder" Type="graph.driveItem" />
<NavigationProperty Name="getAllMembers" Type="Collection(graph.conversationMember)" ContainsTarget="true" />
<NavigationProperty Name="members" Type="Collection(graph.conversationMember)" ContainsTarget="true" />
<NavigationProperty Name="messages" Type="Collection(graph.chatMessage)" ContainsTarget="true" />
<NavigationProperty Name="sharedWithTeams" Type="Collection(graph.sharedWithChannelTeamInfo)" ContainsTarget="true" />
Expand Down Expand Up @@ -25757,6 +25775,7 @@
<EntityType Name="directory" BaseType="graph.entity">
<NavigationProperty Name="administrativeUnits" Type="Collection(graph.administrativeUnit)" ContainsTarget="true" />
<NavigationProperty Name="attributeSets" Type="Collection(graph.attributeSet)" ContainsTarget="true" />
<NavigationProperty Name="authenticationMethodDevices" Type="graph.authenticationMethodDevice" ContainsTarget="true" />
<NavigationProperty Name="certificateAuthorities" Type="graph.certificateAuthorityPath" ContainsTarget="true" />
<NavigationProperty Name="customSecurityAttributeDefinitions" Type="Collection(graph.customSecurityAttributeDefinition)" ContainsTarget="true" />
<NavigationProperty Name="deletedItems" Type="Collection(graph.directoryObject)">
Expand Down Expand Up @@ -27768,9 +27787,23 @@
<Property Name="userEmail" Type="Edm.String" />
<Property Name="userName" Type="Edm.String" />
</EntityType>
<EntityType Name="hardwareOathAuthenticationMethod" BaseType="graph.authenticationMethod">
<NavigationProperty Name="device" Type="graph.hardwareOathTokenAuthenticationMethodDevice" ContainsTarget="true" />
</EntityType>
<EntityType Name="hardwareOathAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
</EntityType>
<EntityType Name="hardwareOathTokenAuthenticationMethodDevice" BaseType="graph.authenticationMethodDevice">
<Property Name="assignedTo" Type="graph.identity" />
<Property Name="hashFunction" Type="graph.hardwareOathTokenHashFunction" />
<Property Name="manufacturer" Type="Edm.String" Nullable="false" />
<Property Name="model" Type="Edm.String" Nullable="false" />
<Property Name="secretKey" Type="Edm.String" />
<Property Name="serialNumber" Type="Edm.String" Nullable="false" />
<Property Name="status" Type="graph.hardwareOathTokenStatus" />
<Property Name="timeIntervalInSeconds" Type="Edm.Int32" Nullable="false" />
<NavigationProperty Name="assignTo" Type="graph.user" />
</EntityType>
<EntityType Name="hardwarePasswordDetail" BaseType="graph.entity">
<Property Name="currentPassword" Type="Edm.String" />
<Property Name="previousPasswords" Type="Collection(Edm.String)" />
Expand Down Expand Up @@ -34137,7 +34170,11 @@
<Property Name="webPartType" Type="Edm.String" />
</EntityType>
<EntityType Name="startHoldMusicOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="startRecordingOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="startTranscriptionOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="stopHoldMusicOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="stopRecordingOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="stopTranscriptionOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="storage">
<NavigationProperty Name="fileStorage" Type="graph.fileStorage" ContainsTarget="true" />
<NavigationProperty Name="settings" Type="graph.storageSettings" ContainsTarget="true" />
Expand Down Expand Up @@ -38552,6 +38589,11 @@
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
<ReturnType Type="graph.educationAssignment" />
</Action>
<Action Name="activate" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.hardwareOathAuthenticationMethod" />
<Parameter Name="verificationCode" Type="Edm.String" Unicode="false" />
<Parameter Name="displayName" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="activate" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.protectionPolicyBase" />
<ReturnType Type="graph.protectionPolicyBase" />
Expand Down Expand Up @@ -39010,6 +39052,18 @@
<Parameter Name="bindingParameter" Type="graph.windowsQualityUpdateProfile" />
<Parameter Name="assignments" Type="Collection(graph.windowsQualityUpdateProfileAssignment)" />
</Action>
<Action Name="assignAndActivate" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.hardwareOathAuthenticationMethod)" />
<Parameter Name="verificationCode" Type="Edm.String" Unicode="false" />
<Parameter Name="device" Type="graph.hardwareOathTokenAuthenticationMethodDevice" />
<Parameter Name="displayName" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="assignAndActivateBySerialNumber" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(graph.hardwareOathAuthenticationMethod)" />
<Parameter Name="verificationCode" Type="Edm.String" Unicode="false" />
<Parameter Name="serialNumber" Type="Edm.String" Unicode="false" />
<Parameter Name="displayName" Type="Edm.String" Unicode="false" />
</Action>
<Action Name="assignedAccessMultiModeProfiles" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.deviceConfiguration" />
<Parameter Name="assignedAccessMultiModeProfiles" Type="Collection(graph.windowsAssignedAccessProfile)" />
Expand Down Expand Up @@ -40122,6 +40176,9 @@
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
<ReturnType Type="graph.educationAssignment" />
</Action>
<Action Name="deactivate" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.hardwareOathAuthenticationMethod" />
</Action>
<Action Name="deactivate" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.protectionPolicyBase" />
<ReturnType Type="graph.protectionPolicyBase" />
Expand Down Expand Up @@ -48052,6 +48109,7 @@
<EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" />
<EntitySet Name="approvalWorkflowProviders" EntityType="microsoft.graph.approvalWorkflowProvider" />
<EntitySet Name="authenticationMethodConfigurations" EntityType="microsoft.graph.authenticationMethodConfiguration" />
<EntitySet Name="authenticationMethodDevices" EntityType="microsoft.graph.authenticationMethodDevice" />
<EntitySet Name="bookingBusinesses" EntityType="microsoft.graph.bookingBusiness">
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
<Record>
Expand Down Expand Up @@ -56494,6 +56552,13 @@
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.authentication/hardwareOathMethods">
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.authentication/microsoftAuthenticatorMethods">
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
Expand Down Expand Up @@ -69684,20 +69749,6 @@
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.entra">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-11-07" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-02-04" />
<PropertyValue Property="Version" String="2023-11/PrivatePreview:BulkJobs" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.enumeratedAccountsWithAccess/accounts">
<Annotation Term="Org.OData.Capabilities.V1.CustomHeaders">
<Collection>
Expand Down Expand Up @@ -101325,6 +101376,11 @@
<Property Name="count" Type="Edm.Int64" Nullable="false" />
<Property Name="severity" Type="microsoft.graph.networkaccess.alertSeverity" Nullable="false" />
</ComplexType>
<ComplexType Name="alertSummary">
<Property Name="alertType" Type="microsoft.graph.networkaccess.alertType" Nullable="false" />
<Property Name="count" Type="Edm.Int64" Nullable="false" />
<Property Name="severity" Type="microsoft.graph.networkaccess.alertSeverity" Nullable="false" />
</ComplexType>
<ComplexType Name="applicationSnapshot">
<Property Name="appId" Type="Edm.String" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -101862,6 +101918,12 @@
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.networkaccess.alertSeveritySummary)" />
</Function>
<Function Name="getAlertSummaries" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.networkaccess.alert)" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.networkaccess.alertSummary)" />
</Function>
<Function Name="getCrossTenantSummary" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand Down Expand Up @@ -104699,6 +104761,7 @@
<EntityType Name="dataSet" BaseType="graph.entity" Abstract="true">
<Property Name="createdBy" Type="graph.identitySet" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
</EntityType>
<EntityType Name="dataSource" BaseType="graph.entity" Abstract="true">
Expand Down
Loading

0 comments on commit 2a2cafe

Please sign in to comment.