acqio / rules_microsoft_azure

This repository contains rules for interacting with Microsoft Azure.
Apache License 2.0
6 stars 3 forks source link

Added resource_name attribute for az_datafactory rule #14

Closed jullianoacqio closed 4 years ago

jullianoacqio commented 4 years ago

When using the az_datafactory rule to create a pipeline or trigger, the resource name was the same as the target. To be more flexible in defining resource names, a new attribute was added just to receive this value. This change refers to issue #13.