Description
My new Power Pages portal uses enhanced model version = 2.
I've successfully download local copy of its files with the following PAC CLI command:
pac powerpages download --path '..\portal' --webSiteId $websiteId --overwrite true --modelVersion 2
However when I would like to upload it back using VS Code Power Pages "Upload" command from menu "pac pages upload" command is executed in the background without specifying modelVersion and it results with the following error:
Error: Power Pages entities for standard data model (v1) aren't available on this org, please install required packages on this org. If you are trying to upload to enhanced data model (v2), pass model version aFeedback, Suggestions, Issues: https://github.com/microsoft/powerplatform-build-tools/discussions
Could you please update Power Pages Actions to support enhanced model of Power Pages portals?