You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Impelement secrets detection for Az modules (#412)
* Impelement secrets detection for Az modules
* Move some implementation from common to Az.Accounts and revise/rename ISanitizerSettings interface.
* Rename telemetry property name
* Make DefaultProviderResolver public due to reference needed in Az.Accounts
* Add IgnoredProperties in ISanitizerService to filter out special properties that may cause performance concern like lazy load properties.
* Return null for AzurePSSanitizer when AzureSession is not properly initialized
* Skip indexed properties in the object traverse
* Update sanitizer and move providers out to Az.Accounts
Copy file name to clipboardExpand all lines: src/Authentication.Abstractions/Models/ConfigKeysForCommon.cs
+1
Original file line number
Diff line number
Diff line change
@@ -32,5 +32,6 @@ public static class ConfigKeysForCommon
32
32
//Use DisableErrorRecordsPersistence as opt-out for now, will replace it with EnableErrorRecordsPersistence as opt-in at next major release (November 2023)
Copy file name to clipboardExpand all lines: src/Common/Properties/Resources.resx
+3
Original file line number
Diff line number
Diff line change
@@ -1760,4 +1760,7 @@ Note : Go to {0} for steps to suppress this breaking change warning, and other i
1760
1760
<dataname="SurveyPreface"xml:space="preserve">
1761
1761
<value>[Survey] Help us improve Azure PowerShell by sharing your experience. This survey should take about 5 minutes. Run 'Open-AzSurveyLink' to open in browser. Learn more at {0}</value>
<value>The output of cmdlet {0} may compromise security by showing the following secrets: {1}. Learn more at https://go.microsoft.com/fwlink/?linkid=2258844</value>
0 commit comments