mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 03:48:09 +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",
|
"type": "AzureMonitorLinuxAgent",
|
||||||
"typeHandlerVersion": "1.9",
|
"typeHandlerVersion": "1.9",
|
||||||
"autoUpgradeMinorVersion": False,
|
"autoUpgradeMinorVersion": False,
|
||||||
"settings": {},
|
"settings": {"GCS_AUTO_CONFIG": True},
|
||||||
"protectedsettings": {
|
"protectedsettings": {
|
||||||
"configVersion": config_version,
|
"configVersion": config_version,
|
||||||
"moniker": moniker,
|
"moniker": moniker,
|
||||||
@ -173,7 +173,7 @@ def azsec_extension(region: Region) -> Extension:
|
|||||||
"type": "AzureSecurityLinuxAgent",
|
"type": "AzureSecurityLinuxAgent",
|
||||||
"typeHandlerVersion": "2.0",
|
"typeHandlerVersion": "2.0",
|
||||||
"autoUpgradeMinorVersion": True,
|
"autoUpgradeMinorVersion": True,
|
||||||
"settings": {"enableGenevaUpload": True},
|
"settings": {"enableGenevaUpload": True, "enableAutoConfig": True},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user