Skip to content

Commit 5b1e2a1

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Correct TENANTID variable after deprecation
1 parent 0ffedb9 commit 5b1e2a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: tim-actions/commit-message-checker-with-regex@v0.3.1
2525
with:
2626
commits: ${{ steps.get-pr-commits.outputs.commits }}
27-
pattern: '^(Merge pull request #[0-9]+ from dodevops/develop)|(Merge branch ''main'' into develop)|(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)'
27+
pattern: '^(Merge pull request #[0-9]+)|(Merge branch ''main'' into develop)|(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)'
2828
error: 'Commit messages do not follow https://www.conventionalcommits.org/en/v1.0.0/'
2929
- name: Get Changed Files
3030
uses: tj-actions/changed-files@v41.0.0

flavour/azure/flavourinit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
if [ "X${ARM_TENANT_ID}X" != "XX" ]
1313
then
14-
tenantArg+=("--tenant" "${AZ_TENANTID}")
14+
tenantArg+=("--tenant" "${ARM_TENANT_ID}")
1515
fi
1616

1717
if ${AZ_USE_ARM_SPI:-false};

0 commit comments

Comments
 (0)