Skip to content

Commit

Permalink
Testing create-bee failures with azureconfig update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronegrant committed Jun 6, 2024
1 parent 51e2828 commit 2513dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ object AppConfig {
if (azureEnabled) {
Option(
AzureServicesConfig(
config.getBoolean("azureServiceCatalogAppsEnabled"),
config.as[Option[Boolean]]("azureServiceCatalogAppsEnabled").getOrElse(false),
config.getString("authorizedUserKey"),
config.getString("managedAppTypeServiceCatalog"),
config.getString("managedAppWorkloadClientId"),
Expand Down

0 comments on commit 2513dd7

Please sign in to comment.