acqio / rules_microsoft_azure

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

Support for the az_config rule call in the repository analysis phase. #15

Closed jullianoacqio closed 4 years ago

jullianoacqio commented 4 years ago

The az_config rule aims to define basic properties needed to interact with Azure. Creating az_config rules at the workspace level helps to keep organized settings that must be global, as well as avoid repetition and inconsistency in relation to defined attributes.

The rule definition in the WORKSPACE file is just an alias for the rule that can also be referenced in BUILD.bazel files. So it is still possible to call the rule in the BUILD.bazel file.