We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b3bdf commit 6e2ceb3Copy full SHA for 6e2ceb3
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
- tags="CreatedBy=Pipeline" \
+ createdBy="Pipeline"
155
--query "properties.outputs" -o json); then
156
echo "❌ Deployment failed. See logs above."
157
exit 1
0 commit comments