Skip to content

Commit

Permalink
Committing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
49081 committed Jan 24, 2024
1 parent 615ec00 commit 4b863fd
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_dropwizard_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_glassfish_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_helidon_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_micronaut_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_piranha_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_quarkus_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_springboot_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_tomcat_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerapp_wildfly_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
az provider register --namespace Microsoft.OperationalInsights
if [[ -z $ACA_ENVIRONMENT_NAME ]]; then
export ACA_ENVIRONMENT_NAME=aca$RANDOM
export ACA_ENVIRONMENT_NAME=joazaca$RANDOM
export ACA_REGION=westus
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/servicebus_create-queue_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi
az group create --name $RESOURCE_GROUP --location $REGION
export SERVICE_BUS=service-bus-$RANDOM
export SERVICE_BUS=joaz-sb-$RANDOM
az servicebus namespace create \
--resource-group $RESOURCE_GROUP \
--name $SERVICE_BUS \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/servicebus_create_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi
az group create --name $RESOURCE_GROUP --location $REGION
export SERVICE_BUS=service-bus-$RANDOM
export SERVICE_BUS=joaz-sb-$RANDOM
az servicebus namespace create \
--resource-group $RESOURCE_GROUP \
--name $SERVICE_BUS \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi
az group create --name $RESOURCE_GROUP --location $REGION
export SERVICE_BUS=service-bus-$RANDOM
export SERVICE_BUS=joaz-sb-$RANDOM
az servicebus namespace create \
--resource-group $RESOURCE_GROUP \
--name $SERVICE_BUS \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/servicebus_receive-message_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi
az group create --name $RESOURCE_GROUP --location $REGION
export SERVICE_BUS=service-bus-$RANDOM
export SERVICE_BUS=joaz-sb-$RANDOM
az servicebus namespace create \
--resource-group $RESOURCE_GROUP \
--name $SERVICE_BUS \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi
az group create --name $RESOURCE_GROUP --location $REGION
export SERVICE_BUS=service-bus-$RANDOM
export SERVICE_BUS=joaz-sb-$RANDOM
az servicebus namespace create \
--resource-group $RESOURCE_GROUP \
--name $SERVICE_BUS \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/servicebus_send-message_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi
az group create --name $RESOURCE_GROUP --location $REGION
export SERVICE_BUS=service-bus-$RANDOM
export SERVICE_BUS=joaz-sb-$RANDOM
az servicebus namespace create \
--resource-group $RESOURCE_GROUP \
--name $SERVICE_BUS \
Expand Down

0 comments on commit 4b863fd

Please sign in to comment.