make MSAL default auth library (#21355)

This commit is contained in:
Christopher Suh
2022-12-02 11:47:06 -08:00
committed by GitHub
parent 1117a72ade
commit b5d2debebb

View File

@@ -128,7 +128,7 @@
"azure.authenticationLibrary": {
"type": "string",
"description": "%config.authenticationLibrary%",
"default": "ADAL",
"default": "MSAL",
"enum": [
"ADAL",
"MSAL"