Skip to content

Commit

Permalink
Update azd configs for EasyAuth (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo authored Jan 18, 2025
1 parent 5d372be commit 7127c80
Show file tree
Hide file tree
Showing 18 changed files with 348 additions and 606 deletions.
33 changes: 0 additions & 33 deletions azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,6 @@ services:
language: dotnet

hooks:
preup:
posix:
shell: sh
continueOnError: false
interactive: true
run: infra/hooks/preup.sh
windows:
shell: pwsh
continueOnError: false
interactive: true
run: infra/hooks/preup.ps1
preprovision:
posix:
shell: sh
continueOnError: false
interactive: true
run: infra/hooks/preprovision.sh
windows:
shell: pwsh
continueOnError: false
interactive: true
run: infra/hooks/preprovision.ps1
postprovision:
posix:
shell: sh
continueOnError: false
interactive: true
run: infra/hooks/postprovision.sh
windows:
shell: pwsh
continueOnError: false
interactive: true
run: infra/hooks/postprovision.ps1
postdeploy:
posix:
shell: sh
Expand Down
8 changes: 8 additions & 0 deletions infra/bicepconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"experimentalFeaturesEnabled": {
"extensibility": true
},
"extensions": {
"microsoftGraphV1": "br:mcr.microsoft.com/bicep/extensions/microsoftgraph/v1.0:0.1.8-preview"
}
}
13 changes: 0 additions & 13 deletions infra/hooks/postprovision.ps1

This file was deleted.

17 changes: 0 additions & 17 deletions infra/hooks/postprovision.sh

This file was deleted.

13 changes: 0 additions & 13 deletions infra/hooks/preprovision.ps1

This file was deleted.

17 changes: 0 additions & 17 deletions infra/hooks/preprovision.sh

This file was deleted.

13 changes: 0 additions & 13 deletions infra/hooks/preup.ps1

This file was deleted.

17 changes: 0 additions & 17 deletions infra/hooks/preup.sh

This file was deleted.

45 changes: 0 additions & 45 deletions infra/hooks/register_app.ps1

This file was deleted.

47 changes: 0 additions & 47 deletions infra/hooks/register_app.sh

This file was deleted.

Loading

0 comments on commit 7127c80

Please sign in to comment.