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

Update NSX SDKs to M20 release

Signed-Off-By: Gordon Good <ggood@vmware.com>
This commit is contained in:
Gordon Good 2023-04-27 15:42:04 -07:00
parent 34d801043e
commit 7b30bfd9a5
13 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@ vCenter 7.0, 7.0U1, 7.0U2, 7.0U3 , 8.0 and 8.0U1
Please refer to the notes in each sample for detailed compatibility information. Please refer to the notes in each sample for detailed compatibility information.
## Supported NSX-T Releases ## Supported NSX-T Releases
NSX-T 2.2 - 4.0 and VMC 1.7 - 1.20 NSX-T 2.2 - 4.0 and VMC 1.7 - 1.22
## Latest VMware Cloud on AWS Release: ## Latest VMware Cloud on AWS Release:
VMC M20 (1.20) ([Release Notes](https://docs.vmware.com/en/VMware-Cloud-on-AWS/0/rn/vmc-on-aws-relnotes.html)) VMC M20 (1.20) ([Release Notes](https://docs.vmware.com/en/VMware-Cloud-on-AWS/0/rn/vmc-on-aws-relnotes.html))

View File

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

View File

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

View File

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

View File

@ -18,10 +18,10 @@ setup(name='vSphere Automation SDK',
'vcenter-bindings @ file://localhost/{}/lib/vcenter-bindings/vcenter_bindings-4.1.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vcenter-bindings @ file://localhost/{}/lib/vcenter-bindings/vcenter_bindings-4.1.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.40.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vapi-common-client @ file://localhost/{}/lib/vapi-common-client/vapi_common_client-2.40.0-py2.py3-none-any.whl'.format(os.getcwd()),
'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.61.0-py2.py3-none-any.whl'.format(os.getcwd()), 'vmc-client-bindings @ file://localhost/{}/lib/vmc-client-bindings/vmc_client_bindings-1.61.0-py2.py3-none-any.whl'.format(os.getcwd()),
'nsx-python-sdk @ file://localhost/{}/lib/nsx-python-sdk/nsx_python_sdk-4.0.1.0.0-py2.py3-none-any.whl'.format(os.getcwd()), '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()),
'nsx-policy-python-sdk @ file://localhost/{}/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-4.0.1.0.0-py2.py3-none-any.whl'.format(os.getcwd()), '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()),
'nsx-vmc-policy-python-sdk @ file://localhost/{}/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-4.0.1.0.0-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-4.1.0.1.0-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-4.0.1.0.0-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-4.1.0.1.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.20.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.20.0-py2.py3-none-any.whl'.format(os.getcwd()),
] ]
) )