Skip to content

Fix New-UnifiedEnvironment FinOps template (#121) - #122

Open
valerymoskalenko wants to merge 2 commits into
d365collaborative:developmentfrom
valerymoskalenko:fix/new-unified-environment-finops-template
Open

Fix New-UnifiedEnvironment FinOps template (#121)#122
valerymoskalenko wants to merge 2 commits into
d365collaborative:developmentfrom
valerymoskalenko:fix/new-unified-environment-finops-template

Conversation

@valerymoskalenko

Copy link
Copy Markdown

Summary

  • Replace hard-coded D365_DeveloperEdition with a documented FinOps ERP template (default D365_FinOps_Finance)
  • Add -Template validated to one of: Finance, SCM, ProjOps, Commerce
  • Pass TemplateMetadata / PostProvisioningPackages for msdyn_FinanceAndOperationsProvisioningAppAnchor, mapping USE/UDE → DevToolsEnabled and -NoDemoDbDemoDataEnabled
  • Update docs and parameter tests

Fixes #121

Test plan

  • Review parameter help / docs for -Template and defaults
  • Confirm unit tests for New-UnifiedEnvironment parameter metadata pass
  • Dry-run / inspect create payload uses selected template + TemplateMetadata
  • (Optional) Provision a sandbox with default D365_FinOps_Finance and verify FinOps workload provisions

valerymoskalenko and others added 2 commits July 29, 2026 23:24
Replace hard-coded D365_DeveloperEdition with a selectable FinOps template (default D365_FinOps_Finance) and pass TemplateMetadata for FinOps provisioning.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New-UnifiedEnvironment hardcodes D365_DeveloperEdition instead of a documented FinOps template

2 participants