Skip to content

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

Open

Description

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions