Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 760 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 760 Bytes

Bicep Resource Derived Types Demo

Testing Bicep Resource Derived Types:

  • [EXPERIMENTAL] Use resource types for parameter validation:

Prerequisites

Usage

In main.bicep we have defined the following parameter:

param securityRules resource<'Microsoft.Network/networkSecurityGroups@2023-09-01'>.properties.securityRules

Try editing the main.bicepparam file and get intellisense when filling out the securityRules parameter.