File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -2203,7 +2203,6 @@ A comma-separated list of names of the definition transformations to apply.
22032203
22042204Supported transformations:
22052205
2206- * no_op
22072206 * prepare_for_quorum_queue_migration
22082207 * strip_cmq_keys_from_policies
22092208 * drop_empty_policies
@@ -2212,6 +2211,9 @@ Supported transformations:
22122211 * exclude_permissions
22132212 * exclude_runtime_parameters
22142213 * exclude_policies
2214+ * no_op
2215+
2216+ All unknown transformations will be ignored (will be replaced with a `no_op`).
22152217
22162218Examples:
22172219
@@ -2264,23 +2266,17 @@ A comma-separated list of names of the definition transformations to apply.
22642266
22652267Supported transformations:
22662268
2267- * no_op
22682269 * prepare_for_quorum_queue_migration
22692270 * strip_cmq_keys_from_policies
22702271 * drop_empty_policies
2271- * obfuscate_usernames
2272- * exclude_users
2273- * exclude_permissions
2274- * exclude_runtime_parameters
2275- * exclude_policies
2272+ * no_op
2273+
2274+ All unknown transformations will be ignored (will be replaced with a `no_op`).
22762275
22772276Examples:
22782277
22792278 * --transformations prepare_for_quorum_queue_migration,drop_empty_policies
22802279 * --transformations strip_cmq_keys_from_policies,drop_empty_policies
2281- * --transformations exclude_users,exclude_permissions
2282- * --transformations obfuscate_usernames
2283- * --transformations exclude_runtime_parameters,exclude_policies
22842280 * --transformations no_op
22852281 "# ,
22862282 )
You can’t perform that action at this time.
0 commit comments