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:
Ludovico Magnocavallo
2026-03-05 10:32:35 +01:00
committed by GitHub
parent f2fd4ecd37
commit 7a5664f475
8 changed files with 65 additions and 31 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",