Skip to content

Commit

Permalink
Update Azure to 4.0+ (#315)
Browse files Browse the repository at this point in the history
<!--

Unless this is a very simple 1-line-of-code change, please create a new
issue describing the change you're proposing first, then link to it from
this PR.

Read more about our process in our contributing guide:
https://github.com/cdktf/.github/blob/main/CONTRIBUTING.md

-->

### Related issue

Fixes # <!-- INSERT ISSUE NUMBER -->

### 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

<!-- If this is still a work in progress, feel free to open a draft PR
until you're able to check off all the items on the list above -->
  • Loading branch information
ansgarm authored Aug 26, 2024
1 parent d1a4f64 commit 51061c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 51061c8

Please sign in to comment.