Additional changes to folder module and project factory (#3782)
* allow null name, use basepath for factories in pf folders * fix id in folder schema
This commit is contained in:
committed by
GitHub
parent
f2fd4ecd37
commit
7a5664f475
@@ -262,7 +262,7 @@
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"pattern": "^(folders/[0-9]+|\\$folder_ids:[a-z0-9_-]+)$"
|
||||
"pattern": "^(folders/[0-9]+|\\$folder_ids:[a-z0-9_/-]+)$"
|
||||
},
|
||||
"firewall_policy": {
|
||||
"type": "object",
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"pattern": "^(folders/[0-9]+|\\$folder_ids:[a-z0-9_-]+)$"
|
||||
"pattern": "^(folders/[0-9]+|\\$folder_ids:[a-z0-9_/-]+)$"
|
||||
},
|
||||
"firewall_policy": {
|
||||
"type": "object",
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"pattern": "^(folders/[0-9]+|\\$folder_ids:[a-z0-9_-]+)$"
|
||||
"pattern": "^(folders/[0-9]+|\\$folder_ids:[a-z0-9_/-]+)$"
|
||||
},
|
||||
"firewall_policy": {
|
||||
"type": "object",
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"pattern": "^(folders/[0-9]+|\\$folder_ids:[a-z0-9_-]+)$"
|
||||
"pattern": "^(folders/[0-9]+|\\$folder_ids:[a-z0-9_/-]+)$"
|
||||
},
|
||||
"firewall_policy": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user