Configuration versions
Synopsis
Compare two versions.
Syntax
Compare-AppSecConfigurationVersions [-ConfigName] <String> -From <Int32> -To <Int32> [-Outcomes <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Compare-AppSecConfigurationVersions -ConfigID <Int32> -From <Int32> -To <Int32> [-Outcomes <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
This operation shows you differences between configuration versions. The to version is relative to the from version, and the versions you compare can be non-sequential. This means the from value can be more a more recent version than the to value.
When making a request, you can specify a configuration by its name or ID. The -VersionNumber parameter is an integer or the word latest.
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. |
‑ConfigIDAlias: ‑idConditionally required | Your configuration's ID. |
‑ConfigNameConditionally required | The name of your security configuration. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑FromAlias: ‑versionRequired | The configuration version number to compare against. |
‑Outcomes | Show either |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑ToRequired | The configuration version number you're comparing to the version in |
Related Links
Updated 7 days ago
