Skip to content

Commit

Permalink
Merge branch 'jsaun/ref-lz-update' of https://github.com/DataBiospher…
Browse files Browse the repository at this point in the history
…e/terra-landing-zone-service into jsaun/ref-lz-update
  • Loading branch information
jsaun committed Nov 21, 2024
2 parents 2e3557d + 8db710c commit bd69ff6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ public void setManagedAppTenantId(String managedAppTenantId) {
this.managedAppTenantId = managedAppTenantId;
}


// AzureCloud or AzureUSGovernmentCloud
public AzureEnvironment getAzureEnvironment() {
switch (azureEnvironment) {
case "AZURE":
case "AzureCloud":
return AzureEnvironment.AZURE;
case "AZURE_GOV":
case "AzureUSGovernmentCloud":
return AzureEnvironment.AZURE_US_GOVERNMENT;
default:
throw new IllegalArgumentException(
Expand Down

0 comments on commit bd69ff6

Please sign in to comment.