How can add the security group id in the creation of the env using the step in Azure DevOps? #830
Replies: 2 comments 2 replies
-
Doesn't look like we expose it in the task, but we should. For now, you can always drop to direct pac cli calls. There are a number of examples floating around, but see below for another. We are working on making it easier to call pac from a script task in a pipeline directly. For now, you have to do a bit of work to set it up. Once we make this more "easy button", I'll update the docs to make it more obvious that you can do this. I'll also look at submitting a PR that exposes the
|
Beta Was this translation helpful? Give feedback.
-
Whoaa @devkeydet this is much more than I expected. Thanks so much... I was using the nuget step to install the pac cli in the agent everytime but I think this much better. Thanks. I'll be waiting for the update. |
Beta Was this translation helpful? Give feedback.
-
How can add the security group id in the creation of the env using the step in Azure DevOps?
I can use pac cli https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/admin#--security-group-id--sgid.
But Im not sure that is possible in the build tools for DevOps.
Beta Was this translation helpful? Give feedback.
All reactions