Skip to content

Commit d574264

Browse files
authored
Merge branch 'main' into storage_account_id_for_table
2 parents f3debf2 + 4baaa1c commit d574264

File tree

16,087 files changed

+188823
-137272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

16,087 files changed

+188823
-137272
lines changed

.github/ISSUE_TEMPLATE/Feature_Request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ body:
5757
5858
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example:
5959
60-
* https://azure.microsoft.com/en-us/roadmap/virtual-network-service-endpoint-for-azure-cosmos-db/
60+
* https://azure.microsoft.com/en-us/updates?id=general-availability-azure-cosmos-db-virtual-network-service-endpoint

.github/labeler-issue-triage.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,6 @@ service/management-groups:
221221
service/maps:
222222
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_maps_((.|\n)*)###'
223223

224-
service/mixed-reality:
225-
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_spatial_anchors_account((.|\n)*)###'
226-
227-
service/mobile-network:
228-
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_mobile_network((.|\n)*)###'
229-
230224
service/mongo-cluster:
231225
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_mongo_cluster((.|\n)*)###'
232226

@@ -291,11 +285,14 @@ service/redhatopenshift:
291285
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_redhat_openshift_cluster((.|\n)*)###'
292286

293287
service/redis:
294-
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_(redis_cache\W+|redis_cache_access_policy\W+|redis_cache_access_policy_assignment\W+|redis_enterprise_cluster\W+|redis_enterprise_database\W+|redis_firewall_rule\W+|redis_linked_server\W+|resource_deployment_script_azure_cli\W+|resource_deployment_script_azure_power_shell\W+|resource_management_private_link\W+|resource_management_private_link_association\W+|resource_provider_registration\W+)((.|\n)*)###'
288+
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_(managed_redis|redis_)((.|\n)*)###'
295289

296290
service/relay:
297291
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_relay_((.|\n)*)###'
298292

293+
service/resource:
294+
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_(management_group_template_deployment\W+|management_lock\W+|resource_deployment_script_azure_cli\W+|resource_deployment_script_azure_power_shell\W+|resource_group\W+|resource_group_template_deployment\W+|resource_management_private_link\W+|resource_management_private_link_association\W+|resource_provider_registration\W+|resources|subscription_template_deployment|template_spec_version|tenant_template_deployment)((.|\n)*)###'
295+
299296
service/search:
300297
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_search_s((.|\n)*)###'
301298

.github/labeler-pull-request-triage.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -369,16 +369,6 @@ service/maps:
369369
- any-glob-to-any-file:
370370
- internal/services/maps/**/*
371371

372-
service/mixed-reality:
373-
- changed-files:
374-
- any-glob-to-any-file:
375-
- internal/services/mixedreality/**/*
376-
377-
service/mobile-network:
378-
- changed-files:
379-
- any-glob-to-any-file:
380-
- internal/services/mobilenetwork/**/*
381-
382372
service/mongo-cluster:
383373
- changed-files:
384374
- any-glob-to-any-file:
@@ -487,6 +477,7 @@ service/redhatopenshift:
487477
service/redis:
488478
- changed-files:
489479
- any-glob-to-any-file:
480+
- internal/services/managedredis/**/*
490481
- internal/services/redis/**/*
491482
- internal/services/redisenterprise/**/*
492483

@@ -495,6 +486,11 @@ service/relay:
495486
- any-glob-to-any-file:
496487
- internal/services/relay/**/*
497488

489+
service/resource:
490+
- changed-files:
491+
- any-glob-to-any-file:
492+
- internal/services/resource/**/*
493+
498494
service/search:
499495
- changed-files:
500496
- any-glob-to-any-file:

.github/workflows/depscheck.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
- run: bash scripts/gogetcookie.sh
2424
- run: make depscheck
2525
save-artifacts-on-fail:
26-
if: ${{ needs.depscheck.result }} == 'failure'
26+
needs: depscheck
27+
if: ${{ failure() }}
2728
uses: ./.github/workflows/save-artifacts.yaml
2829
comment-on-fail:
29-
if: ${{ needs.depscheck.result }} == 'failure'
30+
needs: depscheck
31+
if: ${{ failure() }}
3032
uses: ./.github/workflows/comment-failure.yaml

.github/workflows/document-lint.yaml

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,30 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
with:
23+
fetch-depth: 2
2224
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2325
with:
2426
go-version-file: ./.go-version
2527
- run: bash scripts/gogetcookie.sh
26-
- run: make document-lint
27-
continue-on-error: true
28-
- name: check lint result
29-
if: failure()
28+
- name: Get changed files
29+
id: changed-files
30+
run: |
31+
changed=$(git diff --name-only HEAD^1 HEAD -- internal/services | sed "s|^|${{ github.workspace }}/|" | tr '\n' ',' | sed 's/,$//')
32+
changed=${changed:-}
33+
echo "::notice::check with files: ${changed}"
34+
echo "FILE_LIST=$changed" >> $GITHUB_ENV
35+
echo "has-files=$([ -n "$changed" ] && echo 'true' || echo 'false')" >> $GITHUB_OUTPUT
36+
37+
- name: run document lint checker
38+
if: steps.changed-files.outputs.has-files == 'true'
3039
run: |
31-
echo "::warning::Document linting failed. Please fix the issues."
40+
if make document-lint; then
41+
echo "::notice::Document lint success."
42+
else
43+
echo "::warning::Document lint failed. Please fix the issues."
44+
fi
45+
46+
- name: skip document lint checker
47+
if: steps.changed-files.outputs.has-files == 'false'
48+
run: echo "::notice::No internal/services files changed, skipping resource document lint check"

.github/workflows/gencheck.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
- run: bash scripts/gogetcookie.sh
2727
- run: make gencheck
2828
save-artifacts-on-fail:
29-
if: ${{ needs.gencheck.result }} == 'failure'
29+
needs: gencheck
30+
if: ${{ failure() }}
3031
uses: ./.github/workflows/save-artifacts.yaml
3132
comment-on-fail:
32-
if: ${{ needs.depscheck.result }} == 'failure'
33+
needs: gencheck
34+
if: ${{ failure() }}
3335
uses: ./.github/workflows/comment-failure.yaml

.github/workflows/gradually-deprecated.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
go-version-file: ./.go-version
2525
- run: bash ./scripts/run-gradually-deprecated.sh
2626
save-artifacts-on-fail:
27-
if: ${{ needs.test.result }} == 'failure'
27+
needs: test
28+
if: ${{ failure() }}
2829
uses: ./.github/workflows/save-artifacts.yaml
2930
comment-on-fail:
30-
if: ${{ needs.depscheck.result }} == 'failure'
31+
needs: test
32+
if: ${{ failure() }}
3133
uses: ./.github/workflows/comment-failure.yaml

.github/workflows/link-milestone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1919
with:
2020
# we cannot use go-version-file here because no repositories are checked out so there is no file to reference
21-
go-version: '1.24.1'
21+
go-version: '1.25.3'
2222
- run: |
2323
go install github.com/stephybun/link-milestone@latest
2424
link-milestone
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Preview ARM API Version Linter
3+
4+
permissions:
5+
contents: read
6+
pull-requests: read
7+
8+
on:
9+
pull_request:
10+
types: ["opened", "synchronize"]
11+
paths:
12+
- ".github/workflows/preview-api-version-linter.yaml"
13+
- "internal/tools/preview-api-version-linter/**"
14+
- "vendor/**"
15+
16+
jobs:
17+
preview-api-version-linter:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
22+
with:
23+
go-version-file: ./.go-version
24+
- run: go run internal/tools/preview-api-version-linter/main.go
25+
comment-on-fail:
26+
if: ${{ needs.depscheck.result }} == 'failure'
27+
uses: ./.github/workflows/comment-failure.yaml

.github/workflows/provider-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ on:
3434
default: "staging"
3535

3636
env:
37-
slack_channel: "C7T8GB62H" # #tech-azure
37+
slack_channel: "C09KX8BCGA2" # #tech-azure
3838
product_name: "terraform-provider-azurerm"
3939
repo_name: "terraform-provider-azurerm"
40-
deployment_environment_name: "terraform-azure-repos-oss"
40+
deployment_environment_name: "tf-provider-azurerm-oss"
4141

4242
jobs:
4343
release:

0 commit comments

Comments
 (0)