From 60ccb2f5100f8cd88fc37d1bcacb468a6e6abb3d Mon Sep 17 00:00:00 2001 From: koudaiii Date: Tue, 13 Sep 2022 15:13:45 +0900 Subject: [PATCH] aztfy 0.7.0 Closes #110528. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/aztfy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/aztfy.rb b/Formula/aztfy.rb index 1f585c94756..a33eebaac66 100644 --- a/Formula/aztfy.rb +++ b/Formula/aztfy.rb @@ -2,8 +2,8 @@ class Aztfy < Formula desc "Bring your existing Azure resources under the management of Terraform" homepage "https://azure.github.io/aztfy" url "https://github.com/Azure/aztfy.git", - tag: "v0.6.0", - revision: "18b614bb384b1d413554867b8601feb753715575" + tag: "v0.7.0", + revision: "071ef92a56ffb8b7a8ff208f00c58350d9925672" license "MPL-2.0" head "https://github.com/Azure/aztfy.git", branch: "main"