From 3778c38493cdaebdd26eb161ab265ae00054df42 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Wed, 8 Feb 2017 15:01:36 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4bb76d8..be5fba43 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@ This document describes the vSphere Automation Python SDK samples that use the v python client library. Additionally, some of the samples demonstrate the combined use of the vSphere Automation and vSphere APIs. To support this combined use, the vSphere Automation Python SDK samples require the vSphere Management SDK packages (pyVmomi) to be installed on the client. -The examples have been developed to work with python 2.7, 3.3, 3.4 and 3.5. (TODO: verify 3.6) +The samples have been developed to work with python 2.7, 3.3, 3.4 and 3.5. (TODO: verify 3.6) + +## Supported vSphere Releases: +vSphere 6.0 and 6.5. +Certain APIs and samples that are introduced in 6.5 release, such as vCenter, Virtual Machine and Appliance Management. Plesae refer to notes in each sample for detailed compatibility information. ## Quick Start Guide This document will walk you through getting up and running with the Python SDK Samples.