Change list

Submit-EdnsChangeList

Synopsis

Submit change list.

Syntax

Submit-EdnsChangeList [-Zone] <String> [-SkipSignAndServeSafetyCheck] [[-Comment] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Applies all of the changes in the change list to the current zone. This operation fails if the change list has become stale. You can skip the safety checks by adding the -SkipSignAndServe switch parameter and optionally specify a -Comment.

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.

‑Comment

Free-form user comments.

‑EdgeRCFile

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

‑Section

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

‑SkipSignAndServeSafetyCheck

When the switch is present, the function ignores safety checks when disabling the sign and serve feature.

‑Zone
Required

Your zone's name

Related Links