Skip to content

Commit

Permalink
Removed the AzureTenant struct
Browse files Browse the repository at this point in the history
  • Loading branch information
tubiskasaroos committed Apr 11, 2024
1 parent f2d07e9 commit e48cb9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions auth/oauth/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ import (
"golang.org/x/oauth2"
)

type AzureTenant struct {
DnsZone string
AzureApplicationID string
}

var azureTenants = map[string]string{
".dev.azuredatabricks.net": "62a912ac-b58e-4c1d-89ea-b2dbfc7358fc",
".staging.azuredatabricks.net": "4a67d088-db5c-48f1-9ff2-0aace800ae68",
Expand Down

0 comments on commit e48cb9c

Please sign in to comment.