Azure / azure-powershell-common

Microsoft Azure PowerShell common components
Other
35 stars 56 forks source link

opt-in error record config #416

Closed VeryEarly closed 4 months ago

VeryEarly commented 5 months ago

This pull request primarily focuses on the transition from using DisableErrorRecordsPersistence to EnableErrorRecordsPersistence in the ConfigKeysForCommon class and the ShouldRecordDebugMessages method. The changes are made to improve the code's readability and to make the feature opt-in rather than opt-out.

Key changes include: