diff --git a/README.md b/README.md index 66aea909c..ff759faa2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ samples require the vSphere Management SDK packages (pyVmomi) to be installed on The samples have been developed to work with python 2.7.x and 3.3+ ## Supported OnPrem vCenter Releases -vCenter 6.0, 6.5, 6.7, 7.0, 7.0U1 and 7.0U2. +vCenter 6.0, 6.5, 6.7, 7.0, 7.0U1, 7.0U2 and 7.0U2 mp1. Certain APIs and samples that are introduced in 6.5 release, such as vCenter, Virtual Machine and Appliance Management. Please refer to the notes in each sample for detailed compatibility information. ## Supported NSX-T Releases @@ -214,7 +214,6 @@ $ python samples/vsphere/vcenter/vm/list_vms.py -v ### vSphere API Documentation * [VMware Cloud on AWS vSphere (latest version)](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/cloud/index.html) -* [vSphere 7.0 Update 2 (latest)](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.2.0/) * Previous releases: [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/) [6.7.0](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/6.7.0) [6.6.1](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/6.6.1) [6.5](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/6.5) [6.0](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/6.0) ### VMware Cloud on AWS API Documentation diff --git a/lib/vapi-client-bindings/index.html b/lib/vapi-client-bindings/index.html index cc6ea9e30..a86624783 100644 --- a/lib/vapi-client-bindings/index.html +++ b/lib/vapi-client-bindings/index.html @@ -1 +1 @@ -vapi_client_bindings-3.5.0-py2.py3-none-any.whl
\ No newline at end of file +vapi_client_bindings-3.6.0-py2.py3-none-any.whl
\ No newline at end of file diff --git a/lib/vapi-client-bindings/vapi_client_bindings-3.5.0-py2.py3-none-any.whl b/lib/vapi-client-bindings/vapi_client_bindings-3.5.0-py2.py3-none-any.whl deleted file mode 100644 index 71ff8685a..000000000 Binary files a/lib/vapi-client-bindings/vapi_client_bindings-3.5.0-py2.py3-none-any.whl and /dev/null differ diff --git a/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl b/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl new file mode 100644 index 000000000..4c5c3ca48 Binary files /dev/null and b/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl differ diff --git a/lib/vapi-common-client/index.html b/lib/vapi-common-client/index.html index 5a8461260..5fda7f652 100644 --- a/lib/vapi-common-client/index.html +++ b/lib/vapi-common-client/index.html @@ -1 +1 @@ -vapi_common_client-2.19.0-py2.py3-none-any.whl
\ No newline at end of file +vapi_common_client-2.25.0-py2.py3-none-any.whl
\ No newline at end of file diff --git a/lib/vapi-common-client/vapi_common_client-2.19.0-py2.py3-none-any.whl b/lib/vapi-common-client/vapi_common_client-2.19.0-py2.py3-none-any.whl deleted file mode 100644 index 978539955..000000000 Binary files a/lib/vapi-common-client/vapi_common_client-2.19.0-py2.py3-none-any.whl and /dev/null differ diff --git a/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl b/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl new file mode 100644 index 000000000..49f78faba Binary files /dev/null and b/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl differ diff --git a/lib/vapi-runtime/index.html b/lib/vapi-runtime/index.html index 8d13d5e70..d8595b75a 100644 --- a/lib/vapi-runtime/index.html +++ b/lib/vapi-runtime/index.html @@ -1 +1 @@ -vapi_runtime-2.19.0-py2.py3-none-any.whl
\ No newline at end of file +vapi_runtime-2.25.0-py2.py3-none-any.whl
\ No newline at end of file diff --git a/lib/vapi-runtime/vapi_runtime-2.19.0-py2.py3-none-any.whl b/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl similarity index 66% rename from lib/vapi-runtime/vapi_runtime-2.19.0-py2.py3-none-any.whl rename to lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl index da61ae5d0..42e0b2cf6 100644 Binary files a/lib/vapi-runtime/vapi_runtime-2.19.0-py2.py3-none-any.whl and b/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl differ diff --git a/requirements.txt b/requirements.txt index 72a173f49..d7c5829fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ lxml >= 4.3.0 pyVmomi >= 6.7 suds ; python_version < '3' suds-jurko ; python_version >= '3.0' -vapi-client-bindings == 3.5.0 +vapi-client-bindings == 3.6.0 vmc-client-bindings nsx-python-sdk nsx-policy-python-sdk diff --git a/setup.py b/setup.py index 47303161a..5b63d8d05 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup(name='vSphere Automation SDK', - version='1.54.0', + version='1.55.0', description='VMware vSphere Automation SDK for Python', url='https://github.com/vmware/vsphere-automation-sdk-python', author='VMware, Inc.',