src/Bicep.Core/Features/TraceVerbosity.cs (
8
lines of code) (
raw
):
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Bicep.Core.Features { public enum TraceVerbosity { Basic, Full } }