From be3e1b00c4512d113e0312cfb366936f2406a7fa Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Fri, 28 Mar 2025 10:52:20 +0100 Subject: [PATCH] Setting up test infrastructure pipeline v11 --- .github/workflows/setup-infra-pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 73a1790fd..1ad867252 100644 --- a/.github/workflows/setup-infra-pipeline.yml +++ b/.github/workflows/setup-infra-pipeline.yml @@ -51,11 +51,6 @@ jobs: az storage container create \ --name tfstate \ --account-name tfstatestorageaccount25 - - az ad sp create-for-rbac \ - --name "terraform-github-actions" \ - --role Contributor \ - --scopes /subscriptions/${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Terraform Init run: |