Skip to content

Commit f3b4adf

Browse files
authored
Merge pull request #342 from kunal-pmj/master
Removed references of VC 6.5 and VC 6.7. These releases are officially out of support
2 parents 294e4cb + 082104b commit f3b4adf

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ samples require the vSphere Management SDK packages (pyVmomi) to be installed on
2121
The samples have been developed to work with python 3.8+
2222

2323
## Supported OnPrem vCenter Releases
24-
vCenter 6.5, 6.7, 7.0, 7.0U1, 7.0U2 and 7.0U2 mp1, 7.0U3, 7.0.3.2
25-
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.
24+
vCenter 7.0, 7.0U1, 7.0U2, 7.0U3 and 8.0.
25+
Please refer to the notes in each sample for detailed compatibility information.
2626

2727
## Supported NSX-T Releases
2828
NSX-T 2.2 - 4.0 and VMC 1.7 - 1.20
@@ -48,11 +48,11 @@ SDK package installation commands may differ depending on the environment where
4848
##### 1. Typical Installation
4949
This is the recommended way to install the SDK. The installation is done from [PyPI](https://pypi.org/) and [Automation SDK Python Github](https://github.com/vmware/vsphere-automation-sdk-python) repositories.
5050

51-
Install/Update latest pip from PyPI
51+
Install/Update latest pip from PyPI.
5252
```cmd
5353
pip install --upgrade pip
5454
```
55-
Install/Update setuptools to version 62.0.0
55+
Install/Update setuptools to version *62.0.0*.
5656
```cmd
5757
pip install --upgrade setuptools==62.0.0
5858
```
@@ -64,11 +64,11 @@ pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-pytho
6464
##### 2. Local installation
6565
Local installation can be used in an environment which either do not have Github access or users do not want to install from Github repository.
6666

67-
Install all the wheel files from SDK's lib directory
67+
Install all the wheel files from SDK's lib directory.
6868
```cmd
6969
pip install -U lib/*/*.whl
7070
```
71-
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory
71+
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory.
7272
```cmd
7373
pip install -U <SDK_DIRECTORY>
7474
```
@@ -83,11 +83,11 @@ pip download -r requirements_pypi.txt -d lib
8383
zip -r lib.zip lib/
8484
```
8585
Follow these steps in the air gap environment.
86-
Unzip the lib.zip under automation SDK home directory
86+
Unzip the lib.zip under automation SDK home directory.
8787
```cmd
8888
unzip lib.zip
8989
```
90-
Install all the dependencies and packages
90+
Install all the dependencies and packages.
9191
```cmd
9292
pip install -U lib/*/*.whl
9393
```
@@ -260,9 +260,8 @@ $ python samples/vsphere/vcenter/vm/list_vms.py -v
260260
* [VMware vSphere REST API Reference documentation](https://developer.vmware.com/docs/vsphere-automation/latest/)
261261
* [vSphere 8.0.0.1 (latest)](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/8.0.0.1/)
262262
* Previous Releases: vSphere [8.0.0.0](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/8.0.0.0/),
263-
vSphere [7.0.3.2](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.3.2/),
264263
[7.0 U3](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.3.0/)
265-
[7.0 U2](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.2.0/), [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).
264+
[7.0 U2](https://vmware.github.io/vsphere-automation-sdk-python/vsphere/7.0.2.0/), [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/).
266265

267266
### VMware Cloud on AWS API Documentation
268267

0 commit comments

Comments
 (0)