Skip to content

Commit

Permalink
SPOTAUT-20494-get-rightsizing-rule-url-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adityas1netapp committed Dec 17, 2024
1 parent 2a78ca1 commit b26573b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spotinst_sdk2/clients/ocean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,7 @@ def list_right_sizing_rules(self, ocean_id: str):
(Object): Ocean Right Sizing Rules API response
"""
response = self.send_get(
url="/ocean/"+ocean_id+"/rightSizing/rule/",
url="/ocean/"+ocean_id+"/rightSizing/rule",
entity_name="right_sizing"
)

Expand Down
2 changes: 1 addition & 1 deletion spotinst_sdk2/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.21.0'
__version__ = '3.22.0'

0 comments on commit b26573b

Please sign in to comment.