Skip to content

Commit 30e93a3

Browse files
committed
No environment variable support for scopes
1 parent 42aef75 commit 30e93a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/core/DatabricksConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class DatabricksConfig {
3636
@ConfigAttribute(env = "DATABRICKS_CLIENT_SECRET", auth = "oauth", sensitive = true)
3737
private String clientSecret;
3838

39-
@ConfigAttribute(env = "DATABRICKS_SCOPES", auth = "oauth")
39+
@ConfigAttribute(auth = "oauth")
4040
private List<String> scopes;
4141

4242
@ConfigAttribute(env = "DATABRICKS_REDIRECT_URL", auth = "oauth")

0 commit comments

Comments
 (0)