summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/resource/windows_dns_record.rb3
1 files changed, 2 insertions, 1 deletions
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."