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
AzureMonitorAgent: accept string "true" in public settings (#2176)
- Add _is_truthy_setting() helper and use it for GCS_AUTO_CONFIG,
genevaConfiguration.enable, azureMonitorConfiguration.enable, and proxy.auth
so both JSON boolean true and string "true" are accepted (case-insensitive,
trimmed). Other values are unchanged.
Co-authored-by: hestolz <hestolz@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
iflen(public_settings) >1and ((geneva_configurationandnotazure_monitor_configuration) or (azure_monitor_configurationandnotgeneva_configuration)):
883
893
log_and_exit("Enable", MissingorInvalidParameterErrorCode, 'Mixing genevaConfiguration or azureMonitorConfiguration with other configuration schemas is not allowed')
0 commit comments