mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
Adding New Default Image Config Value to IC. (#2434)
* Adding New Default Image Config Value to IC. * Removing forced image setting. * Updating Webhook Events. * Removing typo. * Updating webhook_events again. * Syncing webhook events. * Fixing check for os type. * Fixing import. * PR Suggestions. * Fix C# Model Typo. * Removing other refs to images. * Removing remaining refs to images outside of models. * Removing hardcoded image values from tests. * Update Default Proxy and Repro Images. Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
dc2c4649c8
commit
3f35d81f4b
@ -682,6 +682,8 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
"allowed_aad_tenants": [
|
||||
"00000000-0000-0000-0000-000000000000"
|
||||
],
|
||||
"default_linux_vm_image": "Canonical:UbuntuServer:18.04-LTS:latest",
|
||||
"default_windows_vm_image": "MicrosoftWindowsDesktop:Windows-10:win10-21h2-pro:latest",
|
||||
"network_config": {
|
||||
"address_space": "10.0.0.0/8",
|
||||
"subnet": "10.0.0.0/16"
|
||||
@ -822,6 +824,16 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
"title": "Api Access Rules",
|
||||
"type": "object"
|
||||
},
|
||||
"default_linux_vm_image": {
|
||||
"default": "Canonical:UbuntuServer:18.04-LTS:latest",
|
||||
"title": "Default Linux Vm Image",
|
||||
"type": "string"
|
||||
},
|
||||
"default_windows_vm_image": {
|
||||
"default": "MicrosoftWindowsDesktop:Windows-10:win10-21h2-pro:latest",
|
||||
"title": "Default Windows Vm Image",
|
||||
"type": "string"
|
||||
},
|
||||
"extensions": {
|
||||
"$ref": "#/definitions/AzureVmExtensionConfig"
|
||||
},
|
||||
@ -6046,6 +6058,16 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
"title": "Api Access Rules",
|
||||
"type": "object"
|
||||
},
|
||||
"default_linux_vm_image": {
|
||||
"default": "Canonical:UbuntuServer:18.04-LTS:latest",
|
||||
"title": "Default Linux Vm Image",
|
||||
"type": "string"
|
||||
},
|
||||
"default_windows_vm_image": {
|
||||
"default": "MicrosoftWindowsDesktop:Windows-10:win10-21h2-pro:latest",
|
||||
"title": "Default Windows Vm Image",
|
||||
"type": "string"
|
||||
},
|
||||
"extensions": {
|
||||
"$ref": "#/definitions/AzureVmExtensionConfig"
|
||||
},
|
||||
|
Reference in New Issue
Block a user