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 da653ef commit 97e1802Copy full SHA for 97e1802
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
rg_exists=$(az group exists --name ${{ env.RESOURCE_GROUP_NAME }})
106
if [ "$rg_exists" = "false" ]; then
107
echo "Resource group does not exist. Creating..."
108
- 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; }
109
else
110
echo "Resource group already exists."
111
fi
0 commit comments