Description
Is your feature request related to a problem? Please describe.
We want the Terms to appear in a specific order within their TermSets.
We manually created a TermSet with Terms in a specific order (see Source Hour TermSet.png).
The Export-PnPTermGroupToXml and Import-PnPTermGroupFromXml commands resulted in the Terms being ordered alphanumerically (see Target Hour TermSet.png).
Export-PnPTermGroupToXml creates an output file that disregards the source Term order an reorders the Terms alphanumerically within the .xml file (see UtilitiesTermGroup.xml.png).
If the xml file is manually edited to put all the pnp:Term elements in the desired order, the Import-PnPTermGroupFromXml command still disregards the ordering and results in an alphanumeric order in the target tenant (see Target Hour TermSet.png above).
Describe the solution you'd like
We would like the source TermGroup to be faithfully replicated on the target tenant including the order of Terms within each TermSet.
Describe alternatives you've considered
We tried manually setting the order in the Export-PnPTermGroupToXml output file as described above.
Additional context
Add any other context or screenshots about the feature request here.