Permit leading "dry_run:" in org-policy names (#3975)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^[a-z-]+[a-zA-Z0-9\\.]+$": {
|
"^(dry_run:)?[a-z-]+[a-zA-Z0-9\\.]+$": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
*additional properties: false*
|
*additional properties: false*
|
||||||
|
|
||||||
- **`^[a-z-]+[a-zA-Z0-9\.]+$`**: *object*
|
- **`^(dry_run:)?[a-z-]+[a-zA-Z0-9\.]+$`**: *object*
|
||||||
<br>*additional properties: false*
|
<br>*additional properties: false*
|
||||||
- **inherit_from_parent**: *boolean*
|
- **inherit_from_parent**: *boolean*
|
||||||
- **reset**: *boolean*
|
- **reset**: *boolean*
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^[a-z-]+[a-zA-Z0-9\\.]+$": {
|
"^(dry_run:)?[a-z-]+[a-zA-Z0-9\\.]+$": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
*additional properties: false*
|
*additional properties: false*
|
||||||
|
|
||||||
- **`^[a-z-]+[a-zA-Z0-9\.]+$`**: *object*
|
- **`^(dry_run:)?[a-z-]+[a-zA-Z0-9\.]+$`**: *object*
|
||||||
<br>*additional properties: false*
|
<br>*additional properties: false*
|
||||||
- **inherit_from_parent**: *boolean*
|
- **inherit_from_parent**: *boolean*
|
||||||
- **reset**: *boolean*
|
- **reset**: *boolean*
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^[a-z-]+[a-zA-Z0-9\\.]+$": {
|
"^(dry_run:)?[a-z-]+[a-zA-Z0-9\\.]+$": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
*additional properties: false*
|
*additional properties: false*
|
||||||
|
|
||||||
- **`^[a-z-]+[a-zA-Z0-9\.]+$`**: *object*
|
- **`^(dry_run:)?[a-z-]+[a-zA-Z0-9\.]+$`**: *object*
|
||||||
<br>*additional properties: false*
|
<br>*additional properties: false*
|
||||||
- **inherit_from_parent**: *boolean*
|
- **inherit_from_parent**: *boolean*
|
||||||
- **reset**: *boolean*
|
- **reset**: *boolean*
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^[a-z-]+[a-zA-Z0-9\\.]+$": {
|
"^(dry_run:)?[a-z-]+[a-zA-Z0-9\\.]+$": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
*additional properties: false*
|
*additional properties: false*
|
||||||
|
|
||||||
- **`^[a-z-]+[a-zA-Z0-9\.]+$`**: *object*
|
- **`^(dry_run:)?[a-z-]+[a-zA-Z0-9\.]+$`**: *object*
|
||||||
<br>*additional properties: false*
|
<br>*additional properties: false*
|
||||||
- **inherit_from_parent**: *boolean*
|
- **inherit_from_parent**: *boolean*
|
||||||
- **reset**: *boolean*
|
- **reset**: *boolean*
|
||||||
|
|||||||
Reference in New Issue
Block a user