Microsoft.PowerPlatform.DevOps

2.0.149

A Toolset for Implementing and Adopting a full ALM strategy for the Microsoft PowerPlatform.

Minimum PowerShell version

5.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Microsoft.PowerPlatform.DevOps -RequiredVersion 2.0.149

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Microsoft.PowerPlatform.DevOps -Version 2.0.149

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2021 Dylan Haskins & Eugene Van Staden. All rights reserved.

Package Details

Author(s)

  • Dylan Haskins and Eugene Van Staden

Tags

Dynamics CRM Dynamics365 DevOps CDS PowerPlatform Dataverse PowerappsPortal PowerApps

Functions

Invoke-PowerPlatformDevOps Start-DeploySolution Test-IsGuid Start-SolutionChecker Start-PPDODocker Invoke-ExportSolution

Dependencies

This module has no dependencies.

Release Notes


       v2.0.149
       - Add automatic tagging of Solution commits

       v2.0.148
       - Default Solution Version Dates to UTC for consistency across devices and Azure Agents
       
       v2.0.146
       - Add Export-Solution Command line option
        
       v2.0.142
       - Update Solution Export to use PAC and to Only update Solution Version if there is a change.
       
       v2.0.140
       - Update JSON file creation to no longer include BOM
       
       v2.0.137
       - Change deployment sequence of Portal CLI step

       v2.0.136
       - Add AZ CLI Authentication using Service Principal to SolutionDeploy.ps1
       
       v2.0.135
       - Extend PAC CLI connection

       v2.0.132
       - Bump Microsoft.Xrm.Data.PowerShell to 2.8.19
       - Increase polling time for Solution Import and Upgrade to 10 seconds

       v2.0.131
       - Make Add-PowerAppsAccount available to be used in Pre/Post Actions

       v2.0.130
       - fix pac portal path. Note:
       Download portal via CLI to the deployments folder in the solution project

       v2.0.128
       - Force Microsoft.Xrm.Data.PowerShell version 2.8.14 and 2.8.17 has a bug with Get-CrmRecords command
       
       v2.0.127
       - Add support for PAC Portal CLI to deploy Portal configuration. Add the following
           "Portal": "portal-folder-name" //Download portal configuration in the Deployment/ directory of your project and update this value wit the unique name of your portal

       - Add support to enable solutions per stage via a new Deploy flag. This makes managing DeployPackages easier.            
          Add "Deploy":"true" in the DeployTo block of your target environment. Disable deployment by setting "false"            
          "DeployTo": [  {  "Deploy": "true",

       v2.0.125
       - Fix SecureString issue with Add-PowerAppsUserAccount

       v2.0.124
       - Sort Connections so that we always get the earliest created Connection by Type

       v2.0.123
       - Minor Typo fixes

       v2.0.122
       - Only get Connected Connections for use in binding Connection References (ignore Error statuses)

       v2.0.121
       - Change Connection Reference binding to always bind to a found connection to mitigate issues when connections have been deleted

       v2.0.120
       - Removing tooling ability to merge from Basebranch on load (too many merge errors)

       v2.0.119
       - Added Support for new Preview Linter for PowerApps (https://powerapps.microsoft.com/en-us/blog/announcing-public-preview-of-eslint-rules-for-power-apps-and-dynamics-365/)

       v2.0.118
       - Various minor bug fixes
       - Enable Solution deploy to continue when connection times out (is forcibly closed)
       
       v2.0.114
       - Improve Error Handling in Flow Activation

       v2.0.113
       - Fix for Data Import error
       
       v2.0.112
       - Fix Error Handler for when solution does not have an upgrade that is ready to be applied
       
       v2.0.110
       - Remove -EnableBatchMode on Import-CrmDataFile as this appears to not import M2M related data
       - Add -ConcurrentThreads 5 to Import-CrmDataFile to support multi-threaded imports

       v2.0.109
       - Default overWriteUnmanagedCustomisations to false on Solution Import and add support for setting it to true via deployPackages.json
       
       v2.0.108
       - Force UTF8 encoding for deployPackages.json
       
       v2.0.105
       - Fix Open is VSCode to run a seperate process
       - Add Support to use User Account when Service Principal is defined but does not have management API access

       v2.0.104
       - Updates for WebResource Deployment
       - Update WebPack and WebPack CLI versions
       - Remove CleanWebPackPlugin in favour of built in clean in Webpack 5
       - Enable Terser optimisers
       - Add Binding support for XrmQuery to automatically compile and inject appropriate libraries when used
       - Add Linting
       - Add Tree Shaking for Production compiles
       - Add WebPack watch capability        

       v2.0.103
       - Improve performance of Auto Update check, and fix bug where it was always updating.
       
       v2.0.102
       - Add initial support for GitHub
       
       v2.0.100
       - Fix ascii art logos
       
       v2.0.99
       - Add Include in Project capability for TypeScript typings files

       v2.0.98
       - Bug fix to remove duplicate "press any key to continue" on Generate Types
       
       v2.0.97
       - Added Support for updating the various Tooling that is cached (Config Migration, XrmContext, XrmDefinitelyTyped etc.)
       - Bug Fixes
       
       v2.0.90
       - Prevent patch deployment if the target environment has a higher base solution version

       v2.0.88
       - Support for checking for existence of Original solution before deploying a patch
       - Support for Multiple patch solutions
       
       v2.0.87
       - Fix for skipping existing Patch Solution when deploying
       
       v2.0.86
       - Fix support for Patch Solutions in Export and Deploy

       v2.0.85
       - Add prompt for merge from upstream branch (instead of doing it automatically)

       v2.0.84
       - Add support to check for and handle existing _Upgrade solution in Target environment
       
       v2.0.83
       - Various Bug Fixes

       v2.0.81
       - Add support to Retry activation of Flows that fail due to Child Flows not yet being activated
       
       v2.0.80
       - Add support to FailonError when trying to activate Flows

       v2.0.78
       - Fixed Connection reference variables in SolutionDeploy

       v2.0.75
       - Change --allowDelete flag in PAC from No to $false to support latest update of PAC CLI

       v2.0.74
       - Add Support for ExportPreAction.ps1 and ExportPostAction.ps1 to support injecting custom logic before and after Data Export process
       
       v2.0.73
       - Add Support for Deploy-Plugins and Deploy-WebResources from the Solution Management Menu
       - Fix for Environment Approval Check for Manual Deployment
       - Fix to PowerApps auth
       - Add BaseBranch flag to Project JSON to support automatic merge from base when opening project

       v2.0.69
       - Add Authentication Token refresh for all Git Branch management menu option

       v2.0.68
       - Enhancements to Pipeline Messaging and Logging
       - Change the way azure tokens are retrieved
       - Add ability to Override the Check for Service Principal Permissions as Power Platform Management App
       - Fixes for SolutionDeploy Error Logging

       v2.0.56
       - Enhance Flow Deployment to create seperate JSON file on Solution Unpack
       - Add support for updating the .artifactignore file to support future improvements
       - Minor improvement to deployment log messages
       - Fix PostAction step
       - Various Bug Fixes

       v2.0.46
       - Add ability to selectively enable Power Automate Flows using the following in deployPackages.json
           "Flows":
           {
             "ActivateFlows": "true",
             "OverrideFile" : ""
           }
       - Automatically attempt to wire up Connection references in the Solution by searching for matching Connections
       - Fix issue in Manual setup of Service Principal
       - Added Pre and Post Upgrade steps when deploying as Holding solution
       - Update XrmContext and XrmDefintelyTyped to support OAuth username and password
       - Add Tenant ID to Login List

       v2.0.41
       - Fixes for Pre and PostAction scripts
       - Check if Environments Require approval in Azure DevOps and prevent local deployment
       
       v2.0.40
       - Add Support for Environment Level Pre and Post Action Scripts
       - Fix for Azure Devops CLI Token
       - Updates to Docker Support
       - Fix for Git Clone of Existing Repo
       - Bump PowerShell toolings versions
       - Branch tracking updates
       
       v2.0.32
       - Add Git Branch controls to Menu

       v2.0.31
       - Get Azure Subscription on Project load (to support multiple projects)
       - Fix Device Login  for Power Platform
       
       v2.0.29
       - Fix for AZ Login on clearing
       - Add Exclusion for Publisher.zip file on Cleanup tasks
       
       v2.0.28
       - Add Auto Import of Existing publisher from
       - Add ability to clear Azure CLI Account cache (in Advanced Config Menu)   
       - Add support for pulling latest from source control on Project load and commit
       - Add Advanced option to remove git Auth Header             
       - Add support for Release Notes
       - Add Auto Update Feature
       

FileList

Version History

Version Downloads Last updated
2.0.212 6,581 5/15/2024
2.0.211 7 5/15/2024
2.0.210 438 5/7/2024
2.0.209 37 5/7/2024
2.0.208 440 4/29/2024
2.0.207 42 4/28/2024
2.0.206 64 4/26/2024
2.0.205 834 4/4/2024
2.0.203 357 3/26/2024
2.0.202 66 3/26/2024
2.0.201 404 3/15/2024
2.0.200 359 3/7/2024
2.0.199 696 2/6/2024
2.0.198 286 1/31/2024
2.0.197 36 1/30/2024
2.0.196 10 1/30/2024
2.0.193 16 1/30/2024
2.0.192 22 1/30/2024
2.0.191 27 1/30/2024
2.0.190 9 1/30/2024
2.0.189 55 1/29/2024
2.0.188 9 1/29/2024
2.0.187 842 12/13/2023
2.0.186 9 12/13/2023
2.0.185 9 12/13/2023
2.0.184 16 12/12/2023
2.0.183 2,471 10/16/2023
2.0.182 628 9/26/2023
2.0.182-alpha 7 9/26/2023
2.0.181 6,336 6/13/2023
2.0.181-alpha 7 7/18/2023
2.0.180 492 6/1/2023
2.0.179 501 5/28/2023
2.0.178 1,408 5/4/2023
2.0.177 106 5/4/2023
2.0.176 717 4/21/2023
2.0.174 335 4/18/2023
2.0.173 349 4/13/2023
2.0.172 996 3/22/2023
2.0.171 105 3/22/2023
2.0.170 13 3/22/2023
2.0.170-alpha 7 3/22/2023
2.0.169 15 3/22/2023
2.0.169-alpha 34 3/17/2023
2.0.168-alpha 86 3/16/2023
2.0.167-alpha 8 3/16/2023
2.0.166-alpha 8 3/16/2023
2.0.165-alpha 10 3/16/2023
2.0.164-alpha 21 3/16/2023
2.0.163-alpha 27 3/16/2023
2.0.162-alpha 8 3/16/2023
2.0.161 117 3/22/2023
2.0.161-alpha 10 3/16/2023
2.0.160 140 3/21/2023
2.0.160-alpha 10 3/16/2023
2.0.159 209 3/16/2023
2.0.158 13 3/16/2023
2.0.157 36 3/16/2023
2.0.156 26 3/16/2023
2.0.155 16 3/15/2023
2.0.154 193 3/14/2023
2.0.152 50 3/13/2023
2.0.151 214 3/9/2023
2.0.150 16 3/9/2023
2.0.149 (current version) 29 3/9/2023
2.0.148 42 3/9/2023
2.0.147 35 3/9/2023
2.0.146 13 3/9/2023
2.0.145 28 3/9/2023
2.0.144 11 3/9/2023
2.0.143 17 3/9/2023
2.0.141 100 3/8/2023
2.0.140 269 3/7/2023
2.0.137 923 2/27/2023
2.0.136 2,547 2/6/2023
2.0.135 2,314 12/19/2022
2.0.134 1,068 12/8/2022
2.0.133 10 12/8/2022
2.0.132 42 12/8/2022
2.0.131 1,337 11/29/2022
2.0.130 1,232 11/20/2022
2.0.129 1,497 11/7/2022
2.0.128 543 11/3/2022
2.0.127 24 11/3/2022
2.0.126 2,020 10/17/2022
2.0.125 201 10/16/2022
2.0.124 825 10/10/2022
2.0.123 131 10/10/2022
2.0.122 488 10/5/2022
2.0.121 36 10/5/2022
2.0.120 5,185 8/9/2022
2.0.119 1,650 7/22/2022
2.0.118 211 7/20/2022
2.0.117 685 7/13/2022
2.0.116 56 7/13/2022
2.0.115 62 7/12/2022
2.0.114 120 7/12/2022
2.0.113 566 6/27/2022
2.0.112 461 6/15/2022
2.0.111 49 6/14/2022
2.0.110 56 6/14/2022
2.0.109 936 5/26/2022
2.0.108 441 5/18/2022
2.0.107 433 5/6/2022
2.0.106 125 5/5/2022
2.0.105 43 5/4/2022
2.0.104 89 5/4/2022
2.0.103 214 4/28/2022
2.0.102 445 4/14/2022
2.0.100 98 4/13/2022
2.0.99 645 3/29/2022
2.0.97 347 3/23/2022
2.0.96 648 3/7/2022
2.0.95 18 3/7/2022
2.0.94 18 3/7/2022
2.0.93 21 3/7/2022
2.0.92 24 3/7/2022
2.0.91 17 3/7/2022
2.0.90 34 3/4/2022
2.0.89 130 2/25/2022
2.0.88 41 2/25/2022
2.0.87 56 2/24/2022
2.0.86 23 2/24/2022
2.0.84 296 2/16/2022
2.0.83 417 2/4/2022
2.0.82 22 2/4/2022
2.0.81 44 2/3/2022
2.0.80 22 2/3/2022
2.0.79 89 2/2/2022
2.0.78 15 2/2/2022
2.0.77 15 2/2/2022
2.0.76-beta 15 2/2/2022
2.0.75 317 1/21/2022
2.0.74 274 12/19/2021
2.0.73.4 288 11/30/2021
2.0.73.3 19 11/29/2021
2.0.73.1 126 11/24/2021
2.0.73 68 11/22/2021
2.0.71-beta 22 11/21/2021
2.0.70-beta 13 11/21/2021
2.0.69 43 11/18/2021
2.0.68 18 11/18/2021
2.0.68-beta 14 11/18/2021
2.0.67-beta 13 11/18/2021
2.0.66-beta 13 11/18/2021
2.0.65-beta 13 11/18/2021
2.0.64-beta 14 11/18/2021
2.0.63-beta 15 11/18/2021
2.0.62-beta 15 11/18/2021
2.0.61-beta 20 11/17/2021
2.0.60-beta 15 11/17/2021
2.0.59-beta 15 11/17/2021
2.0.58-beta 15 11/17/2021
2.0.57-beta 15 11/17/2021
2.0.56 52 11/16/2021
2.0.56-beta 16 11/16/2021
2.0.55-beta 38 11/14/2021
2.0.54-beta 45 11/10/2021
2.0.53-beta 17 11/10/2021
2.0.52 52 11/8/2021
2.0.51 22 11/8/2021
2.0.50 23 11/8/2021
2.0.49 21 11/8/2021
2.0.48 20 11/8/2021
2.0.47 31 11/8/2021
2.0.46 30 11/8/2021
2.0.45-beta 34 11/7/2021
2.0.44-beta 43 11/6/2021
2.0.43-beta 36 11/5/2021
2.0.42-beta 31 11/5/2021
2.0.41 60 11/5/2021
2.0.40 44 11/4/2021
2.0.40-beta 31 11/4/2021
2.0.39-beta 54 11/3/2021
2.0.38-beta 39 11/3/2021
2.0.37-beta 40 11/3/2021
2.0.36-beta 39 11/3/2021
2.0.35-beta 39 11/3/2021
2.0.34-beta 40 11/3/2021
2.0.33 55 11/3/2021
2.0.32 59 11/3/2021
2.0.31 41 11/3/2021
2.0.30-beta 41 11/3/2021
2.0.29 47 11/3/2021
2.0.28 41 11/2/2021
2.0.27-beta 43 11/2/2021
2.0.26-beta 43 11/2/2021
2.0.25-beta 40 11/2/2021
2.0.24-beta 41 11/2/2021
2.0.23 44 11/2/2021
2.0.22 46 11/1/2021
2.0.21 44 10/31/2021
2.0.20 46 10/29/2021
2.0.18 61 10/28/2021
2.0.17 41 10/28/2021
2.0.16 41 10/28/2021
2.0.0 47 10/27/2021
1.0.0.40 79 9/22/2021
1.0.0.39 41 9/22/2021
1.0.0.37 105 9/2/2021
1.0.0.36 42 9/2/2021
1.0.0.29 150 5/20/2021
1.0.0.28 42 5/20/2021
1.0.0.27 42 5/20/2021
1.0.0.24 81 2/11/2021
1.0.0.19 103 11/11/2020
1.0.0.18 50 11/9/2020
1.0.0.14 52 10/28/2020
1.0.0.13 53 10/20/2020
1.0.0.12 40 10/20/2020
1.0.0.10 47 10/9/2020
1.0.0.9 39 9/29/2020
1.0.0.8 66 8/20/2020
1.0.0.4 42 8/20/2020
1.0.0.3 76 8/20/2020
1.0.0.0 53 8/19/2020
0.0.0.26 42 8/19/2020
0.0.0.25 46 8/18/2020
0.0.0.24 42 8/18/2020
0.0.0.20 41 8/17/2020
Show less