Skip to content

Commit

Permalink
Upgrade terraform-provider-azurerm to v3.94.0 (#1809)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider --kind=provider
pulumi/pulumi-azure`.

---

- Upgrading terraform-provider-azurerm from 3.92.0  to 3.94.0.
	Fixes #1802
	Fixes #1748
  • Loading branch information
VenelinMartinov authored Mar 4, 2024
1 parent 98e0f7b commit 7de3999
Show file tree
Hide file tree
Showing 550 changed files with 23,434 additions and 1,938 deletions.
12 changes: 10 additions & 2 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,19 @@ plugins:
goBuildParallelism: 2
actions:
preTest:

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
swap-storage: false
- name: Setup DotNet
if: ${{ matrix.language == 'dotnet' }}
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: make upstream
run: |
make upstream
- name: Run provider tests
run: |
cd provider && go test -v -json -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,16 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
swap-storage: false
tool-cache: false
- if: ${{ matrix.language == 'dotnet' }}
name: Setup DotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: make upstream
run: |
make upstream
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,16 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
swap-storage: false
tool-cache: false
- if: ${{ matrix.language == 'dotnet' }}
name: Setup DotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: make upstream
run: |
make upstream
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,16 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
swap-storage: false
tool-cache: false
- if: ${{ matrix.language == 'dotnet' }}
name: Setup DotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: make upstream
run: |
make upstream
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,16 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
swap-storage: false
tool-cache: false
- if: ${{ matrix.language == 'dotnet' }}
name: Setup DotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: make upstream
run: |
make upstream
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,16 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.5.0
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
swap-storage: false
tool-cache: false
- if: ${{ matrix.language == 'dotnet' }}
name: Setup DotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: make upstream
run: |
make upstream
Expand Down
4 changes: 2 additions & 2 deletions patches/0002-Shared-features.patch
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ index 423a527f65..8bd6f0c754 100644
+ return true
+}
diff --git a/internal/provider/features.go b/internal/provider/features.go
index c6a416af55..38477f2b2e 100644
index e16c7d6c1a..4999412db2 100644
--- a/internal/provider/features.go
+++ b/internal/provider/features.go
@@ -300,7 +300,7 @@ func schemaFeatures(supportLegacyTestSuite bool) *pluginsdk.Schema {
@@ -320,7 +320,7 @@ func schemaFeatures(supportLegacyTestSuite bool) *pluginsdk.Schema {

return &pluginsdk.Schema{
Type: pluginsdk.TypeList,
Expand Down
Loading

0 comments on commit 7de3999

Please sign in to comment.