Skip to content

Commit ffb2459

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 200254 [skip ci]
1 parent 69ac3b7 commit ffb2459

File tree

4 files changed

+361
-129
lines changed

4 files changed

+361
-129
lines changed

clean_v10_metadata/cleanMetadata.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3836,12 +3836,20 @@
38363836
<Member Name="completed" Value="2" />
38373837
<Member Name="completedWithErrors" Value="3" />
38383838
<Member Name="unknownFutureValue" Value="4" />
3839+
<Member Name="updateRequested" Value="5" />
3840+
<Member Name="deleteRequested" Value="6" />
38393841
</EnumType>
38403842
<EnumType Name="protectionScopeState">
38413843
<Member Name="notModified" Value="0" />
38423844
<Member Name="modified" Value="1" />
38433845
<Member Name="unknownFutureValue" Value="2" />
38443846
</EnumType>
3847+
<EnumType Name="protectionSource" IsFlags="true">
3848+
<Member Name="none" Value="0" />
3849+
<Member Name="manual" Value="1" />
3850+
<Member Name="dynamicRule" Value="2" />
3851+
<Member Name="unknownFutureValue" Value="4" />
3852+
</EnumType>
38453853
<EnumType Name="protectionUnitsBulkJobStatus">
38463854
<Member Name="unknown" Value="0" />
38473855
<Member Name="active" Value="1" />
@@ -3856,6 +3864,9 @@
38563864
<Member Name="unprotected" Value="3" />
38573865
<Member Name="removeRequested" Value="4" />
38583866
<Member Name="unknownFutureValue" Value="5" />
3867+
<Member Name="offboardRequested" Value="6" />
3868+
<Member Name="offboarded" Value="7" />
3869+
<Member Name="cancelOffboardRequested" Value="8" />
38593870
</EnumType>
38603871
<EnumType Name="provisioningAction">
38613872
<Member Name="other" Value="0" />
@@ -5825,13 +5836,15 @@
58255836
<Property Name="removeAccessWhenTargetLeavesAllowedTargets" Type="Edm.Boolean" />
58265837
<Property Name="requestAccessForAllowedTargets" Type="Edm.Boolean" />
58275838
</ComplexType>
5839+
<ComplexType Name="accessPackageDynamicApprovalStage" BaseType="graph.accessPackageApprovalStage" />
58285840
<ComplexType Name="accessPackageLocalizedText">
58295841
<Property Name="languageCode" Type="Edm.String" Nullable="false" />
58305842
<Property Name="text" Type="Edm.String" />
58315843
</ComplexType>
58325844
<ComplexType Name="accessPackageNotificationSettings">
58335845
<Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" />
58345846
</ComplexType>
5847+
<ComplexType Name="accessPackageRequestApprovalStageCallbackConfiguration" BaseType="graph.customExtensionCallbackConfiguration" />
58355848
<ComplexType Name="accessPackageResourceAttribute">
58365849
<Property Name="destination" Type="graph.accessPackageResourceAttributeDestination" />
58375850
<Property Name="isEditable" Type="Edm.Boolean" />
@@ -6156,6 +6169,9 @@
61566169
<ComplexType Name="assignmentOrder">
61576170
<Property Name="order" Type="Collection(Edm.String)" />
61586171
</ComplexType>
6172+
<ComplexType Name="assignmentRequestApprovalStageCallbackData" BaseType="graph.accessPackageAssignmentRequestCallbackData">
6173+
<Property Name="approvalStage" Type="graph.accessPackageApprovalStage" />
6174+
</ComplexType>
61596175
<ComplexType Name="attachmentInfo">
61606176
<Property Name="attachmentType" Type="graph.attachmentType" />
61616177
<Property Name="contentType" Type="Edm.String" />
@@ -17296,7 +17312,9 @@
1729617312
<Property Name="error" Type="graph.publicError" />
1729717313
<Property Name="lastModifiedBy" Type="graph.identitySet" />
1729817314
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
17315+
<Property Name="offboardRequestedDateTime" Type="Edm.DateTimeOffset" />
1729917316
<Property Name="policyId" Type="Edm.String" />
17317+
<Property Name="protectionSources" Type="graph.protectionSource" Nullable="false" />
1730017318
<Property Name="status" Type="graph.protectionUnitStatus" />
1730117319
</EntityType>
1730217320
<EntityType Name="protectionUnitsBulkJobBase" BaseType="graph.entity" Abstract="true">
@@ -21493,6 +21511,11 @@
2149321511
<Parameter Name="clientContext" Type="Edm.String" Unicode="false" />
2149421512
<ReturnType Type="graph.cancelMediaProcessingOperation" />
2149521513
</Action>
21514+
<Action Name="cancelOffboard" IsBound="true">
21515+
<Parameter Name="bindingParameter" Type="graph.protectionUnitBase" />
21516+
<ReturnType Type="graph.protectionUnitBase" />
21517+
<Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm" />
21518+
</Action>
2149621519
<Action Name="ceiling_Math" IsBound="true">
2149721520
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
2149821521
<Parameter Name="number" Type="Edm.Untyped" />
@@ -22172,6 +22195,10 @@
2217222195
<Parameter Name="bindparameter" Type="graph.workbookRange" />
2217322196
<Parameter Name="shift" Type="Edm.String" Nullable="false" Unicode="false" />
2217422197
</Action>
22198+
<Action Name="deleteAndUnprotect" IsBound="true">
22199+
<Parameter Name="bindingParameter" Type="graph.protectionRuleBase" />
22200+
<ReturnType Type="graph.protectionRuleBase" />
22201+
</Action>
2217522202
<Action Name="deleteUserFromSharedAppleDevice" IsBound="true">
2217622203
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
2217722204
<Parameter Name="userPrincipalName" Type="Edm.String" Unicode="false" />
@@ -23953,6 +23980,11 @@
2395323980
<Parameter Name="basis" Type="Edm.Untyped" />
2395423981
<ReturnType Type="graph.workbookFunctionResult" />
2395523982
</Action>
23983+
<Action Name="offboard" IsBound="true">
23984+
<Parameter Name="bindingParameter" Type="graph.protectionUnitBase" />
23985+
<ReturnType Type="graph.protectionUnitBase" />
23986+
<Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm" />
23987+
</Action>
2395623988
<Action Name="onenotePatchContent" IsBound="true">
2395723989
<Parameter Name="bindingParameter" Type="graph.onenotePage" />
2395823990
<Parameter Name="commands" Type="Collection(graph.onenotePatchContentCommand)" />
@@ -30322,6 +30354,14 @@
3032230354
</Collection>
3032330355
</Annotation>
3032430356
</Annotations>
30357+
<Annotations Target="microsoft.graph.backupRestoreRoot/protectionUnits">
30358+
<Annotation Term="Org.OData.Core.V1.ExplicitOperationBindings">
30359+
<Collection>
30360+
<String>microsoft.graph.cancelOffboard</String>
30361+
<String>microsoft.graph.offboard</String>
30362+
</Collection>
30363+
</Annotation>
30364+
</Annotations>
3032530365
<Annotations Target="microsoft.graph.beginOnboarding(microsoft.graph.remoteAssistancePartner)">
3032630366
<Annotation Term="Org.OData.Core.V1.Description" String="A request to start onboarding. Must be coupled with the appropriate TeamViewer account information" />
3032730367
</Annotations>

0 commit comments

Comments
 (0)