Support sovereign/custom clouds in microsoft authentication provider (#178725)

This commit is contained in:
Brandon Waterloo [MSFT]
2023-04-07 19:38:38 -04:00
committed by GitHub
parent d74f53ef2a
commit f9d14d68fb
7 changed files with 222 additions and 48 deletions

View File

@@ -31,6 +31,32 @@
{
"label": "Microsoft",
"id": "microsoft"
},
{
"label": "Microsoft Sovereign Cloud",
"id": "microsoft-sovereign-cloud"
}
],
"configuration": [
{
"title": "Microsoft Sovereign Cloud",
"properties": {
"microsoft-sovereign-cloud.endpoint": {
"anyOf": [
{
"type": "string"
},
{
"type": "string",
"enum": [
"Azure China",
"Azure US Government"
]
}
],
"description": "%microsoft-sovereign-cloud.endpoint.description%"
}
}
}
]
},