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:
Noah McGregor Harper
2022-01-05 13:16:03 -08:00
committed by GitHub
parent c5421894c1
commit 83e48e7e7b
9 changed files with 76 additions and 16 deletions

View File

@ -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": [