File tree Expand file tree Collapse file tree 2 files changed +2
-27
lines changed
fm-azure-event-hubs-source
fm-azure-service-bus-source Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 23
23
24
24
bootstrap_ccloud_environment
25
25
26
-
27
-
28
- if [ ! -z " $AZ_USER " ] && [ ! -z " $AZ_PASS " ]
29
- then
30
- log " Logging to Azure using environment variables AZ_USER and AZ_PASS"
31
- set +e
32
- az logout
33
- set -e
34
- az login -u " $AZ_USER " -p " $AZ_PASS " > /dev/null 2>&1
35
- else
36
- log " Logging to Azure using browser"
37
- az login
38
- fi
26
+ login_and_maybe_set_azure_subscription
39
27
40
28
AZURE_NAME=pgfm${USER} feh${GITHUB_RUN_NUMBER}${TAG}
41
29
AZURE_NAME=${AZURE_NAME// [-._]/ }
Original file line number Diff line number Diff line change 21
21
22
22
bootstrap_ccloud_environment
23
23
24
-
25
-
26
-
27
- if [ ! -z " $AZ_USER " ] && [ ! -z " $AZ_PASS " ]
28
- then
29
- log " Logging to Azure using environment variables AZ_USER and AZ_PASS"
30
- set +e
31
- az logout
32
- set -e
33
- az login -u " $AZ_USER " -p " $AZ_PASS " > /dev/null 2>&1
34
- else
35
- log " Logging to Azure using browser"
36
- az login
37
- fi
24
+ login_and_maybe_set_azure_subscription
38
25
39
26
AZURE_NAME=pgfm${USER} sb${GITHUB_RUN_NUMBER}${TAG}
40
27
AZURE_NAME=${AZURE_NAME// [-._]/ }
You can’t perform that action at this time.
0 commit comments