NAME

Complete-DcsObjectImmutabilityPendingChanges

SYNOPSIS

Completes the pending changes to a specified immutable object, requires all requested approvers to have approved the changes

SYNTAX

Complete-DcsObjectImmutabilityPendingChanges [-ParentObject] <String> [-Connection <String>] [-PipelineVariable <String>] [<CommonParameters>]


Complete-DcsObjectImmutabilityPendingChanges [-Immutable] <String> [-Connection <String>] [-PipelineVariable <String>] [<CommonParameters>]


DESCRIPTION

Completes the pending changes to a specified immutable object, requires all requested approvers to have approved the changes.

PARAMETERS

-ParentObject <String>
Name or ID of the parent object.

Required: true
Position: 1
Default value:
Accept pipeline input: true
Accept wildcard characters: false

-Immutable <String>
ID of the immutability object.

Required: true
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Connection <String>
Alias representing the connection to the server group. If not specified, the default connection will be used.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable <String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false
 
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (<http://go.microsoft.com/fwlink/?LinkID=113216).>

INPUTS

OUTPUTS

NOTES

Also see Add-DcsObjectImmutability, Get-DcsObjectImmutability.

EXAMPLES


-------------- Example 1 Completes the pending changes to a specified immutable object, requires all requested approvers to have approved the changes-------------
Complete-DcsObjectImmutabilityPendingChanges -ParentObject "Virtual disk 1 @ 8/12/2025 10:58:05 AM UTC"

Completes the pending changes to "Virtual disk 1 @ 8/12/2025 10:58:05 AM UTC" immutability data.