DrmTemplates.OData.Services
1.0.0
See the version list below for details.
dotnet add package DrmTemplates.OData.Services --version 1.0.0
NuGet\Install-Package DrmTemplates.OData.Services -Version 1.0.0
<PackageReference Include="DrmTemplates.OData.Services" Version="1.0.0" />
paket add DrmTemplates.OData.Services --version 1.0.0
#r "nuget: DrmTemplates.OData.Services, 1.0.0"
// Install DrmTemplates.OData.Services as a Cake Addin #addin nuget:?package=DrmTemplates.OData.Services&version=1.0.0 // Install DrmTemplates.OData.Services as a Cake Tool #tool nuget:?package=DrmTemplates.OData.Services&version=1.0.0
Dynamics Resource Management (DRM) Templates
Powershell Module: https://www.powershellgallery.com/packages/Drm.Templates.Powershell
Start creating templates quickly.
Quickstart: https://docs.drmtemplates.io/tutorials/quickstart.html
Generate templates using a simple powershell cmd: https://docs.drmtemplates.io/tutorials/generate-a-drm-template.html
About DRM Templates
Dynamics Resource Management Templates (DRM) was built with Devops Engineers and Dynamics developers in mind. Based on ARM Templates, they are constructed in the same way and offer many of the same functionality.
Managing multiple Dynamics environments can be challenging but by using this tool, environments can be easily maintained and controlled all through your automation pipelines.
DRM Templates allow you to 'PATCH' entities with your configuration. This includes custom entities. A common scenario for a Dynamics environment is to build Queues and Teams for example. Not only can you manage basic properties of these entities but you can also apply members to your queues and teams.
All entities are documented by Microsoft here enabling you to get to grips with any entity you might need to configure.
Contribute to the documentation
Please feel free to contribute to the documentation.
The documentation is markdown based and compiled using DocFx.
Create a branch, make your changes, once the PR is approved an action will be triggered and the documentation updated.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Drm.Core (>= 1.0.0)
- Microsoft.Identity.Client (>= 4.50.0)
- Newtonsoft.Json (>= 12.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DrmTemplates.OData.Services:
Package | Downloads |
---|---|
DrmDeployment.Services
Drm Deployment services provide validation and compilation of DRM templates. Accelerate your automation of Dynamics 365 environments by compiling and deploying Drm Templates. |
|
DrmTemplates.Services
Drm templates services handle all known Dynamics Web Api Entities including custom entities. Accelerate your automation of Dynamics 365 environments by compiling and deploying Drm Templates. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release of the DRM Templates OData Service