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-31 12:47:00 -0700
commit1d333c30f58c29b5ec06a24660eb58ef3977324d (patch)
treec385233edb21c77c0b1bd56d4a031eca02ec15bb
parent8ceb979fde820c702006b680220be178276877ae (diff)
downloadchef-1d333c30f58c29b5ec06a24660eb58ef3977324d.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,