-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Milestone
Description
Summary of the new feature / enhancement
As a user I want to be able to write a generic configuration document that has conditional logic to leverage configuration parameters and flex on those to conditionally execute resource instances.
Proposed technical implementation details (optional)
Use GitHub action conditional job execution and comparison operators.
type: owner[.group][.area]/name
name: instance_name
if: "[parameters('softwareVersion')] >= 2.0"
properties:
propertyName: propertyValue