Skip to content

Commit

Permalink
Update 5.0 upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sreallymatt committed Jan 29, 2025
1 parent 40f29ab commit ee4e3f0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/docs/5.0-upgrade-guide.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ Please follow the format in the example below for listing breaking changes in re

* The `tls.minimum_tls_version` property no longer accepts `TLS10` as a value.

### `azurerm_container_app`

* The deprecated `template.container.liveness_probe.termination_grace_period_seconds` property has been removed.
* The deprecated `template.container.startup_probe.termination_grace_period_seconds` property has been removed.

### `azurerm_container_app_job`

* The deprecated `template.container.liveness_probe.termination_grace_period_seconds` property has been removed.
* The deprecated `template.container.startup_probe.termination_grace_period_seconds` property has been removed.

### `azurerm_cosmosdb_account`

* The `minimal_tls_version` property no longer accepts `Tls` or `Tls11` as a value.
Expand Down Expand Up @@ -188,6 +198,11 @@ Please follow the format in the example below for listing breaking changes in da
* The deprecated `example_property_with_no_replacement` property has been removed.
```

### `azurerm_container_app`

* The deprecated `template.container.liveness_probe.termination_grace_period_seconds` property has been removed.
* The deprecated `template.container.startup_probe.termination_grace_period_seconds` property has been removed.

### `azurerm_logic_app_standard`

* The deprecated `site_config.public_network_access_enabled` property has been removed and superseded by the `public_network_access` property.
Expand Down

0 comments on commit ee4e3f0

Please sign in to comment.