From f9f64451c6398f7d9e045007583ea5fa38095097 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 8 Jul 2020 10:54:53 -0700 Subject: Add introduced field to new propertyin windows_dns_record This will make sure the docs generate correctly Signed-off-by: Tim Smith --- lib/chef/resource/windows_dns_record.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/chef/resource/windows_dns_record.rb b/lib/chef/resource/windows_dns_record.rb index c891794f42..3819802338 100644 --- a/lib/chef/resource/windows_dns_record.rb +++ b/lib/chef/resource/windows_dns_record.rb @@ -44,7 +44,8 @@ class Chef property :dns_server, String, description: "The name of the DNS server on which to create the record.", - default: "localhost" + default: "localhost", + introduced: "16.3" action :create do description "Creates and updates the DNS entry." -- cgit v1.2.1