Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chkeita committed Nov 16, 2022
1 parent f36ddc7 commit 56fc812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ApiService/ApiService/onefuzzlib/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ public static VMExtensionWrapper GenevaExtension(AzureLocation region) {
InstanceTelemetryKey: _context.ServiceConfiguration.ApplicationInsightsInstrumentationKey,
MicrosoftTelemetryKey: _context.ServiceConfiguration.OneFuzzTelemetry,
MultiTenantDomain: _context.ServiceConfiguration.MultiTenantDomain,
InstanceId: instanceId
InstanceId: instanceId,
IsUnmanaged: !pool.Managed
);

var fileName = $"{pool.Name}/config.json";
Expand Down
1 change: 0 additions & 1 deletion src/ApiService/ApiService/onefuzzlib/PoolOperations.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Threading.Tasks;
using ApiService.OneFuzzLib.Orm;
using Azure.Data.Tables;
namespace Microsoft.OneFuzz.Service;

public interface IPoolOperations : IStatefulOrm<Pool, PoolState> {
Expand Down

0 comments on commit 56fc812

Please sign in to comment.