Change

Complete-CPSChange

Synopsis

Promote a CPS change to production.

Syntax

Complete-CPSChange [-EnrollmentID] <Int32> [-ChangeID] <Int32> [-Acknowledgement] <String> [[-Hash] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Promotes the change to the production network for an enrollment with the changeManagement parameter (test on the staging network) enabled and a pending change deployed to the staging network. You can find the change ID by running the Get-CPSEnrollment operation.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑Acknowledgement
Required

The state for which the acknowledgment is submitted, either acknowledge or deny.

‑ChangeID
Required

The change ID for an enrollment on which to perform the desired operation.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑EnrollmentID
Required

Enrollment on which to perform the desired operation.

‑Hash

A hash is the state that this request acknowledges. You use this when you want to be explicit about what state you're acknowledging to prevent race conditions, such as when the state changes while the acknowledgment POST operation is in progress.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

Related Links