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 94b65f5 commit b05b53eCopy full SHA for b05b53e
databricks-sdk-java/src/main/java/com/databricks/sdk/core/DatabricksConfig.java
@@ -431,13 +431,17 @@ public DatabricksConfig setAzureUseMsi(boolean azureUseMsi) {
431
return this;
432
}
433
434
- /** @deprecated Use {@link #getAzureUseMsi()} instead. */
+ /**
435
+ * @deprecated Use {@link #getAzureUseMsi()} instead.
436
+ */
437
@Deprecated()
438
public boolean getAzureUseMSI() {
439
return azureUseMsi;
440
441
442
443
444
445
@Deprecated
446
public DatabricksConfig setAzureUseMSI(boolean azureUseMsi) {
447
this.azureUseMsi = azureUseMsi;
0 commit comments