Updates from the rename (#179901)

* Updates from the rename

Azure Cloud -> Microsoft Sovereign Cloud

* remove azure once more
This commit is contained in:
Tyler James Leonhardt
2023-04-13 13:01:13 -07:00
committed by GitHub
parent 468c8b4642
commit 3a02bc9de1
2 changed files with 17 additions and 17 deletions

View File

@@ -275,7 +275,7 @@ export class AzureActiveDirectoryService {
const runsServerless = vscode.env.remoteName === undefined && vscode.env.uiKind === vscode.UIKind.Web;
if (runsServerless && this._loginEndpointUrl !== defaultLoginEndpointUrl) {
throw new Error('Sign in to non-public Azure clouds is not supported on the web.');
throw new Error('Sign in to non-public clouds is not supported on the web.');
}
if (runsRemote || runsServerless) {