You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
265
+
echo "Failed to purge openai resource: ${{ env.OPENAI_RESOURCE_NAME }}"
266
+
else
267
+
echo "Purged the openai resource: ${{ env.OPENAI_RESOURCE_NAME }}"
268
+
fi
269
+
234
270
# List of keyvaults
235
271
KEYVAULTS="${{ env.KEYVAULTS }}"
236
272
@@ -259,3 +295,4 @@ jobs:
259
295
echo "KeyVault '$keyvault_name' is not soft-deleted. No action taken."
0 commit comments