ResourceModules icon indicating copy to clipboard operation
ResourceModules copied to clipboard

This repository includes a CI platform for and collection of mature and curated Bicep modules. The platform supports both ARM and Bicep and can be leveraged using GitHub actions as well as Azure DevOp...

Results 378 ResourceModules issues
Sort by recently updated
recently updated
newest added

### Description We do not have a module for this yet in the library. It contains two types: - Flexible - Servers https://docs.microsoft.com/en-us/azure/templates/microsoft.dbforpostgresql

enhancement
[cat] modules

The name of the template spec publish for `MS.RecoveryServices.vaults.replicationFabrics.replicationProtectionContainers.replicationProtectionContainerMappings` is too long. The maximum is 90 characters and the above name has 116 characters (26 too many). We must find...

bug
[prio] high
[cat] publishing

# Description - Removed name generation from diverse modules - Microsoft.Storage\storageAccounts - Microsoft.ServiceBus\namespaces - Microsoft.Network\ddosProtectionPlans - Microsoft.Consumption\budgets - Microsoft.Compute\proximityPlacementGroups ## Pipeline references > For module/pipeline changes, please create and attach...

[cat] modules

### Describe the bug It appears the `ConnectionBandwidth` property has been deprecated, but the ARM docs haven't been updated here: https://docs.microsoft.com/en-us/azure/templates/microsoft.network/vpngateways/vpnconnections?tabs=bicep#vpnconnectionproperties This means deployments fail and there is no way...

bug

### Description Some modules e.g. vm, evhns, storage account, allow resource names to be autogenerated if no name value is provided. To allow deployment idempotency, the unique name uses the...

enhancement
good first issue
[cat] modules

# Change - Updates to bicep files and straggling parameter files. - Added tweaks to parameter validation and docs. - Added example for PSRule integration as WAF aligned tests. ##...

bug
enhancement
blocked

# Description - Aligned the usage of `Join-Path` usage to one consistent approach - Updated some path actions - Updated formatting of several small element ## Pipeline references > For...

enhancement
[cat] pipelines
[cat] utilities

### Description `Join-Path` cmdlet is massively used throughout PS scripts to e.g. load functions or retrieve file paths. We should align all usages to avoid including directory separators (`/` or...

enhancement
good first issue
[cat] utilities

## Description Across the resource implementations, the resource log diagnostic settings are included . Here is a typical code excerpt (from 'arm/Microsoft.KeyVault/vaults/deploy.bicep': ``` @description('Optional. Specifies the number of days that...

help wanted
[prio] medium
[cat] modules

### Describe the bug The diagnostic settings name in the key vault module (git tag v0.5.0) is: ```bicep '${name_var}-diagnosticSettingName'. ``` The intention was obviously: ```bicep '${name_var}-${diagnosticSettingsName}' ``` There is also...

bug
blocked