microsoft / powerplatform-build-tools

Power Platform Build Tools automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
174 stars 37 forks source link

[Feature] The ability to create Developer environments #849

Closed ramontebar closed 2 months ago

ramontebar commented 2 months ago

Currently it is not possible to create a Developer environment using Power Platform Build Tools (2.0.63):

image

However, Power Platform CLI already provides this feature by using the parameter --user. Example:

pac admin create `
--name "RamonTebar DEV Environment" `
--type 'Developer' `
--domain 'ramontebar-dev' `
--currency 'USD' `
--language 'English' `
--region 'unitedstates' `
--async false `
--user '93bc9055-mef5-47ad-bjfe-1a30aef906zx'

Could it be possible to integrate this feature please?

devkeydet commented 2 months ago

PR: https://github.com/microsoft/powerplatform-build-tools/pull/850