hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.61k stars 4.65k forks source link

`azurerm_linux_web_app`, `azurerm_windows_web_app`: allow to set auth_settings_v2.custom_oidc_v2.client_secret_setting_name property #28022

Open CorrenSoft opened 5 days ago

CorrenSoft commented 5 days ago

Community Note

Description

PR Checklist

Changes to existing Resource / Data Source

Testing

TF_ACC=1 go test -v ./internal/services/appservice -run=TestAccWindowsWebApp_authV2CustomOIDC -timeout 180m -ldflags="-X=github.com/hashicorp/terraform-provider-azurerm/version.ProviderVersion=acc"
=== RUN   TestAccWindowsWebApp_authV2CustomOIDC
=== PAUSE TestAccWindowsWebApp_authV2CustomOIDC
=== CONT  TestAccWindowsWebApp_authV2CustomOIDC
--- PASS: TestAccWindowsWebApp_authV2CustomOIDC (695.30s)
PASS
ok      github.com/hashicorp/terraform-provider-azurerm/internal/services/appservice    695.783s
TF_ACC=1 go test -v ./internal/services/appservice -run=TestAccLinuxWebApp_authV2CustomOIDC -timeout 180m -ldflags="-X=github.com/hashicorp/terraform-provider-azurerm/version.ProviderVersion=acc"
=== RUN   TestAccLinuxWebApp_authV2CustomOIDC
=== PAUSE TestAccLinuxWebApp_authV2CustomOIDC
=== CONT  TestAccLinuxWebApp_authV2CustomOIDC
--- PASS: TestAccLinuxWebApp_authV2CustomOIDC (995.79s)
PASS
ok      github.com/hashicorp/terraform-provider-azurerm/internal/services/appservice    996.185s

Change Log

Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.

This is a (please select all that apply):

Related Issue(s)

Fixes #27988

[!NOTE] If this PR changes meaningfully during the course of review please update the title and description as required.