Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #138 from mbrat2005/fix-vwan-workflow-misspelling
Browse files Browse the repository at this point in the history
Fix Misspelling in VWAN Deployment Workflow
  • Loading branch information
paulgrimley authored Apr 27, 2023
2 parents d3459d8 + 2008a55 commit cd8e2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vwan-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
id: create_logging
shell: bash
run: |
az account set --susbscription ${{ env.mgSubscriptionId }}
az account set --subscription ${{ env.mgSubscriptionId }}
az group create --name ${{ env.mgResourceGroup }} --location ${{ env.Location }}
az deployment group create --resource-group ${{ env.mgResourceGroup }} --template-file infra-as-code/bicep/modules/logging/logging.bicep --parameters @infra-as-code/bicep/modules/logging/parameters/logging.parameters.all.json
Expand Down

0 comments on commit cd8e2d5

Please sign in to comment.