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

The --maker-onboarding-markdown parameter for pac admin set-governance-config does not accept \n newline characters #984

Open
bnc-cvx opened this issue Jul 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bnc-cvx
Copy link

bnc-cvx commented Jul 31, 2024

Describe the bug
When executing pac admin set-governance-config where its --maker-onboarding-markdown value contains a newline character \n, the newline character is interpreted as a literal \n as opposed to it being interpreted as a newline.

To Reproduce
Steps to reproduce the behavior:

  1. In PowerShell 7, execute pac admin set-governance-config where the --maker-onboarding-markdown parameter value contains a \n on an environment.
  2. For the environment where you've executed pac admin set-governance-config, open up the environment's make.powerapps.com home page to view the onboarding markdown message.
  3. You should see that the onboarding markdown message contains \n that was interpreted as a string literal where it displays \n as opposed to a newline.

Expected behavior
Instead of the onboarding markdown message displaying \n, it should interpret \n as a newline.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • PAC CLI Version: 1.33.5+g1621296
  • PowerShell Version: 7.4.4
@bnc-cvx bnc-cvx added the bug Something isn't working label Jul 31, 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