From bb3eeff5f924b834184465662a76869b930b191d Mon Sep 17 00:00:00 2001 From: zezha-msft Date: Fri, 1 Jun 2018 16:01:23 -0700 Subject: [PATCH] Updated disclaimer for tool_reset_account --- tool_reset_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)