Skip to content

Commit

Permalink
Adjust order of "vmware" in mapping rules. (#14267)
Browse files Browse the repository at this point in the history
avoid "VM" matched before "vmware"
  • Loading branch information
VeryEarly authored Feb 22, 2021
1 parent cf3c038 commit c2dc522
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/CreateMappings_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
"group": "Virtual Machines",
"alias": "Container Service"
},
{
"regex": "VMware",
"alias": "VMware"
},
{
"regex": "VM.*Extension",
"group": "Virtual Machines",
Expand Down Expand Up @@ -585,10 +589,6 @@
"alias": "ConnectedMachine",
"regex": "ConnectedMachine"
},
{
"regex": "VMware",
"alias": "VMware"
},
{
"alias": "Dedicated HSM",
"regex": "DedicatedHsm"
Expand Down

0 comments on commit c2dc522

Please sign in to comment.