Skip to content

Commit

Permalink
Fix wrong config query
Browse files Browse the repository at this point in the history
  • Loading branch information
swoehrl-mw committed Feb 13, 2024
1 parent 895b147 commit 23d1b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybridcloud/util/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def _subscription_id():
return get_one_of("backends.azureservicebus.subscription_id", "backends.azure.subscription_id", fail_if_missing=True)
return get_one_of("backends.azureeventhub.subscription_id", "backends.azure.subscription_id", fail_if_missing=True)


def _credentials():
Expand Down

0 comments on commit 23d1b1d

Please sign in to comment.