mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 10:38:08 +00:00
- Move some persistent resources into SingletonResources class (#1835)
- Rename ResultOk to ResultVoid Move environment variables to singleton Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
@ -27,7 +27,7 @@ public class Containers : IContainers
|
||||
_log = log;
|
||||
_storage = storage;
|
||||
_creds = creds;
|
||||
_armClient = new ArmClient(credential: _creds.GetIdentity(), defaultSubscriptionId: _creds.GetSubcription());
|
||||
_armClient = creds.ArmClient;
|
||||
}
|
||||
public async Task<IEnumerable<byte>?> GetBlob(Container container, string name, StorageType storageType)
|
||||
{
|
||||
|
Reference in New Issue
Block a user