feat(node): add Azure VMScaleSet Node (#404)

Co-authored-by: Dan Aharon-Shalom <dan.ash@sparkbeyond.com>
pull/451/head
dan-ash 4 years ago committed by GitHub
parent 88f65d208d
commit 8768d6888a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -242,6 +242,7 @@ ALIASES = {
"compute": {
"ContainerRegistries": "ACR",
"KubernetesServices": "AKS",
"VMScaleSet": "VMSS"
},
},
"gcp": {

@ -80,6 +80,10 @@ class VMLinux(_Compute):
_icon = "vm-linux.png"
class VMScaleSet(_Compute):
_icon = "vm-scale-set.png"
class VMWindows(_Compute):
_icon = "vm-windows.png"

@ -39,6 +39,7 @@ Node classes list of azure provider.
- **diagrams.azure.compute.VMClassic**
- **diagrams.azure.compute.VMImages**
- **diagrams.azure.compute.VMLinux**
- **diagrams.azure.compute.VMScaleSet**
- **diagrams.azure.compute.VMWindows**
- **diagrams.azure.compute.VM**

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save