Hoai-Thu Vuong

Results 13 issues of Hoai-Thu Vuong

### Describe the bug ``` (venv) thuvh@hello:~/tmp$ python exporter.py Traceback (most recent call last): File "exporter.py", line 66, in main() File "exporter.py", line 40, in main org_resources = client.get_org_list() File...

bug

remove .value help us to pass right parameter to this function. --- This change is [](https://reviewable.io/reviews/vmware/pyvcloud/783)

To help us process your pull request efficiently, please include: - (Required) Short description of changes in the PR topic line - (Required) Detailed description of changes include tests and...

include href when listing resources in a vdc. It's easier to get information of resources. --- This change is [](https://reviewable.io/reviews/vmware/pyvcloud/773)

In this case below, the result of this function miss some ips ![case03](https://user-images.githubusercontent.com/2316698/123067487-3c043600-d43b-11eb-9e49-d4a2f4463124.png) ``` x.x.x.65 255.255.255.192 26 x.x.x.116 x.x.x.122 x.x.x.123 false ``` I think, `IpRanges` should be checked.

According to [this document](https://developer.vmware.com/apis/vsphere-automation/latest/cis/tagging/tag/) With version less than v7.0 U2, the url is "https://{server}/rest/com/vmware/cis/tagging", but with higher version the url is " https://\{api_host\}/api/cis/tagging/tag"

Now I can run this tutorial with python 3