Rename container permissions from destroy to delete
What does this MR do and why?
As part of our policy standardization effort, we're renaming permissions that start with destroy_ -> delete_
This MR renames:
-
destroy_container_image->delete_container_image -
destroy_container_image_tag->delete_container_image_tag. -
destroy_container_registry_protection_tag_rule->delete_container_registry_protection_tag_rule
This MR also adds the permission yaml for each new permission.
NOTE: This MR is JUST a rename, no added/changed functionality.
References
Edited by Matthew MacRae-Bovell