From b9af8ea1d0e8e83102cfa099de1ace0e4f2aa00b Mon Sep 17 00:00:00 2001 From: Chris Conway Date: Mon, 14 Apr 2014 08:33:45 -0700 Subject: [PATCH] Adds version_added property to new attributes in gce and gce_pd. --- library/cloud/gce | 1 + library/cloud/gce_pd | 2 ++ 2 files changed, 3 insertions(+) diff --git a/library/cloud/gce b/library/cloud/gce index 3484990526..c2ba922812 100755 --- a/library/cloud/gce +++ b/library/cloud/gce @@ -95,6 +95,7 @@ options: required: false default: null aliases: [] + version_added: "1.6" state: description: - desired state of the resource diff --git a/library/cloud/gce_pd b/library/cloud/gce_pd index 0032acd57e..8dd42d04fa 100644 --- a/library/cloud/gce_pd +++ b/library/cloud/gce_pd @@ -66,12 +66,14 @@ options: required: false default: null aliases: [] + version_added: "1.6" snapshot: description: - the source snapshot to use for the disk required: false default: null aliases: [] + version_added: "1.6" state: description: - desired state of the persistent disk