Skip to content

Commit ca4e352

Browse files
authored
[M22] Update VMC and DRAAS bindings (#376)
* Updating latest python vmc bindings (5454d8a) Signed-off-by: Ankit Agrawal <[email protected]> * Updating latest python vmc-draas bindings (7f14cbc) Signed-off-by: Ankit Agrawal <[email protected]>
1 parent 748540b commit ca4e352

11 files changed

+5
-5
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lib/vmc-client-bindings/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href='vmc_client_bindings-1.61.0-py2.py3-none-any.whl'>vmc_client_bindings-1.61.0-py2.py3-none-any.whl</a><br />
1+
<a href='vmc_client_bindings-1.62.0-py2.py3-none-any.whl'>vmc_client_bindings-1.62.0-py2.py3-none-any.whl</a><br />
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href='vmc_draas_client_bindings-1.20.0-py2.py3-none-any.whl'>vmc_draas_client_bindings-1.20.0-py3.py3-none-any.whl</a><br />
1+
<a href='vmc_draas_client_bindings-1.21.0-py2.py3-none-any.whl'>vmc_draas_client_bindings-1.21.0-py3.py3-none-any.whl</a><br />

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66

77
setup(name='vSphere Automation SDK',
8-
version='1.80.0',
8+
version='1.82.0',
99
description='VMware vSphere Automation SDK for Python',
1010
url='https://github.com/vmware/vsphere-automation-sdk-python',
1111
author='VMware, Inc.',
@@ -17,11 +17,11 @@
1717
'vapi-runtime @ file://localhost/{}/lib/vapi-runtime/vapi_runtime-2.40.0-py2.py3-none-any.whl'.format(os.getcwd()),
1818
'vcenter-bindings @ file://localhost/{}/lib/vcenter-bindings/vcenter_bindings-4.1.0-py2.py3-none-any.whl'.format(os.getcwd()),
1919
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.40.0-py2.py3-none-any.whl'.format(os.getcwd()),
20-
'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.61.0-py2.py3-none-any.whl'.format(os.getcwd()),
20+
'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.62.0-py2.py3-none-any.whl'.format(os.getcwd()),
2121
'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-4.1.0.1.0-py2.py3-none-any.whl'.format(os.getcwd()),
2222
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-4.1.0.1.0-py2.py3-none-any.whl'.format(os.getcwd()),
2323
'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-4.1.0.1.0-py2.py3-none-any.whl'.format(os.getcwd()),
2424
'nsx-vmc-aws-integration-python-sdk @ file://localhost/{}/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-4.1.0.1.0-py2.py3-none-any.whl'.format(os.getcwd()),
25-
'vmc-draas-client-bindings @ file://localhost/{}/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.20.0-py2.py3-none-any.whl'.format(os.getcwd()),
25+
'vmc-draas-client-bindings @ file://localhost/{}/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.21.0-py2.py3-none-any.whl'.format(os.getcwd()),
2626
]
2727
)

0 commit comments

Comments
 (0)