Skip to content

azurerm_key_vault_certificate_contacts - in v4.0 make the contact field optional to allow for deletion of contacts from the key vault. / azurerm_key_vault - deprecate the contact field from v3.x provider and update properties to Computed Optional. #6217

azurerm_key_vault_certificate_contacts - in v4.0 make the contact field optional to allow for deletion of contacts from the key vault. / azurerm_key_vault - deprecate the contact field from v3.x provider and update properties to Computed Optional.

azurerm_key_vault_certificate_contacts - in v4.0 make the contact field optional to allow for deletion of contacts from the key vault. / azurerm_key_vault - deprecate the contact field from v3.x provider and update properties to Computed Optional. #6217

---
name: Breaking Schema Changes
permissions:
contents: read
pull-requests: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/breaking-change-detection.yaml'
- 'vendor/**'
- 'internal/**.go'
concurrency:
group: 'breakingChange-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
detect:
runs-on: [custom, linux, small]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: ./.go-version
- run: bash ./scripts/run-breaking-change-detection.sh