diff --git a/tool_reset_account.py b/tool_reset_account.py index 05ecf5b5..89be8299 100644 --- a/tool_reset_account.py +++ b/tool_reset_account.py @@ -13,7 +13,7 @@ def purge_blob_containers(account, account_key): """ Delete all blob containers in the given storage account. - USE AT OWN RISK. + USE AT OWN RISK. NOT SUPPORTED BY STORAGE TEAM. """ bs = BlockBlobService(account, account_key)