We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c3921 commit 76d9002Copy full SHA for 76d9002
src/Adapter/ProtectedAdapter.php
@@ -24,7 +24,7 @@ public function __construct($connectionUrl = '', $containerName = '')
24
}
25
26
if (!$containerName) {
27
- throw new InvalidArgumentException("AZURE_CONTAINER_NAME environment variable not set");
+ throw new InvalidArgumentException("AZURE_PROTECTED_CONTAINER_NAME environment variable not set");
28
29
30
$client = BlobService::clientForConnection($connectionUrl);
0 commit comments