File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 4949 tenant-id : ${{ vars.AZURE_TENANT_ID }}
5050 subscription-id : ${{ vars.AZURE_SUBSCRIPTION_ID }}
5151
52- - name : Run Predown PowerShell Script
53- env :
54- RS_STORAGE_ACCOUNT : ${{ vars.RS_STORAGE_ACCOUNT }}
55- RS_CONTAINER_NAME : ${{ vars.RS_CONTAINER_NAME }}
56- RS_RESOURCE_GROUP : ${{ vars.RS_RESOURCE_GROUP }}
57- shell : pwsh
58- run : |
59- ./azd-hooks/scripts/hooks/preprovision/run_preconfig.ps1
60-
6152 - name : Azd down
6253 env :
6354 POWER_PLATFORM_CLIENT_ID : ${{ vars.AZURE_CLIENT_ID }}
8778 azd env set RESOURCE_SHARE_USER "$RESOURCE_SHARE_USER"
8879
8980 azd env refresh
90- # azd provision --preview # https://github.com/Azure/azure-dev/issues/4317
81+ azd provision --preview # https://github.com/Azure/azure-dev/issues/4317
9182 azd down --no-prompt --force --purge
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ metadata:
55infra :
66 provider : terraform
77hooks :
8+ prerestore :
9+ - shell : pwsh
10+ continueOnError : false
11+ interactive : false
12+ run : azd-hooks/scripts/hooks/preprovision/run_preconfig.ps1
813 preprovision :
914 - shell : pwsh
1015 continueOnError : false
You can’t perform that action at this time.
0 commit comments