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",
"description": "https://ohmyposh.dev/docs/az",
"properties": {
"source": {
"type": "string",
"title": "Source",
"description": "https://ohmyposh.dev/docs/az#properties",
"default": "first_match",
"enum": [
"first_match",
"cli",
"pwsh"
]
"properties": {
"properties": {
"source": {
"type": "string",
"title": "Source",
"description": "https://ohmyposh.dev/docs/az#properties",
"default": "first_match",
"enum": [
"first_match",
"cli",
"pwsh"
]
}
}
}
}
}