Skip to content

Commit 6e6ee99

Browse files
improve wording
1 parent dd4745d commit 6e6ee99

File tree

2 files changed

+21
-27
lines changed

2 files changed

+21
-27
lines changed
Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
kind: ENHANCEMENTS
22
body: |
3-
Updates the azure backend authentication to match the terraform-provider-azurermprovider authentication, in several ways:
4-
5-
- github.com/hashicorp/go-azure-helpers: v0.43.0 -> v0.71.0
6-
- github.com/hashicorp/go-azure-sdk/[resource-manager/sdk]: v0.20241212.1154051. This replaces the deprecated Azure SDK used before
7-
- github.com/jackofallops/giovanni: v0.15.1 -> v0.27.0. Meanwhile, updating the azure storage API version from 2018-11-09 to 2023-11-03
8-
9-
Following new properties are added for the azure backend configuration:
10-
11-
- use_cli
12-
- use_aks_workload_identity
13-
- client_id_file_path
14-
- client_certificate
15-
- client_id_file_path
16-
- client_secret_file_path
3+
Updates the azure backend authentication to match the terraform-provider-azurermprovider authentication, in several ways:
4+
- github.com/hashicorp/go-azure-helpers: v0.43.0 -> v0.71.0
5+
- github.com/hashicorp/go-azure-sdk/[resource-manager/sdk]: v0.20241212.1154051. This replaces the deprecated Azure SDK used before
6+
- github.com/jackofallops/giovanni: v0.15.1 -> v0.27.0. Meanwhile, updating the azure storage API version from 2018-11-09 to 2023-11-03
7+
- Following new properties are added for the azure backend configuration:
8+
- use_cli
9+
- use_aks_workload_identity
10+
- client_id_file_path
11+
- client_certificate
12+
- client_id_file_path
13+
- client_secret_file_path
1714
time: 2025-01-30T10:57:00.080984883+11:00
1815
custom:
1916
Issue: "36258"

CHANGELOG.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,16 @@ ENHANCEMENTS:
1919
* `terraform test`: Add new `state_key` attribute for `run` blocks, allowing test authors control over which internal state file should be used for the current test run. ([#36185](https://github.com/hashicorp/terraform/issues/36185))
2020

2121
* Updates the azure backend authentication to match the terraform-provider-azurermprovider authentication, in several ways:
22-
23-
- github.com/hashicorp/go-azure-helpers: v0.43.0 -> v0.71.0
24-
- github.com/hashicorp/go-azure-sdk/[resource-manager/sdk]: v0.20241212.1154051. This replaces the deprecated Azure SDK used before
25-
- github.com/jackofallops/giovanni: v0.15.1 -> v0.27.0. Meanwhile, updating the azure storage API version from 2018-11-09 to 2023-11-03
26-
27-
Following new properties are added for the azure backend configuration:
28-
29-
- use_cli
30-
- use_aks_workload_identity
31-
- client_id_file_path
32-
- client_certificate
33-
- client_id_file_path
34-
- client_secret_file_path
22+
- github.com/hashicorp/go-azure-helpers: v0.43.0 -> v0.71.0
23+
- github.com/hashicorp/go-azure-sdk/[resource-manager/sdk]: v0.20241212.1154051. This replaces the deprecated Azure SDK used before
24+
- github.com/jackofallops/giovanni: v0.15.1 -> v0.27.0. Meanwhile, updating the azure storage API version from 2018-11-09 to 2023-11-03
25+
- Following new properties are added for the azure backend configuration:
26+
- use_cli
27+
- use_aks_workload_identity
28+
- client_id_file_path
29+
- client_certificate
30+
- client_id_file_path
31+
- client_secret_file_path
3532
([#36258](https://github.com/hashicorp/terraform/issues/36258))
3633

3734
* Include `ca-certificates` package in our official Docker image to help with certificate handling by downstream ([#36471](https://github.com/hashicorp/terraform/issues/36471))

0 commit comments

Comments
 (0)