Skip to content

Commit c2dc522

Browse files
authored
Adjust order of "vmware" in mapping rules. (#14267)
avoid "VM" matched before "vmware"
1 parent cf3c038 commit c2dc522

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/CreateMappings_rules.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
"group": "Virtual Machines",
4848
"alias": "Container Service"
4949
},
50+
{
51+
"regex": "VMware",
52+
"alias": "VMware"
53+
},
5054
{
5155
"regex": "VM.*Extension",
5256
"group": "Virtual Machines",
@@ -585,10 +589,6 @@
585589
"alias": "ConnectedMachine",
586590
"regex": "ConnectedMachine"
587591
},
588-
{
589-
"regex": "VMware",
590-
"alias": "VMware"
591-
},
592592
{
593593
"alias": "Dedicated HSM",
594594
"regex": "DedicatedHsm"

0 commit comments

Comments
 (0)