powerplatform-actions
powerplatform-actions copied to clipboard
Power Platform GitHub Actions automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environmen...
Do you have plans to provide OIDC federated auth support for service principles? see https://docs.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Cwindows#use-the-azure-login-action-with-openid-connect for more information the azure login github action provides such functionality, associated docs: https://github.com/Azure/login#configure-a-service-principal-with-a-federated-credential-to-use-oidc-based-authentication
Added initial functionality of assign-user to action repo. **NOTE**: - PP-CLI-Wrapper version is bumped to "0.1.48" in this PR. Please reply if this needs to be changed. - NugetInstall now...
I'd like to see an action that enables us to automate the execution of tests written in Test Studio against Canvas Apps to provide some quality gates to ensure updates...
Hi, We had our pipelines working nicely, however, importing the managed solution from Build > Production is continually failing with this error. Increase the timeout value passed to the call...
Hello, I am using import-solution action with service principal authentication. The connection references dependencies are creates and configured before the import. The flows are off after importing the solution despite...
I am using the following **- name: import-manage-solution-to-environment uses: microsoft/powerplatform-actions/import-solution@main #using @main for now because convert-to-managed isn't officially released, therefore won't be in v0 with: environment-url: ${{ github.event.inputs.environment_url}} tenant-id: ${{...
Hi I am trying to create a new environment which includes a template. Despite populating the "Templates" parameter, the result is a standard blank Dataverse environment. I used the code...
Not sure if this is documented anywhere but I'd like to be able to fail a job if the `solution-checker` returns medium severity issues. When building Canvas Apps it is...