summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-30 12:31:13 -0700
committerTim Smith <tsmith@chef.io>2018-10-30 12:31:13 -0700
commit9e375c98bd157a271850601cf2ca7fd7a7c7ee0a (patch)
tree4f1ace3d8cf33f3910838aef6338fa22c3221c25
parentda68dbfea3c984403e847db7ab7c7012c71b932b (diff)
downloadchef-9e375c98bd157a271850601cf2ca7fd7a7c7ee0a.tar.gz
Update the introduced field to be 14.7
I missed the 14.6 window Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/windows_certificate.rb2
-rw-r--r--lib/chef/resource/windows_share.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/windows_certificate.rb b/lib/chef/resource/windows_certificate.rb
index 9b0451e5d5..a5058f07a8 100644
--- a/lib/chef/resource/windows_certificate.rb
+++ b/lib/chef/resource/windows_certificate.rb
@@ -28,7 +28,7 @@ class Chef
resource_name :windows_certificate
description "Use the windows_certificate resource to install a certificate into the Windows certificate store from a file. The resource grants read-only access to the private key for designated accounts. Due to current limitations in WinRM, installing certificates remotely may not work if the operation requires a user profile. Operations on the local machine store should still work."
- introduced "14.6"
+ introduced "14.7"
property :source, String,
description: "The source file (for create and acl_add), thumbprint (for delete and acl_add) or subject (for delete).",
diff --git a/lib/chef/resource/windows_share.rb b/lib/chef/resource/windows_share.rb
index d1637b6410..b84be3dc36 100644
--- a/lib/chef/resource/windows_share.rb
+++ b/lib/chef/resource/windows_share.rb
@@ -29,7 +29,7 @@ class Chef
resource_name :windows_share
description "Use the windows_share resource to create, modify and remove Windows shares."
- introduced "14.6"
+ introduced "14.7"
# Specifies a name for the SMB share. The name may be composed of any valid file name characters, but must be less than 80 characters long. The names pipe and mailslot are reserved for use by the computer.
property :share_name, String,