diff --git a/src/ApiService/ApiService/onefuzzlib/VmssOperations.cs b/src/ApiService/ApiService/onefuzzlib/VmssOperations.cs index ed028b2d9..08d841042 100644 --- a/src/ApiService/ApiService/onefuzzlib/VmssOperations.cs +++ b/src/ApiService/ApiService/onefuzzlib/VmssOperations.cs @@ -515,7 +515,7 @@ public class VmssOperations : IVmssOperations { public async Async.Task DeleteNodes(Guid scalesetId, IReadOnlySet machineIds) { var result = await CheckCanUpdate(scalesetId); if (!result.IsOk) { - throw new Exception($"cannot delete nodes from scaleset {scalesetId:Tag:ScalesetId}: {result.ErrorV:Tag:Error}"); + throw new Exception($"cannot delete nodes from scaleset {scalesetId} : {result.ErrorV}"); } var instanceIds = new HashSet();