Set Access Control Rule default priority to 25000 (#2346)

This commit is contained in:
Matt 2022-01-22 02:14:56 -08:00 committed by GitHub
parent 319fde9207
commit 8e5a9c1f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@
"default": false
},
"priority": {
"description": "Priority of this rule among other rules in this policy.",
"description": "Priority of this rule among all rules across all policies.",
"type": "integer",
"default": 0
"default": 250000
},
"enabled": {
"description": "Is the rule enabled.",

View File

@ -7,5 +7,5 @@ Provides metadata version information.
from incremental import Version
__version__ = Version("metadata", 0, 8, 0, dev=8)
__version__ = Version("metadata", 0, 8, 0, dev=9)
__all__ = ["__version__"]