PM: 0.5
Dev: 0
Test: 0
Currently in the repo README.md code sample containerPermissions is never used:
// Set anonymous access on the container.
BlobContainerPermissions containerPermissions;
containerPermissions = new BlobContainerPermissions();
This is bad code and can be confusing to beginners.
PM: 0.5
Dev: 0
Test: 0
Currently in the repo README.md code sample containerPermissions is never used:
This is bad code and can be confusing to beginners.