summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/resource/windows_firewall_rule.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_firewall_rule.rb b/lib/chef/resource/windows_firewall_rule.rb
index 42b3c031f6..70610b2889 100644
--- a/lib/chef/resource/windows_firewall_rule.rb
+++ b/lib/chef/resource/windows_firewall_rule.rb
@@ -39,7 +39,7 @@ class Chef
property :group, String,
description: "Specifies that only matching firewall rules of the indicated group association are copied.",
- introduced: "15.9"
+ introduced: "16.0"
property :local_address, String,
description: "The local address the firewall rule applies to."