VCP-CMA 2024 Question 216
Select 3You are managing a VMware Aria Automation Cloud Template for your organization. A colleague has made changes to the Cloud Template and saved it as a new version. They request your assistance to roll back to a previous version of the template due to a configuration issue. What steps must you take to revert to a specific version of the Cloud Template?
- A
Navigate to the Versions tab in the Cloud Template editor and select the desired version.
- B
Click 'Revert' on the selected version to make it the active version.
- C
Manually copy the YAML code from the desired version and overwrite the current active version.
- D
Publish the reverted version to make it available for deployments.
- E
Delete all versions newer than the one you want to revert to.
Show answer and explanation
Correct answers: A, B, D
Explanation
To revert to a previous version of a VMware Aria Automation Cloud Template, you must navigate to the Versions tab, select the desired version, and click 'Revert' to make it the active version. Afterward, you need to publish the reverted version to ensure it is available for deployments. The versioning system is designed to manage all versions effectively, so manual deletion or overwriting is unnecessary.
- A. Correct.
This is correct. The Versions tab in the Cloud Template editor allows you to view and manage all saved versions of the template.
- B. Correct.
This is correct. Clicking 'Revert' on a specific version makes it the active version, effectively rolling back the changes.
- C. Incorrect.
This is incorrect. While you could manually copy the YAML, it is not the recommended or efficient way to revert to a previous version.
- D. Correct.
This is correct. Publishing the reverted version ensures it becomes available for deployments and other workflows.
- E. Incorrect.
This is incorrect. Deleting newer versions is not necessary to revert to a previous version, as the versioning system automatically tracks and maintains all versions.