Change list

New-EdnsChangeList

Synopsis

Create a change list.

Syntax

New-EdnsChangeList [-Zone] <String> [[-Overwrite] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Creates a new change list based on the most recent version of a zone.

This function merely creates the change list without configuring, therefore, it requires only the -Zone parameter and optionally the -Overwrite parameter.

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.

‑EdgeRCFile

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

‑Overwrite

You can't create a change list if you've already created one for this zone.

- Use any to delete any existing change lists before running the create operation.

- Use stale to automatically delete stale change lists before running the create operation. The stale option raises an error if there's a change list attached to the current version.

- The default none raises an error if a change list exists.

‑Section

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

‑Zone
Required

Your zone's name

Related Links