Rollback visibility rules cleanup (#4426)

* Revert "[ACS-9369] Updated rule-migration-guide.md to include missed rule (#4420)"

This reverts commit b3e2af7f0f.

* Revert "[ACS-9369] Resolved issues where visibility rules with a single element array would log errors (#4416)"

This reverts commit 4e33f1126d.

* Revert "[ACS-8694] Cleanup of visibility rules for extensions in ACA (#4140)"

This reverts commit f1c4dcf45d.
This commit is contained in:
swapnil-verma-gl
2025-03-03 16:56:13 +05:30
committed by GitHub
parent 4e37f194ac
commit 2efea8c6d8
18 changed files with 1130 additions and 930 deletions

View File

@@ -168,19 +168,8 @@
"type": "string"
},
"visible": {
"description": "Rule/Set of rules to evaluate the visibility state",
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"minLength": 1
}
]
"description": "Rule to evaluate the visibility state",
"type": "string"
}
}
}
@@ -261,19 +250,8 @@
"type": "object",
"properties": {
"visible": {
"description": "Rule/Set of rules to evaluate the visibility state",
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"minLength": 1
}
]
"description": "Rule to evaluate the visibility state",
"type": "string"
}
}
}
@@ -316,19 +294,8 @@
"type": "object",
"properties": {
"visible": {
"description": "Rule/Set of rules to evaluate the visibility state",
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"minLength": 1
}
]
"description": "Rule to evaluate the visibility state",
"type": "string"
}
}
}
@@ -367,19 +334,8 @@
"type": "object",
"properties": {
"visible": {
"description": "Rule/Set of rules to evaluate the visibility state",
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"minLength": 1
}
]
"description": "Rule to evaluate the visibility state",
"type": "string"
}
}
}
@@ -693,19 +649,8 @@
"type": "object",
"properties": {
"visible": {
"description": "Rule/Set of rules to evaluate the visibility state",
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"minLength": 1
}
]
"description": "Rule to evaluate the visibility state",
"type": "string"
}
}
}