mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Support sovereign/custom clouds in microsoft authentication provider (#178725)
This commit is contained in:
committed by
GitHub
parent
d74f53ef2a
commit
f9d14d68fb
@@ -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%"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user