Include an ability to change the default client id (#238736)

Include an ability to change the client id

So our migration is easy to test
This commit is contained in:
Tyler James Leonhardt
2025-01-24 16:46:50 -08:00
committed by GitHub
parent be7d0e0bdd
commit a9ce0b5556
4 changed files with 46 additions and 6 deletions

View File

@@ -115,6 +115,23 @@
"tags": [
"onExP"
]
},
"microsoft-authentication.clientIdVersion": {
"type": "string",
"default": "v1",
"enum": [
"v2",
"v1"
],
"enumDescriptions": [
"%microsoft-authentication.clientIdVersion.enumDescriptions.v2%",
"%microsoft-authentication.clientIdVersion.enumDescriptions.v1%"
],
"markdownDescription": "%microsoft-authentication.clientIdVersion.description%",
"tags": [
"onExP",
"experimental"
]
}
}
}