Skip to content

Commit 3291b4c

Browse files
gopalldbmgyucht
andauthored
Add .mil domain in supported Databricks environment (#435)
## What changes are proposed in this pull request? Adding support for .mil domain as part of GOV domain support ## How is this tested? Did a manual testing with a DoD domain using OSS Jdbc driver. --------- Co-authored-by: Miles Yucht <[email protected]>
1 parent 72b2832 commit 3291b4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
### Documentation
1010

1111
### Internal Changes
12+
* Added support for .cloud.databricks.mil domains ([#435](https://github.com/databricks/databricks-sdk-java/pull/435)).
1213

1314
### API Changes

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public String getDeploymentUrl(String name) {
5050
new DatabricksEnvironment(Cloud.AWS, ".dev.databricks.com"),
5151
new DatabricksEnvironment(Cloud.AWS, ".staging.cloud.databricks.com"),
5252
new DatabricksEnvironment(Cloud.AWS, ".cloud.databricks.us"),
53+
new DatabricksEnvironment(Cloud.AWS, ".cloud.databricks.mil"),
5354
DEFAULT_ENVIRONMENT,
5455
new DatabricksEnvironment(
5556
Cloud.AZURE,

0 commit comments

Comments
 (0)