We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637d557 commit 82d38ecCopy full SHA for 82d38ec
1 file changed
ai-services/gpt-video-analysis-in-a-box/azure.yaml
@@ -7,12 +7,12 @@ hooks:
7
preprovision:
8
windows:
9
shell: pwsh
10
- run: ./scripts/setSPObjectId.ps1
+ run: ./scripts/setSPObjectID.ps1
11
interactive: true
12
continueOnError: false
13
posix:
14
- shell: sh
15
- run: ./scripts/setSPObjectId.sh
+ shell: pwsh
16
17
18
0 commit comments