Skip to content

Commit 34d8010

Browse files
Refresh vSphere bindings for 8.0U1 (#372)
* Updated the runtime and readme Signed-off-by: shweta purohit <[email protected]> Signed-off-by: shweta purohit <[email protected]> * Refreshed source and license file Signed-off-by: shweta purohit <[email protected]> * Updated depedency files and Samples Signed-off-by: shweta purohit <[email protected]> * updated setup.py Signed-off-by: shweta purohit <[email protected]> * Updated lib/index.html and lib/README Signed-off-by: shweta purohit <[email protected]> --------- Signed-off-by: shweta purohit <[email protected]>
1 parent 88d1c65 commit 34d8010

25 files changed

+3034
-2873
lines changed

LICENSE

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
LICENSE
2-
3-
vsphere_automation_sdk_python 8.0
4-
5-
Copyright (c) 2016-2022 VMware, Inc. All rights reserved.
6-
7-
This product is licensed to you under the MIT License (the License). You may not use this product except in compliance with the License.
8-
9-
MIT License
10-
11-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
12-
13-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1+
LICENSE
2+
3+
vsphere_automation_sdk_python 8.0U1
4+
5+
Copyright (c) 2016-2023 VMware, Inc. All rights reserved.
6+
7+
This product is licensed to you under the MIT License (the License). You may not use this product except in compliance with the License.
8+
9+
MIT License
10+
11+
Copyright (c) <year> <copyright holders>
12+
13+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
14+
15+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ samples require the vSphere Management SDK packages (pyVmomi) to be installed on
2121
The samples have been developed to work with python 3.8+
2222

2323
## Supported OnPrem vCenter Releases
24-
vCenter 7.0, 7.0U1, 7.0U2, 7.0U3 and 8.0.
24+
vCenter 7.0, 7.0U1, 7.0U2, 7.0U3 , 8.0 and 8.0U1
2525
Please refer to the notes in each sample for detailed compatibility information.
2626

2727
## Supported NSX-T Releases
@@ -54,7 +54,7 @@ pip install --upgrade pip
5454
```
5555
Install/Update setuptools to version *62.0.0*.
5656
```cmd
57-
pip install --upgrade setuptools==62.0.0
57+
pip install --upgrade setuptools
5858
```
5959
Install SDK packages from Github.
6060
```cmd
@@ -264,8 +264,9 @@ $ python samples/vsphere/vcenter/vm/list_vms.py -v
264264
### vSphere API Documentation
265265

266266
* [VMware vSphere REST API Reference documentation](https://developer.vmware.com/docs/vsphere-automation/latest/)
267-
* [vSphere 8.0.0.1 (latest)](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/8.0.0.1/)
268-
* Previous Releases: vSphere [8.0.0.0](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/8.0.0.0/),
267+
* [vSphere 8.0.1.0 (latest)](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/8.0.1.0/)
268+
* Previous Releases: vSphere [8.0.0.1](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/8.0.0.1/)
269+
[8.0.0.0](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/8.0.0.0/),
269270
[7.0 U3](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.3.0/)
270271
[7.0 U2](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.2.0/), [7.0 U1](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.1.0/), [7.0](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.0.1/).
271272

lib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ For python developers, client libraries are supplied for testing and development
44

55
Name | Description
66
------------------------------------| -------------
7-
vapi_runtime | vAPI runtime responsible for serialization/de-serialization of objects and wire protocol
8-
vapi_client_bindings | Client stubs for vSphere Automation APIs
7+
vapi_runtime | vAPI runtime responsible for serialization/de-serialization of objects and wire protocol
8+
vcenter_bindings | Client stubs for vSphere Automation APIs
99
vmc_client_bindings | Client stubs for VMware Cloud on AWS Console APIs
1010
vmc_draas_client_bindings | Client stubs for VMware Cloud (VMC) Disaster Recovery as a Service (DRaaS) APIs
1111
nsx-python-sdk | Client stubs for VMware NSX-T APIs

lib/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta name='api-version' value='2'/>
44
</head>
55
<body>
6-
<a href='vapi-client-bindings/'>vapi-client-bindings</a><br/>
6+
<a href='vcenter-bindings/'>vcenter-bindings</a><br/>
77
<a href='vmc-client-bindings/'>vmc-client-bindings</a><br/>
88
<a href='vmc-draas-client-bindings/'>vmc-draas-client-bindings</a><br/>
99
<a href='vapi-runtime/'>vapi-runtime</a><br/>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lib/vapi-client-bindings/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

lib/vapi-common-client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href='vapi_common_client-2.37.0-py2.py3-none-any.whl'>vapi_common_client-2.37.0-py2.py3-none-any.whl</a><br />
1+
<a href='vapi_common_client-2.40.0-py2.py3-none-any.whl'>vapi_common_client-2.40.0-py2.py3-none-any.whl</a><br />
Binary file not shown.
Binary file not shown.

lib/vapi-runtime/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href='vapi_runtime-2.37.0-py2.py3-none-any.whl'>vapi_runtime-2.37.0-py2.py3-none-any.whl</a><br />
1+
<a href='vapi_runtime-2.40.0-py2.py3-none-any.whl'>vapi_runtime-2.40.0-py2.py3-none-any.whl</a><br />

lib/vcenter-bindings/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href='vcenter_bindings-4.1.0-py2.py3-none-any.whl'>vcenter_bindings-4.1.0-py2.py3-none-any.whl</a><br />
Binary file not shown.

0 commit comments

Comments
 (0)