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