mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 19:38:11 +00:00
Adding AutoConfig Properties. (#1541)
Co-authored-by: nharper285 <nharper285@gmail.com>
This commit is contained in:
committed by
GitHub
parent
27569a167f
commit
91630f2a28
@ -150,7 +150,7 @@ def azmon_extension(
|
||||
"type": "AzureMonitorLinuxAgent",
|
||||
"typeHandlerVersion": "1.9",
|
||||
"autoUpgradeMinorVersion": False,
|
||||
"settings": {},
|
||||
"settings": {"GCS_AUTO_CONFIG": True},
|
||||
"protectedsettings": {
|
||||
"configVersion": config_version,
|
||||
"moniker": moniker,
|
||||
@ -173,7 +173,7 @@ def azsec_extension(region: Region) -> Extension:
|
||||
"type": "AzureSecurityLinuxAgent",
|
||||
"typeHandlerVersion": "2.0",
|
||||
"autoUpgradeMinorVersion": True,
|
||||
"settings": {"enableGenevaUpload": True},
|
||||
"settings": {"enableGenevaUpload": True, "enableAutoConfig": True},
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user