Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <abarreiro@vmware.com>
  • Loading branch information
adambarreiro committed Jun 14, 2024
1 parent 7f8fe2f commit 9ee3aad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changes/v2.25.0/686-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Added methods to create, read, update and delete VDC Templates: `VDCClient.CreateVdcTemplate`, `VDCClient.GetVdcTemplateById`,
`VDCClient.GetVdcTemplateByName`, `VdcTemplate.Update` and `VdcTemplate.Delete` [GH-686]
* Added methods to manage the access settings of VDC Templates: `VdcTemplate.SetAccess` and `VdcTemplate.GetAccess` [GH-686]
* Added the `VdcTemplate.Instantiate` method to instantiate VDC Templates [GH-686]

0 comments on commit 9ee3aad

Please sign in to comment.