devdeer.Templates.Bicep
2.0.3
Install-Package devdeer.Templates.Bicep -Version 2.0.3
dotnet add package devdeer.Templates.Bicep --version 2.0.3
<PackageReference Include="devdeer.Templates.Bicep" Version="2.0.3" />
paket add devdeer.Templates.Bicep --version 2.0.3
#r "nuget: devdeer.Templates.Bicep, 2.0.3"
// Install devdeer.Templates.Bicep as a Cake Addin
#addin nuget:?package=devdeer.Templates.Bicep&version=2.0.3
// Install devdeer.Templates.Bicep as a Cake Tool
#tool nuget:?package=devdeer.Templates.Bicep&version=2.0.3
Bicep module templates used by DEVDEER.
This package is mainly for internal usage at DEVDEER. However most of the conventions are related to the
suggestions in the [Microsoft Cloud Adoption Framework (CAF)](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations).
We also tried to provide much freedom by parametrizing a lot.
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.3 | 189 | 4/11/2022 |
2.0.2 | 234 | 3/12/2022 |
2.0.1 | 56 | 3/6/2022 |
2.0.0 | 53 | 3/5/2022 |
1.3.0 | 71 | 2/21/2022 |
1.1.2 | 105 | 1/10/2022 |
1.1.1 | 75 | 1/7/2022 |
1.1.0 | 73 | 1/5/2022 |
1.0.7 | 273 | 12/9/2021 |
1.0.6 | 87 | 12/9/2021 |
1.0.4 | 95 | 12/9/2021 |
1.0.2 | 6,257 | 11/23/2021 |
1.0.1 | 5,605 | 11/23/2021 |
1.0.0 | 86 | 11/23/2021 |
0.10.2-beta | 130 | 11/19/2021 |
0.10.1-beta | 73 | 11/18/2021 |
0.9.6-beta | 81 | 11/12/2021 |
0.9.5-beta | 73 | 11/1/2021 |
0.9.4-beta | 121 | 10/27/2021 |
0.9.3-beta | 88 | 10/5/2021 |
0.9.2-beta | 380 | 8/24/2021 |
0.9.1-beta | 83 | 8/24/2021 |
0.9.0-beta | 65 | 8/24/2021 |
0.8.5-beta | 75 | 8/24/2021 |
0.8.4-beta | 68 | 8/24/2021 |
0.8.0-beta | 203 | 8/19/2021 |
0.7.1-beta | 97 | 8/18/2021 |
0.7.0-beta | 101 | 8/17/2021 |
0.6.0-beta | 226 | 8/11/2021 |
0.5.1-beta | 117 | 8/9/2021 |
0.5.0-beta | 180 | 8/6/2021 |
0.4.1-beta | 103 | 8/5/2021 |
0.4.0-beta | 65 | 8/5/2021 |
0.3.1-beta | 69 | 8/5/2021 |
0.3.0-beta | 129 | 8/3/2021 |
0.1.2-beta | 236 | 7/28/2021 |
0.1.1-beta | 105 | 7/28/2021 |
- IP Masking can be optional disabled for AI
- New module for options enables central logic for retrieving and building options from a file `bicepSettings.json`.
- Fixed BICEP linter warnings.
- Removed VM size suggestion due to better readability and to avoid staling of the scripts. Caller now has to know the exact VM image type.
- Added component for AKS with AGIC and Bastion support
- Added module for AKS.
- Added module for Application Gateway.
- Added module for Application Gateway WAF policy.
- Added module for Role Assignment.
- Public IP takes SKU props now.
- Added module for resource groups.
- Suffix part for stage now can be left empty.
- KeyVault can be configured for RBAC now (is the new default).
- Logic App has additional name option now.
- Bugs in options module are fixed.