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 |
‑Overwrite |
You can't create a change list if you've already created one for this zone. - Use - Use - The default |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Zone Required |
Your zone's name |
Related Links
Updated 17 days ago