We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bd0d9 commit af23aa0Copy full SHA for af23aa0
lib/connection/auth/DatabricksOAuth/OAuthManager.ts
@@ -219,7 +219,7 @@ export default abstract class OAuthManager {
219
}
220
221
if (options.useDatabricksOAuthInAzure) {
222
- const azureDomains = ['.azuredatabricks.net'];
+ const azureDomains = ['.azuredatabricks.net', '.databricks.azure.cn'];
223
const isAzureDomain = azureDomains.some((domain) => host.endsWith(domain));
224
if (isAzureDomain) {
225
// eslint-disable-next-line @typescript-eslint/no-use-before-define
0 commit comments