docs: update az segment schema

Move 'source' property to 'properties' object
This commit is contained in:
xadozuk 2022-04-07 11:54:13 +02:00 committed by Jan De Dobbeleer
parent 6b0a08fb21
commit 166b22fdf0

View file

@ -335,16 +335,20 @@
"title": "Azure Segment", "title": "Azure Segment",
"description": "https://ohmyposh.dev/docs/az", "description": "https://ohmyposh.dev/docs/az",
"properties": { "properties": {
"source": { "properties": {
"type": "string", "properties": {
"title": "Source", "source": {
"description": "https://ohmyposh.dev/docs/az#properties", "type": "string",
"default": "first_match", "title": "Source",
"enum": [ "description": "https://ohmyposh.dev/docs/az#properties",
"first_match", "default": "first_match",
"cli", "enum": [
"pwsh" "first_match",
] "cli",
"pwsh"
]
}
}
} }
} }
} }