Skip to content

Commit 51301c6

Browse files
testing automation flow
1 parent 28503f7 commit 51301c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
250250
# Purge OpenAI Resource
251251
echo "Purging the OpenAI Resource..."
252-
if ! az resource delete --ids /subscriptions/${{ secrets.AZURE_SUBSCRIPTION_ID }}/providers/Microsoft.CognitiveServices/locations/eastus/resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/deletedAccounts/${{ env.OPENAI_RESOURCE_NAME }} --verbose; then
252+
if ! az resource delete --ids /subscriptions/${{ secrets.AZURE_SUBSCRIPTION_ID }}/providers/Microsoft.CognitiveServices/locations/northcentralus/resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/deletedAccounts/${{ env.OPENAI_RESOURCE_NAME }} --verbose; then
253253
echo "Failed to purge openai resource: ${{ env.OPENAI_RESOURCE_NAME }}"
254254
else
255255
echo "Purged the openai resource: ${{ env.OPENAI_RESOURCE_NAME }}"

0 commit comments

Comments
 (0)