powerplatform-vscode
powerplatform-vscode copied to clipboard
Pac paportal download reverse manifests records order at each execution
I don't know if this is the right place to ask the problem but every time I run the following command in the vscode terminal :
pac paportal download --path '.' --webSiteId 'xxx' --overwrite
then the records in the .portalconfig/org-manifest.yml and .portalconfig/manifest.yml files are rewritten in the reverse order of the previous execution.
It forces me to rerun the command before committing files to avoid unintelligible diff in commit history.
Yes, I have verified this behavior, running download the second time eliminates the inadvertent diff. As this is not ideal, we will look into this issue.
This issue has been fixed and will be shipped as a part of our upcoming release in January.
@ThierryBIENVENU, the fix has been released with Power Platform Tools v1.1.16.
Thanks @MrRishabhJain for the follow-up.
I've tested v1.1.16 and the manifiest is more stable but there are new component with DisplayName $RELATIONSHIP$adx_webpageaccesscontrolrule:
@ThierryBIENVENU, Thanks for bringing this scenario to our attention, seems like sorting records beyond the record ID is required here. Will update here once this fix is released.
Hey @ThierryBIENVENU, we had resolved this issue and the manifest should be generating successfully now, can you please confirm?
Hello @MrRishabhJain, Nice to hear, the manifest is much more stable now and generates less noise during commit. Great job.