summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-18 08:50:31 -0700
committerTim Smith <tsmith84@gmail.com>2020-03-18 08:50:55 -0700
commite0e731d8cb30cecadf809b1ab1bae58793aacc8e (patch)
tree8f248b18a54f758004c88dc3471fbe17a20be079
parentdd0c60dfc25593ca303acd3ff28da3a9551ab37e (diff)
downloadchef-e0e731d8cb30cecadf809b1ab1bae58793aacc8e.tar.gz
Update the introduced value for windows_firewall_rule's group property
Signed-off-by: Tim Smith <tsmith@chef.io>
-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."