Issue #3455113: Config action plugin IDs should be camel case.
Compare changes
@@ -22,8 +22,8 @@ public function getDerivativeDefinitions($base_plugin_definition) {
@@ -22,8 +22,8 @@ public function getDerivativeDefinitions($base_plugin_definition) {
$this->derivatives['ensure_exists'] = $base_plugin_definition + ['constructor_args' => ['exists' => Exists::ReturnEarlyIfExists]];
$this->derivatives['create'] = $base_plugin_definition + ['constructor_args' => ['exists' => Exists::ErrorIfExists]];