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 6125dac commit eb239e6Copy full SHA for eb239e6
Public/Src/Cache/ContentStore/Interfaces/Secrets/AzureStorageCredentials.cs
@@ -65,7 +65,7 @@ public string GetAccountName()
65
return match.Groups["accountName"].Value;
66
}
67
68
- throw new InvalidOperationException($"Failed to match {nameof(s_storageUrlRegex)} to {nameof(PlainTextSecret)}");
+ throw new InvalidOperationException($"The provided secret is malformed and the account name could not be retrieved.");
69
case UpdatingSasToken updatingSasToken:
70
return updatingSasToken.Token.StorageAccount;
71
default:
0 commit comments