acqio / rules_microsoft_azure

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

Extensions installation functionality for Azure CLI. #3

Closed jullianoacqio closed 4 years ago

jullianoacqio commented 4 years ago

For some rules to behave as expected, you need to ensure that some extensions are available in the Azure CLI. A feature has been created that supports the definition of extensions that must be installed. During the loading phase of the repository, it is guaranteed that the extensions will be installed and made available for use in the rules. Some adjustments and improvements need to be made, such as validating whether the extension is available in the build/run phase.