From d21c16d4559f96deee5bbf5d6b31e97e005c8f9f Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sun, 12 Mar 2017 19:58:20 +0000 Subject: [PATCH] Remove invalid `type:` (#22548) --- lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py b/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py index bcb051f7920..56481468426 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py @@ -104,7 +104,6 @@ options: default: Allow priority: description: Order in which to apply the rule. Must a unique integer between 100 and 4096 inclusive. - type: int required: true direction: description: Indicates the direction of the traffic flow.