We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a385487 + 26746a7 commit 1f8083fCopy full SHA for 1f8083f
1 file changed
.github/workflows/deploy.yml
@@ -150,7 +150,7 @@ jobs:
150
gptModelVersion="2024-08-06" \
151
gptDeploymentCapacity="30" \
152
aiDeploymentsLocation="${{ env.AZURE_LOCATION }}" \
153
- createdBy="Pipeline" \
+ tags='{"CreatedBy":"Pipeline"}' \
154
--query "properties.outputs" -o json); then
155
echo "❌ Deployment failed. See logs above."
156
exit 1
0 commit comments