<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Plugin on It Must Be Code!</title><link>https://itmustbecode.com/tags/plugin/</link><description>Recent content in Plugin on It Must Be Code!</description><generator>Hugo</generator><language>en-CA</language><lastBuildDate>Sun, 03 Nov 2024 19:41:42 +0000</lastBuildDate><atom:link href="https://itmustbecode.com/tags/plugin/feed.xml" rel="self" type="application/rss+xml"/><item><title>How to Secure a Dataverse Plug-in with Managed Identity using Plugin Identity Manager for XrmToolBox</title><link>https://itmustbecode.com/how-to-secure-a-dataverse-plug-in-with-managed-identity-using-plugin-identity-manager-for-xrmtoolbox/</link><pubDate>Sun, 03 Nov 2024 19:41:42 +0000</pubDate><guid isPermaLink="false">https://itmustbecode.com/how-to-secure-a-dataverse-plug-in-with-managed-identity-using-plugin-identity-manager-for-xrmtoolbox/</guid><description>&lt;p&gt;The ability to assign &lt;strong&gt;&lt;a class="link" href="https://learn.microsoft.com/en-us/power-platform/admin/managed-identity-overview" target="_blank" rel="noopener"
&gt;managed identities&lt;/a&gt;&lt;/strong&gt; to Dataverse &lt;strong&gt;plug-ins&lt;/strong&gt; was recently introduced in the Power Platform and was received with waves of likes and thumbs up from the Power Platform community.&lt;/p&gt;
&lt;p&gt;Rightfully so, this powerful feature enables Dataverse &lt;strong&gt;plug-ins&lt;/strong&gt; to securely connect with &lt;strong&gt;Azure&lt;/strong&gt; resources without the hassle of managing credentials.&lt;/p&gt;
&lt;p&gt;However, due to technical constraints and limited &lt;a class="link" href="https://learn.microsoft.com/en-us/power-platform/admin/set-up-managed-identity" target="_blank" rel="noopener"
&gt;documentation&lt;/a&gt;, setting up plug-in managed identities is not that straightforward and can prove to be a daunting process, even for seasoned Power Platform developers.&lt;/p&gt;</description></item><item><title>Calling PAC CLI ModelBuilder from an Azure DevOps Pipeline</title><link>https://itmustbecode.com/calling-pac-cli-modelbuilder-from-an-azure-devops-pipeline/</link><pubDate>Sun, 04 Jun 2023 19:44:35 +0000</pubDate><guid isPermaLink="false">https://itmustbecode.com/calling-pac-cli-modelbuilder-from-an-azure-devops-pipeline/</guid><description>&lt;p&gt;In a previous blog post, I described how to use the new &lt;strong&gt;modelbuilder&lt;/strong&gt; command group of the Microsoft Power Platform CLI ( &lt;strong&gt;PAC CLI&lt;/strong&gt;) to generate &lt;strong&gt;early-bound&lt;/strong&gt; classes for Dataverse code customization projects.&lt;/p&gt;
&lt;p&gt;This time we&amp;rsquo;ll take this a step further and explore how to &lt;strong&gt;automate&lt;/strong&gt; the early-bound class creation process by invoking the PAC CLI modelbuilder within an &lt;strong&gt;Azure DevOps pipeline&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;🔗Link to previous post here :
&lt;a class="link" href="https://itmustbecode.com/how-to-generate-dataverse-early-bound-classes-with-pac-cli-modelbuilder/" target="_blank" rel="noopener"
&gt;How to Generate Dataverse Early-Bound Classes with PAC CLI ModelBuilder&lt;/a&gt;&lt;/p&gt;</description></item><item><title>How to Generate Dataverse Early-Bound Classes with PAC CLI ModelBuilder</title><link>https://itmustbecode.com/how-to-generate-dataverse-early-bound-classes-with-pac-cli-modelbuilder/</link><pubDate>Wed, 12 Apr 2023 03:37:47 +0000</pubDate><guid isPermaLink="false">https://itmustbecode.com/how-to-generate-dataverse-early-bound-classes-with-pac-cli-modelbuilder/</guid><description>&lt;p&gt;As a Power Platform developer, I have always been a strong advocate for the use of &lt;strong&gt;early-bound&lt;/strong&gt; classes in customization projects that targets Dataverse tables and actions. Early-bound classes not only increase code readability and maintainability, they also significantly reduce the risk of errors. I think that being proficient and fast in generating early-bound classes is a must-have skill for any developers who works with the platform.&lt;/p&gt;
&lt;p&gt;Recently, the Microsoft Power Platform CLI ( &lt;strong&gt;PAC CLI&lt;/strong&gt;) introduced the new &lt;strong&gt;modelbuilder&lt;/strong&gt; command group that enables early bound classes generation directly from the CLI. Traditionally the generation of early-bound classes was primarily accomplished through a specialized tool called &lt;strong&gt;CrmSvcUtil&lt;/strong&gt;. Yet, integrating these capabilities into a more versatile and widespread tool like &lt;strong&gt;PAC CLI&lt;/strong&gt; is a logical step forward that will undoubtedly improve user adoption in the long run.&lt;/p&gt;</description></item><item><title>Dataverse Plugins : Unlock the latest C# features with PolySharp</title><link>https://itmustbecode.com/dataverse-plugins-unlock-the-latest-c-features-with-polysharp/</link><pubDate>Fri, 20 Jan 2023 03:30:30 +0000</pubDate><guid isPermaLink="false">https://itmustbecode.com/dataverse-plugins-unlock-the-latest-c-features-with-polysharp/</guid><description>&lt;p&gt;Whenever a new version of C# is released I&amp;rsquo;m always eager to explore the new features of the language. However, as a Power Platform developer, it can be frustrating knowing that they can&amp;rsquo;t be used to develop Dataverse plugins, which constitutes a significant part of my daily work.&lt;/p&gt;
&lt;p&gt;As a matter of fact, due to a dependency on the Microsoft CRM SDK, Dataverse plugins are confined to use an older version of the .NET framework (4.6.2) which natively supports C#7.3, while the latest version is C# 11.&lt;/p&gt;</description></item><item><title>Azure Key Vault Secrets in Dataverse</title><link>https://itmustbecode.com/azure-key-vault-secrets-in-dataverse/</link><pubDate>Tue, 25 Jan 2022 05:21:28 +0000</pubDate><guid isPermaLink="false">https://itmustbecode.com/azure-key-vault-secrets-in-dataverse/</guid><description>&lt;p&gt;&lt;strong&gt;Environment variables&lt;/strong&gt; in Dataverse are a powerful vehicule to develop portable customizations between different environment. Recently, a new &lt;strong&gt;Secret&lt;/strong&gt; Data Type was introduced that enables the use of secrets stored in &lt;strong&gt;Azure Key Vaults&lt;/strong&gt; 🔐 .&lt;/p&gt;
&lt;p&gt;The integration between &lt;strong&gt;Dataverse&lt;/strong&gt; and &lt;strong&gt;Azure Key Vault&lt;/strong&gt; was long-awaited and I am really happy to see it materialize. It brings new kind of use cases and an &lt;strong&gt;additional security layer&lt;/strong&gt; to protect sensitive information needed in platform customizations.&lt;/p&gt;</description></item></channel></rss>