Module/Common/Data.ps1

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# This is used to centralize the regEx patterns
data exclusionRuleList
{
    ConvertFrom-StringData -StringData @'
        V-73523 =
'@

}