Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code to delete a table is not correct. The code is creating an instance of CloudTable incorrectly. The right way to create the instance is using CloudTableClient's getTableReference method. I made the change to reflect that.
- Loading branch information