add cloud_environments #27

Merged
vhasko merged 9 commits from add_cloud_environments into main 2025-11-19 14:34:22 +00:00
65 changed files with 424 additions and 565 deletions
Showing only changes of commit 5f367e0185 - Show all commits

View File

@ -73,7 +73,7 @@ class Services(object):
@property
def all_cloud_environments(self):
"Service Categories data listing."
"Cloud Environments data listing."
return copy.deepcopy(self._service_data["cloud_environments"])
@property