Skip to content

Commit 1f8083f

Browse files
Merge pull request #263 from microsoft/my-pipeline-validation
fix: Fix for Deployment Lifecycle Automation pipeline failure
2 parents a385487 + 26746a7 commit 1f8083f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
gptModelVersion="2024-08-06" \
151151
gptDeploymentCapacity="30" \
152152
aiDeploymentsLocation="${{ env.AZURE_LOCATION }}" \
153-
createdBy="Pipeline" \
153+
tags='{"CreatedBy":"Pipeline"}' \
154154
--query "properties.outputs" -o json); then
155155
echo "❌ Deployment failed. See logs above."
156156
exit 1

0 commit comments

Comments
 (0)