mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: update az segment schema
Move 'source' property to 'properties' object
This commit is contained in:
parent
6b0a08fb21
commit
166b22fdf0
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue