Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pac pages download has empty web roles for a cloud flow integration #1008

Open
mannybellas opened this issue Aug 22, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@mannybellas
Copy link

mannybellas commented Aug 22, 2024

Describe the bug
When a Power Pages site has a cloud flow integration (https://learn.microsoft.com/en-us/power-pages/configure/cloud-flow-integration), the downloaded yaml does not correctly include the web roles that were assigned to this cloud flow integration:

For example, in the below example, 2 web role were assigned to the integration, but the downloaded yaml has 2 empty values for the adx_adx_CloudFlowConsumer_adx_webrole property:

adx__adx_processid_value: 21cde70e-6058-ef11-bfe2-6045bde5962f
adx_adx_CloudFlowConsumer_adx_webrole:
- []
- []
adx_adx_flowapiurl: /_api/cloudflow/v1.0/trigger/21cde70e-6058-ef11-bfe2-6045bde5962f
adx_adx_flowtriggerurl: https://australia-001.azure-apim.net:443/apim/logicflows/B6039B09BBF58BB0DD89B0FC750B1506-3CD7F7E98C7F1A52/triggers/manual/run?api-version=2016-06-01
adx_adx_metadata: b6039b09-bbf5-8bb0-dd89-b0fc750b1506
adx_cloudflowconsumerid: 798636bc-5f59-ef11-bfe3-002248945461
adx_name: PowerPagesCloudFlow

To Reproduce
Steps to reproduce the behavior:

  1. Create a Cloud flow that is trigged "When a Power Pages calls a flow"
  2. Set up the cloud flow integration using the method described here: (https://learn.microsoft.com/en-us/power-pages/configure/cloud-flow-integration)
  3. run pac pages download for the site
  4. find the xxx.cloudflowconsumer.yml file
  5. observe the missing web role information as show above

Expected behavior
The adx_adx_CloudFlowConsumer_adx_webrole item in the *.cloudflowconsumer.yml file should include the guids of the web roles, and the cloud flow integration should be extablished in the target environment.

Additional context

  • pac cli Version: 1.33.5+g1621296
  • Power Pages model version 2
@mannybellas mannybellas added the bug Something isn't working label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant