-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathazure.yaml
More file actions
32 lines (29 loc) · 1.15 KB
/
azure.yaml
File metadata and controls
32 lines (29 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: real-time-intelligence-operations-solution-accelerator
metadata:
template: real-time-intelligence-operations-solution-accelerator@1.0
requiredVersions:
azd: ">= 1.19.0 != 1.23.9"
hooks:
postprovision:
windows:
shell: pwsh
run: ./infra/scripts/utils/Run-PythonScript.ps1 -ScriptPath "infra/scripts/fabric/deploy_fabric_rti.py"
interactive: true
continueOnError: false
posix:
shell: pwsh
run: ./infra/scripts/utils/Run-PythonScript.ps1 -ScriptPath "infra/scripts/fabric/deploy_fabric_rti.py" -SkipPythonVirtualEnvironment
interactive: true
continueOnError: false
predown:
windows:
shell: pwsh
run: ./infra/scripts/utils/Run-PythonScript.ps1 -ScriptPath "infra/scripts/fabric/delete_fabric_rti.py"
interactive: true
continueOnError: false
posix:
shell: pwsh
run: ./infra/scripts/utils/Run-PythonScript.ps1 -ScriptPath "infra/scripts/fabric/delete_fabric_rti.py" -SkipPythonVirtualEnvironment
interactive: true
continueOnError: false