remove dup def

This commit is contained in:
Shreyas Goenka 2024-09-10 15:47:58 +02:00
parent 9d59b5e055
commit 8ad092c651
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 14 deletions

View File

@ -5030,20 +5030,6 @@
}
]
},
"variable.TargetVariable": {
"anyOf": [
{
"type": "object",
"additionalProperties": {
"$ref": "#/$defs/github.com/databricks/cli/bundle/config/variable.TargetVariable"
}
},
{
"type": "string",
"pattern": "\\$\\{(var(\\.[a-zA-Z]+([-_]?[a-zA-Z0-9]+)*(\\[[0-9]+\\])*)*(\\[[0-9]+\\])*)\\}"
}
]
},
"variable.Variable": {
"anyOf": [
{