Skip to content

Commit

Permalink
Merge branch 'hashicorp:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartjbrown authored Mar 27, 2024
2 parents ec135de + a65cbfb commit 1914f6d
Show file tree
Hide file tree
Showing 221 changed files with 6,361 additions and 11,771 deletions.
2 changes: 1 addition & 1 deletion .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var serviceTestConfigurationOverrides = mapOf(
"analysisservices" to testConfiguration(locationOverride = LocationConfiguration("westus", "northeurope", "southcentralus", true)),

// App Service Plans for Linux are currently unavailable in WestUS2
"appservice" to testConfiguration(startHour = 3, daysOfWeek = "2,4,6", locationOverride = LocationConfiguration("westeurope", "northeurope", "eastus2", true)),
"appservice" to testConfiguration(startHour = 3, daysOfWeek = "2,4,6", locationOverride = LocationConfiguration("westeurope", "westus2", "eastus2", true)),

// these tests all conflict with one another
"authorization" to testConfiguration(parallelism = 1),
Expand Down
4 changes: 2 additions & 2 deletions .teamcity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</repository>
<repository>
<id>teamcity-server</id>
<url>https://teamcity.jetbrains.com/app/dsl-plugins-repository</url>
<url>https://hashicorp.teamcity.com/app/dsl-plugins-repository</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down Expand Up @@ -140,4 +140,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 3.98.0 (Unreleased)

FEATURES:

* New Resource: `azurerm_static_web_app_function_app_registration` [GH-25331]
* New Resource: `azurerm_system_center_virtual_machine_manager_inventory_items` [GH-25110]

ENHANCEMENTS:

* `applicationinsights` - updating remaining resources to use `hashicorp/go-azure-sdk` [GH-25376]
* `azurerm_mssql_database` - add support for `secondary_type` [GH-25360]
* `azurerm_monitor_scheduled_query_rules_alert_v2` - support for the `identity` block [GH-25365]
* `azurerm_netapp_account` - can now be imported [GH-25384]
* `azurerm_netapp_volume` - support for the `kerberos_enabled`, `smb_continuous_availability_enabled`, `kerberos_5_read_only_enabled`, `kerberos_5_read_write_enabled`, `kerberos_5i_read_only_enabled`, `kerberos_5i_read_write_enabled`, `kerberos_5p_read_only_enabled`, and `kerberos_5p_read_write_enabled` properties [GH-25385]
* `azurerm_recovery_services_vault` - upgrading to version `2024-01-01` [GH-25325]

BUG FIXES:

* `azurerm_linux_web_app_slot` - fix a crash when upgrading the provider to v3.88.0 or later [GH-25406]
* `azurerm_network_manager_deployment` - add locking [GH-25368]

## 3.97.1 (March 22, 2024)

ENHANCEMENTS:
Expand Down Expand Up @@ -27,7 +48,7 @@ ENHANCEMENTS:
* dependencies: updating to `v0.20240321.1145953` of `github.com/hashicorp/go-azure-sdk` ([#25332](https://github.com/hashicorp/terraform-provider-azurerm/issues/25332))
* dependencies: updating to `v0.25.2` of `github.com/tombuildsstuff/giovanni` ([#25305](https://github.com/hashicorp/terraform-provider-azurerm/issues/25305))
* `azurestackhci`: updating to API Version `2024-01-01` ([#25279](https://github.com/hashicorp/terraform-provider-azurerm/issues/25279))
* `monitor/scheduledqueryrules`: updatingt to API version `2023-03-15-preview` ([#25350](https://github.com/hashicorp/terraform-provider-azurerm/issues/25350))
* `monitor/scheduledqueryrules`: updating to API version `2023-03-15-preview` ([#25350](https://github.com/hashicorp/terraform-provider-azurerm/issues/25350))
* `cosmosdb`: updating to use the transport layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` ([#25166](https://github.com/hashicorp/terraform-provider-azurerm/issues/25166))
* Data Source `azurerm_stack_hci_cluster`: refactoring the association to use `hashicorp/go-azure-sdk` ([#25293](https://github.com/hashicorp/terraform-provider-azurerm/issues/25293))
* `azurerm_app_configuration` - support for Environments other than Azure Public ([#25271](https://github.com/hashicorp/terraform-provider-azurerm/issues/25271))
Expand Down
Loading

0 comments on commit 1914f6d

Please sign in to comment.