Skip to content

Commit

Permalink
PCLOUDS-2709 Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
NematulloKozimov committed Sep 7, 2023
1 parent 6a7948e commit d17c183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/dynatrace-azure-logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ if [[ "${DEPLOY_ACTIVEGATE}" == "false" ]]; then
check_dynatrace_log_ingest_url
fi

if [[ "$ENABLE_USER_ASSIGNED_MANAGED_IDENTITY" == "false" ]] || [[ ]]; then
if [[ "$ENABLE_USER_ASSIGNED_MANAGED_IDENTITY" == "false" ]]; then
EVENT_HUB_NAME=$(echo "$EVENT_HUB_CONNECTION_STRING" | awk -F ';EntityPath=' '{print $2}')
fi

Expand Down

0 comments on commit d17c183

Please sign in to comment.