summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2017-03-12 19:58:20 +0000
committerGitHub <noreply@github.com>2017-03-12 19:58:20 +0000
commitd21c16d4559f96deee5bbf5d6b31e97e005c8f9f (patch)
tree9edadf9539155a8076434ae1f0fa30a833e73b48
parent2b2072a8c9df1d90e9d2a7fcfd7a62e650055ed9 (diff)
downloadansible-d21c16d4559f96deee5bbf5d6b31e97e005c8f9f.tar.gz
Remove invalid `type:` (#22548)
-rw-r--r--lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py b/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py
index bcb051f792..5648146842 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.