You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/implementation/StorageImplUtils.java
+19-64Lines changed: 19 additions & 64 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,6 @@ public class StorageImplUtils {
41
41
42
42
privatestaticfinalStringPARAMETER_NOT_IN_RANGE = "The value of the parameter '%s' should be between %s and %s.";
43
43
44
-
privatestaticfinalStringNO_PATH_SEGMENTS = "URL %s does not contain path segments.";
45
-
46
44
privatestaticfinalStringSTRING_TO_SIGN_LOG_INFO_MESSAGE = "The string to sign computed by the SDK is: {}{}";
47
45
48
46
privatestaticfinalStringSTRING_TO_SIGN_LOG_WARNING_MESSAGE = "Please remember to disable '{}' before going "
@@ -62,52 +60,27 @@ public class StorageImplUtils {
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-common/src/test/java/com/azure/storage/common/StorageSharedKeyCredentialTest.groovy
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,39 @@ class StorageSharedKeyCredentialTest extends Specification {
0 commit comments