Add experimentation to Microsoft auth (#226107)

* Add experimentation to Microsoft auth

So that we can gradually roll out MSAL support.

* correct order
This commit is contained in:
Tyler James Leonhardt
2024-08-20 17:17:15 -07:00
committed by GitHub
parent b8ad412410
commit c125b90d41
7 changed files with 101 additions and 15 deletions

View File

@@ -101,7 +101,6 @@
"properties": {
"microsoft.useMsal": {
"type": "boolean",
"default": false,
"description": "%useMsal.description%"
}
}
@@ -128,7 +127,8 @@
"dependencies": {
"@azure/ms-rest-azure-env": "^2.0.0",
"@azure/msal-node": "^2.12.0",
"@vscode/extension-telemetry": "^0.9.0"
"@vscode/extension-telemetry": "^0.9.0",
"vscode-tas-client": "^0.1.84"
},
"repository": {
"type": "git",