1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00

Updated ReadMe on Releases for VMC and NSX (#378)

* Updated README for VMC and NSX releases
Signed-off-by: Shweta Purohit <spurohit@vmware.com>

* Updated README
Signed-off-by: Shweta Purohit <spurohit@vmware.com>
This commit is contained in:
Shweta 2023-05-04 11:30:17 +05:30 committed by GitHub
parent ca4e352473
commit 8ec072f743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,10 @@ 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.
## Supported NSX-T Releases
NSX-T 2.2 - 4.0 and VMC 1.7 - 1.22
NSX-T 2.2 - 4.1.0 and VMC 1.7 - 1.22
## 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 M22 (1.22) ([Release Notes](https://docs.vmware.com/en/VMware-Cloud-on-AWS/0/rn/vmc-on-aws-relnotes.html))
## Quick Start Guide
@ -52,7 +52,7 @@ Install/Update latest pip from PyPI.
```cmd
pip install --upgrade pip
```
Install/Update setuptools to version *62.0.0*.
Install/Update setuptools
```cmd
pip install --upgrade setuptools
```