From 51061c871e386d5c2ca3061dbbda3f5dd40e67bb Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Mon, 26 Aug 2024 08:02:48 +0200 Subject: [PATCH] Update Azure to 4.0+ (#315) ### Related issue Fixes # ### Description In plain English, describe your approach to addressing the issue linked above. For example, if you made a particular design decision, let us know why you chose this path instead of another solution. ### Checklist - [ ] I have updated the PR title to match [CDKTF's style guide](https://github.com/cdktf/.github/blob/main/CONTRIBUTING.md#pull-requests-1) - [ ] I have run the linter on my code locally - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation if applicable - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works if applicable - [ ] New and existing unit tests pass locally with my changes --- provider.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.json b/provider.json index 8156524..1c347d5 100644 --- a/provider.json +++ b/provider.json @@ -3,7 +3,7 @@ "archive": "hashicorp/archive@~> 2.2", "aws": "aws@~> 5.0", "azuread": "hashicorp/azuread@~> 2.0", - "azurerm": "azurerm@~> 3.10", + "azurerm": "azurerm@~> 4.0", "azurestack": "azurestack@~> 1.0", "boundary": "boundary@~> 1.0", "cloudflare": "cloudflare/cloudflare@~> 4.3",