mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 19:38:11 +00:00
Adding new InstanceConfig value for VMSS & VM tags (#1560)
* Adding new instanceconfig value for tags. * Removing bad import. * Updating where tags are generated. * Updating tag generation for scalesets. * Updating tag generation in vm. * Updating vm tag generation. * Updating vm tag generation. * Fixing extension. * Fixing import. * Fixing typing. * Fixing get_vm calls. * Fixing calls to get_vm. * Fixing optional tag.
This commit is contained in:
committed by
GitHub
parent
c5421894c1
commit
83e48e7e7b
@ -813,6 +813,20 @@ Each event will be submitted via HTTP POST to the user provided URL.
|
||||
"default": "Standard_B2s",
|
||||
"title": "Proxy Vm Sku",
|
||||
"type": "string"
|
||||
},
|
||||
"vm_tags": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": "Vm Tags",
|
||||
"type": "object"
|
||||
},
|
||||
"vmss_tags": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": "Vmss Tags",
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@ -5955,6 +5969,20 @@ Each event will be submitted via HTTP POST to the user provided URL.
|
||||
"default": "Standard_B2s",
|
||||
"title": "Proxy Vm Sku",
|
||||
"type": "string"
|
||||
},
|
||||
"vm_tags": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": "Vm Tags",
|
||||
"type": "object"
|
||||
},
|
||||
"vmss_tags": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": "Vmss Tags",
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
Reference in New Issue
Block a user