Overview
|
|
| Name |
convertiprestrictinscidrtostartend |
| Tag |
2026.8.25.4 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/convertiprestrictinscidrtostartend:2026.8.25.4 |
| Last updated |
2026-08-25 10:40:35:+00:00 |
| Created |
2026-08-25 10:40:35:+00:00 |
| Digest |
sha256:9eeaed9d0aa9440ede7fbd73621297428f391ffe89534f3d33636db557ddc8c5 |
Parameters
| Name |
Type |
Required |
Description |
cidrRestrictionsEnvFWRules |
array |
Yes |
|
Outputs
| Name |
Type |
Description |
startEndIpSecurityRules |
array |
|
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param cidrRestrictionsEnvFWRules array
module convertiprestrictinscidrtostartend 'br:bicepacrdevwcom.azurecr.io/bicep/modules/convertiprestrictinscidrtostartend:2026.8.25.4' = {
name: 'convertiprestrictinscidrtostartend${env}${version}'
params: {
cidrRestrictionsEnvFWRules: cidrRestrictionsEnvFWRules
}
}