Skip to content

Releases: acqio/rules_microsoft_azure

v0.0.6

29 Mar 20:46
Compare
Choose a tag to compare

New features

  • Add attribute to specify path to copy files in a container #24.

Setup

http_archive(
    name = "rules_microsoft_azure",
    urls = [
        "https://github.com/acqio/rules_microsoft_azure/archive/v0.0.6.tar.gz"
    ],
    sha256 = "4ece840ae743868845bb61f9bd587336541ec8814eb32593d9b05c0f0b01277d",
    strip_prefix = "rules_microsoft_azure-0.0.6",
)

load("@rules_microsoft_azure//az:repositories.bzl", az_repositories = "repositories")

az_repositories()

load("@rules_microsoft_azure//az:deps.bzl", "az_dependencies")

az_dependencies()

v0.0.5

09 Nov 20:25
Compare
Choose a tag to compare

New features

  • Added support for stamps in the account_name and container_name fields of the az_datafactory rule.

Setup

http_archive(
    name = "rules_microsoft_azure",
    urls = [
        "https://github.com/acqio/rules_microsoft_azure/archive/v0.0.5.tar.gz"
    ],
    sha256 = "97d36734129dbe1db977cbc1bc485a71897f1e4e84bf433001824e8e0b5a73d4",
    strip_prefix = "rules_microsoft_azure-0.0.5",
)

load("@rules_microsoft_azure//az:repositories.bzl", az_repositories = "repositories")

az_repositories()

load("@rules_microsoft_azure//az:deps.bzl", "az_dependencies")

az_dependencies()

v0.0.4

09 Sep 21:40
bf6e879
Compare
Choose a tag to compare

New features

  • Support for the az_config rule call in the repository analysis phase.
  • Stamp support for the subscription attribute in the az_config rule.
  • Added support for stamps in the resource_group and factory_name fields of the az_datafactory rule.

Setup

http_archive(
    name = "rules_microsoft_azure",
    urls = [
        "https://github.com/acqio/rules_microsoft_azure/archive/v0.0.4.tar.gz"
    ],
    sha256 = "a91c153c0b4037a3b48b7aca43eaf70178df7178a6c82cdbc50871daddb1ef1d",
    strip_prefix = "rules_microsoft_azure-0.0.4",
)

load("@rules_microsoft_azure//az:repositories.bzl", az_repositories = "repositories")

az_repositories()

load("@rules_microsoft_azure//az:deps.bzl", "az_dependencies")

az_dependencies()

v0.0.2

31 Aug 22:01
082eb6a
Compare
Choose a tag to compare
  • Correction in the pipeline name.
http_archive(
    name = "rules_microsoft_azure",
    urls = [
        "https://github.com/acqio/rules_microsoft_azure/archive/v0.0.2.tar.gz"
    ],
    sha256 = "0e44900c0e38f23d82a9b1deb278c11952a8810d77b20c25135ba57ebdd5dc2f",
    strip_prefix = "rules_microsoft_azure-0.0.2",
)

v0.0.1

17 Aug 21:24
35f7043
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Use Bazel rules to interact with Azure Resources!
This first version supports interactions with DataFactory Resource objects.

http_archive(
    name = "rules_microsoft_azure",
    urls = [
        "https://github.com/acqio/rules_microsoft_azure/archive/v0.0.1.tar.gz"
    ],
    sha256 = "0b0c680c848dd5bb861793c4ec1bda59ff9cb4530d96b72e747823a41ecdaea1",
    strip_prefix = "rules_microsoft_azure-0.0.1",
)