1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-24 18:30:00 -05:00

Merge pull request #277 from ggoodvmw/master

Upgrade to NSX M15 release
This commit is contained in:
Sumit Agrawal 2021-06-16 08:37:53 +05:30 committed by GitHub
commit 96bb18b673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
<a href='nsx_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl'>nsx_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl</a><br /> <a href='nsx_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'>nsx_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl</a><br />

View File

@ -1 +1 @@
<a href='nsx_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl'>nsx_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl</a><br /> <a href='nsx_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'>nsx_python_sdk-3.1.2.1.1-py2.py3-none-any.whl</a><br />

View File

@ -1 +1 @@
<a href='nsx_vmc_aws_integration_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl'>nsx_vmc_aws_integration_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl</a><br /> <a href='nsx_vmc_aws_integration_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'>nsx_vmc_aws_integration_python_sdk-3.1.2.1.1-py2.py3-none-any.whl</a><br />

View File

@ -1 +1 @@
<a href='nsx_vmc_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl'>nsx_vmc_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl</a><br /> <a href='nsx_vmc_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'>nsx_vmc_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl</a><br />

View File

@ -19,10 +19,10 @@ setup(name='vSphere Automation SDK',
'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vapi-client-bindings @ file://localhost/{}/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.41.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.41.0-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-vmc-aws-integration-python-sdk @ file://localhost/{}/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl'.format(os.getcwd()), 'nsx-vmc-aws-integration-python-sdk @ file://localhost/{}/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-3.1.2.1.1-py2.py3-none-any.whl'.format(os.getcwd()),
'vmc-draas-client-bindings @ file://localhost/{}/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.17.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vmc-draas-client-bindings @ file://localhost/{}/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.17.0-py2.py3-none-any.whl'.format(os.getcwd()),
] ]
) )