Example #1
0
 public AzureResourceManager(ConfigurationOptions config)
 {
     _config = config ?? throw new ArgumentNullException(nameof(config));
     Log.Info($"enter: token cache path: {TokenCacheHelper.CacheFilePath}");
     ClientIdentity = new ClientIdentity(_config);
 }