Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcast-db committed Oct 17, 2024
1 parent 6e71a0d commit 2c5b963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public CliTokenSource tokenSourceFor(DatabricksConfig config, String resource) {
List<String> cmd =
new ArrayList<>(
Arrays.asList(
"az", "account", "get-access-token", "--resource", resource, "--output", "json"));
"az2", "account", "get-access-token", "--resource", resource, "--output", "json"));
Optional<String> subscription = getSubscription(config);
if (subscription.isPresent()) {
// This will fail if the user has access to the workspace, but not to the subscription
Expand Down

0 comments on commit 2c5b963

Please sign in to comment.