-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.0.0 release #298
Merged
Merged
v3.0.0 release #298
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # modules/azure/key_vault_cetificate/main.tf # modules/azure/mssql/main.tf # modules/azure/synapse_workspace/main.tf
…y_vault_certificate
…all azurerm to minimum 3.40
TD-534 Update azurerm
Remove duplicate module and rename module
…cs-workbook-module Module for Log Analytics workbook.
…ider Updated to latest provider.
Added ID to storage table module outputs
…ider update provider
…ates' into feature/TD-534
…e_guide_and_example TD-239 Fix upgrade guide and example
…endabot Update dependabot
…tion_strings_to_web_app_windows TD-239 Add connection strings to web_app_windows
…sion TD-239 Update provider versions
* Return to AzApi_update_resource * Added non obvious comments * update the provider
Change codeowners file
* Expiry date put AB#14280
* Expire to array value AB#14280.
…ect-rg-readonly-and-deletion
…ngelog TD-239 Update changelog
tom-reinders
requested review from
a team,
jvanenckevort and
godzillar
as code owners
March 30, 2023 09:31
bartwesselink
approved these changes
Mar 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If you are upgrading: please see UPGRADE_3.0.md.
Changed
~> 1.3
(TD-534 Update minimum terraform version #264) (b01fac2)hashicorp/azurerm
from all different versions to~> 3.48
(TD-534 Update azurerm #249, TD-239 Update provider versions #290) (3620b4b, d1e8281)cloudflare/cloudflare
from~> 3.14.0
to~> 4.0
(TD-534 Update cloudflare provider, update forgoten azurerm provider and fix all validation errors #270) (a643f22)azure/storage_share
: Remove default of variablequota
, variable is now required (TD-534 Update azurerm #249) (84c2448)azure/subnet
: Change type of variableservice_endpoints
fromlist
toset(string)
(TD-534 #257) (f3e9d23)azure/api_connectors/service_bus_managed_identity
: Add required variablelocation
(Avoid deployment differences in deployed component #269) (d9243eb, 123fbee, 724a091)azure/function_app_linux
: Rename variable fromapp_service_plan_id
toservice_plan_id
(TD-239 Rename allapp_service_plan_id
vars toservice_plan_id
#282) (14e2c94)azure/function_app_linux_managed_identity
: Rename variable fromapp_service_plan_id
toservice_plan_id
(TD-239 Rename allapp_service_plan_id
vars toservice_plan_id
#282) (14e2c94)azure/function_app_windows
: Rename variable fromapp_service_plan_id
toservice_plan_id
(TD-239 Rename allapp_service_plan_id
vars toservice_plan_id
#282) (14e2c94)azure/virtual_network
: Change type of variableaddress_space
fromlist
tolist(string)
(TD-534 Add linter and renamelog_analytics_workbook
toapplication_insights_workbook
#263) (baf8621)azure/function_app_linux
: Rename variable fromip_restriction
toip_restrictions
(Ip Restriction variable not an Ip restriction object #296) (e60e867)azure/function_app_linux_managed_identity
: Rename variable fromip_restriction
toip_restrictions
(Ip Restriction variable not an Ip restriction object #296) (e60e867)azure/function_app_windows
: Rename variable fromip_restriction
toip_restrictions
(Ip Restriction variable not an Ip restriction object #296) (e60e867)hashicorp/azuread
from2.22.0
to~> 2.36
(TD-534 #257, TD-239 Update provider versions #290) (f3e9d23, d1e8281)Azure/azapi
from1.0.0
to~> 1.4
(TD-534 #257, TD-239 Update provider versions #290) (f3e9d23, d1e8281)hashicorp/archive
from2.2.0
to~> 2.3
(TD-239 Fix upgrade guide and example #285) (eefff32)azure/log_analytics_workspace
: Change default of variablesku
frompergb2018
toPerGB2018
(TD-534 Update azurerm #249) (84c2448)azure/function_app_linux
: Change default of variableruntime_version
from~3
to~4
(TD-556 Update terraform modules for functions to runtime version 4 #259) (b3edd9e)azure/function_app_linux_managed_identity
: Change default of variableruntime_version
from~3
to~4
(TD-556 Update terraform modules for functions to runtime version 4 #259) (b3edd9e)azure/function_app_windows
: Change default of variableruntime_version
from~3
to~4
(TD-556 Update terraform modules for functions to runtime version 4 #259) (b3edd9e)azure/api_management_custom_domains
: Adddefault_ssl_binding
option tocustom_domains
variable (Simple custom domains #260) (d44ab78)azure/service_bus_subscription
: Change default of variableauto_delete_on_idle
fromP14D
toP10675199DT2H48M5.4775807S
(Set delete on idle service bus subscriptions to never by default AB#14172 #286) (0aed80d)azure/key_vault_secrets_put
: Addexpiration_date
option tosecrets
variable (Expire to array value AB#14280. #294) (ac9905e)azure/key_vault_secrets_put_once
: Addexpiration_date
option tosecrets
variable (Expire to array value AB#14280. #294) (ac9905e)Added
log_analytics_workbook
toapplication_insights_workbook
#263) (b70b768)azure/mysql_flexible_server
(mysql flexible server #258) (46bcaf5, 66c6290)azure/api_management_custom_domains_simple
(Simple custom domains #260) (d44ab78)azure/application_insights_workbook
(Feaure/13110 improve analytics dashboard #262, TD-534 Add linter and renamelog_analytics_workbook
toapplication_insights_workbook
#263) (93b1f1d, b70b768)azure/subnet
: Add variableprivate_endpoint_network_policies_enabled
(TD-534 Fix deprecations #265) (b26228b)azure/service_plan
(TD-534 Replaceapp_service
withweb_app_linux
andweb_app_windows
#261) (0754b67)azure/web_app_linux
(TD-534 Replaceapp_service
withweb_app_linux
andweb_app_windows
#261) (8990f2e)azure/web_app_windows
(TD-534 Replaceapp_service
withweb_app_linux
andweb_app_windows
#261) (8990f2e)azure/monitoring_action_group
(Extended alerting possibilities #268) (5bd013c, a1e363a)azure/monitoring_log_analytics_alert
(Extended alerting possibilities #268) (5bd013c)azure/monitoring_metric_alert
(Extended alerting possibilities #268) (5bd013c)azure/api_connectors/office365_set
(Updated Azure API Connectors #276) (7a48388)azure/api_connectors/storage_blob
(Updated Azure API Connectors #276) (7a48388)azure/api_connectors/storage_table
(Updated Azure API Connectors #276) (7a48388)azure/logic_app_standard
: Add variablehttps_only
(Update logic app standard variables #283) (a9fce06)azure/logic_app_standard
: Add variablelogic_app_version
(Update logic app standard variables #283, TD-239 Add terraform validation #287) (a9fce06, 76468a7)azure/function_app_linux_managed_identity
: Add variableauthentication_settings
(Update module to use authentification V2 for function apps #284) (833e1c4, a40fc30)azure/resource_group
: Add variablereadonly
(Protect rg #295) (97400ba)azure/resource_group
: Add variablecannotdelete
(Protect rg #295) (97400ba)Removed
azure/key_vault_cetificate
, replace withazure/key_vault_certificate
(TD-534 Update azurerm #249) (d1574f2)azure/storage_container_nfsv3
, already exists asazure/data_lake_filesystem
module (TD-534 #257) (a1d585f)azure/log_analytics_workbook
, replace withazure/application_insights_workbook
(Feaure/13110 improve analytics dashboard #262, TD-534 Add linter and renamelog_analytics_workbook
toapplication_insights_workbook
#263) (93b1f1d, b70b768)azure/integration_service_environment
(TD-534 Add linter and renamelog_analytics_workbook
toapplication_insights_workbook
#263) (016125f). Resource is deprecated (source).azure/subnet
: Remove variableenforce_private_link_endpoint_network_policies
, replace withprivate_endpoint_network_policies_enabled
(TD-534 Fix deprecations #265) (b26228b)azure/app_service_plan
, replace withazure/service_plan
(TD-534 Replaceapp_service
withweb_app_linux
andweb_app_windows
#261) (beaf338)azure/app_service
, replace withazure/web_app_linux
andazure/web_app_windows
(TD-534 Replaceapp_service
withweb_app_linux
andweb_app_windows
#261) (8990f2e, 1fb0c95)azure/monitoring
, replace withazure/azure/monitoring_action_group
andazure/monitoring_log_analytics_alert
(Extended alerting possibilities #268) (5bd013c)azure/api_connectors/storage_account
, replace withazure/api_connectors/storage_blob
andazure/api_connectors/storage_table
(Updated Azure API Connectors #276) (7a48388)