Skip to content

Commit 7127c80

Browse files
authored
Update azd configs for EasyAuth (#8)
1 parent 5d372be commit 7127c80

18 files changed

+348
-606
lines changed

azure.yaml

-33
Original file line numberDiff line numberDiff line change
@@ -24,39 +24,6 @@ services:
2424
language: dotnet
2525

2626
hooks:
27-
preup:
28-
posix:
29-
shell: sh
30-
continueOnError: false
31-
interactive: true
32-
run: infra/hooks/preup.sh
33-
windows:
34-
shell: pwsh
35-
continueOnError: false
36-
interactive: true
37-
run: infra/hooks/preup.ps1
38-
preprovision:
39-
posix:
40-
shell: sh
41-
continueOnError: false
42-
interactive: true
43-
run: infra/hooks/preprovision.sh
44-
windows:
45-
shell: pwsh
46-
continueOnError: false
47-
interactive: true
48-
run: infra/hooks/preprovision.ps1
49-
postprovision:
50-
posix:
51-
shell: sh
52-
continueOnError: false
53-
interactive: true
54-
run: infra/hooks/postprovision.sh
55-
windows:
56-
shell: pwsh
57-
continueOnError: false
58-
interactive: true
59-
run: infra/hooks/postprovision.ps1
6027
postdeploy:
6128
posix:
6229
shell: sh

infra/bicepconfig.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"experimentalFeaturesEnabled": {
3+
"extensibility": true
4+
},
5+
"extensions": {
6+
"microsoftGraphV1": "br:mcr.microsoft.com/bicep/extensions/microsoftgraph/v1.0:0.1.8-preview"
7+
}
8+
}

infra/hooks/postprovision.ps1

-13
This file was deleted.

infra/hooks/postprovision.sh

-17
This file was deleted.

infra/hooks/preprovision.ps1

-13
This file was deleted.

infra/hooks/preprovision.sh

-17
This file was deleted.

infra/hooks/preup.ps1

-13
This file was deleted.

infra/hooks/preup.sh

-17
This file was deleted.

infra/hooks/register_app.ps1

-45
This file was deleted.

infra/hooks/register_app.sh

-47
This file was deleted.

0 commit comments

Comments
 (0)