Skip to content

Commit

Permalink
Added StoragePool.get, StoragePool.search_uuid, StoragePool.search_na…
Browse files Browse the repository at this point in the history
…me, StoragePool.get, StorageContainer.create, StorageContainer.update, StorageContainer.delete_name and StorageContainer.delete_uuid.
  • Loading branch information
grdavies-ntnx committed Apr 14, 2021
1 parent 260082a commit 61b1cc5
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 19 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A log of changes by version and date.
:header: "Version", "Date", "Notes"
:widths: 10, 10, 60

"1.2.2", "4/14/2021", "Added StoragePool.get, StoragePool.search_uuid, StoragePool.search_name, StoragePool.get, StorageContainer.create, StorageContainer.update, StorageContainer.delete_name and StorageContainer.delete_uuid."
"1.1.30", "4/1/2021", "Added prism.Vms.get_protection_rules."
"1.1.29", "3/31/2021", "Added prism.Config.get_protection_rules."
"1.1.28", "3/31/2021", "Resolved issue where ProtectionRules were being returned as categories on each VM/Host assigned to the protection rule."
Expand Down
2 changes: 1 addition & 1 deletion ntnx_api/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module

__version_info__ = ('1', '1', '30')
__version_info__ = ('1', '2', '2')
__version__ = '.'.join(__version_info__)
Loading

0 comments on commit 61b1cc5

Please sign in to comment.