add cloud_environments #27

Open
tischrei wants to merge 7 commits from add_cloud_environments into main
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