We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2a12e commit cd02b5bCopy full SHA for cd02b5b
.github/workflows/ci.yml
@@ -110,7 +110,7 @@ jobs:
110
rg_exists=$(az group exists --name ${{ env.RESOURCE_GROUP_NAME }})
111
if [ "$rg_exists" = "false" ]; then
112
echo "Resource group does not exist. Creating..."
113
- az group create --name ${{ env.RESOURCE_GROUP_NAME }} --location ${{ env.AZURE_LOCATION }} --tags SecurityControl=Ignore || { echo "Error creating resource group"; exit 1; }
+ az group create --name ${{ env.RESOURCE_GROUP_NAME }} --location ${{ env.AZURE_LOCATION }} --tags SecurityControl=Ignore CreatedBy="Pipeline" || { echo "Error creating resource group"; exit 1; }
114
else
115
echo "Resource group already exists."
116
fi
0 commit comments