forked from hashicorp/terraform-provider-azurerm
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[pull] main from hashicorp:main #188
Open
pull
wants to merge
242
commits into
AmadeusITGroup:main
Choose a base branch
from
hashicorp:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
* FourPointOh - remove from most resources between d-k services * make terrafmt * remove pre 4.0 test * remove unused code
…mputed for `weekly_retention`, `monthly_retention` and `yearly_retention` (#26914) * azurerm_mssql_database - remove Computed for weekly_retention, monthly_retention and yearly_retention * add default value * update md * update schema * sort imports * Update FourPointOhBeta to FivePointOhBeta * update guide
* Support dotnet 9 for web_app * Support dotnet 9 for function_app * Fix linting
…egistry token and mark this password as gone (#27232) * Update * Update internal/services/containers/container_registry_token_password_resource.go Co-authored-by: stephybun <[email protected]> * Merge main and pass tests * rename test cases * Revert "rename test cases" This reverts commit 90476b1. * Skip the test cases --------- Co-authored-by: stephybun <[email protected]>
* `azurerm_iot_security_solution` - update test cases * update role assignemtn
…ames in subnet delegations. (#27993) Updated docs, including some missing values in this property..
github-actions
bot
added
documentation
Improvements or additions to documentation
service/load-balancers
service/event-hubs
service/event-grid
service/iot-central
service/logic
service/app-service
dependencies
service/hdinsight
service/data-factory
service/data-protection
service/mssql
service/security-center
labels
Nov 15, 2024
* Update CHANGELOG.md for #28233 * Update for #28215 * Update CHANGELOG.md for #28279 * Update CHANGELOG.md #28269 * Update CHANGELOG.md #27876 * Update CHANGELOG.md #28069 * Update CHANGELOG.md for #28312 * Update CHANGELOG.md for #28278 * Update CHANGELOG.md #28311 * Update CHANGELOG.md undo 28311 * Update CHANGELOG.md #27874 * Update CHANGELOG.md * Update CHANGELOG for #28352 * Update CHANGELOG.md for #28390 * Update CHANGELOG.md for #28398 * Update CHANGELOG.md for #28425 * Update CHANGELOG.md #28427 * Update CHANGELOG.md #28280 * Update CHANGELOG.md for #28319 * Update CHANGELOG.md #24801 * Update for #28360 #28216 #27830 #28404 #27401 #27122 #27931 #28442 * Update for #28379 * Update CHANGELOG.md for #28281 * Update for #28380 * Update for #27375 * Update for #25695 * Update CHANGELOG.md #27985 * Update CHANGELOG.md - update release date manually until can be scripted * Update CHANGELOG.md revert date change as script available * pre-release script updates --------- Co-authored-by: stephybun <[email protected]> Co-authored-by: catriona-m <[email protected]> Co-authored-by: Wyatt Fry <[email protected]> Co-authored-by: sreallymatt <[email protected]> Co-authored-by: Matthew Frahry <[email protected]> Co-authored-by: kt <[email protected]>
* docs: fix storage container import command * chore: wip
* update giovanni endpoint * fixing vendor dependencies
…pts `1.0` or `1.1` as a value in 5.0 (#28445)
…TLS1_0` or `TLS1_1` as a value in 5.0 (#28446)
* Update costmanagement API to 2023-08-01 This change updates the costmanagement API to version 2023-08-01, ensuring compatibility with both the public Azure Cloud and AzureChinaCloud. It's important to note that AzureChinaCloud has specific API version requirements, and version 2023-08-01 meets these. In addition, the `azurerm_cost_anomaly_alert` resource now includes a new optional parameter, `email_address_sender`, introduced in this API version. Should this parameter be omitted, the the TF provider will default to using the first email address listed in `email_addresses`, aligning with the default behavior observed in the Azure Portal. The ScheduledActionsClient_v2022_10_01, which previously existed alongside the ScheduledActionsClient, has been discontinued. This is because the API version 2023-08-01 seems to be compatible with all uses. * Update vendored go dependencies
…r conflicting API properties (#28465) * workaround dual setting problem * refactor eval for reconciling PNA between 2 locations * accept suggestion Co-authored-by: stephybun <[email protected]> --------- Co-authored-by: stephybun <[email protected]>
…atch what is provided in teamcity (#28476)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
#28504) * Update linux_web_app.html.markdown * Update linux_web_app_slot.html.markdown
… flag for test cases and update the health check schema (#27363) * remove 4.0 feature flag for windows/linux function/web app/slot test cases * fmt and remove unused test cases * update format and gosimple * update code
…tence_authentication_method` (#27932) * support for unsetting data_persistence_authentication_method * optimize data_persistence_authentication_method settings
* linting errors in tests * fix testing linting * fixup retryError returns - shouldn't silently return/succeed * fixup flatten error return - should not silently return and skip rest of Read
* Upgrade Postgresql API version from 2023-06-01-preview to 2024-08-01 * remove postgresql fs * revert postgresql fs
…28456) * New resources: azurerm_mssql_job and azurerm_mssql_job_schedule * Update timeouts * Fix lint * Update struct name to follow convention * Apply suggestions from code review Co-authored-by: stephybun <[email protected]> * Update internal/services/mssql/mssql_job_schedule_resource.go Co-authored-by: stephybun <[email protected]> * Update based on comments --------- Co-authored-by: stephybun <[email protected]>
…8510) * Updating contributor docs * Update contributor docs
…va 17 support for JBOSSEAP (#28472) * add node 22 and java 17 support for JBOSSEAP * update docs * fix typo
…28307) * Add property termination_grace_period_seconds for container app * Add property to complete test * Fix terraform blocks * Container app resource: fix docs
…ame_for_rotation` (#27791) * Adds property. Updates the NodePoolUpdate function to rotate the node pool. Removes the ForceNew flag on properties. * Updating tests. Restoring name as ForceNew. * Updating Docs. * Fixing value assignment. Deleting obsolete methods. Renaming `retrySystemNodePoolCreation` to `retryNodePoolCreation`. * Updating properties values from HCL definition. * Remove unused function (schemaNodePoolSysctlConfigForceNew) * Fixing docs * Update pointer's function. * Improving subnet assignment * Fixing zones not being updated when value was set to null. * Fixing assigment when value is null * Restoring files lose on merge. * Linting * Adds 'TestAccKubernetesClusterNodePool_updateVmSizeAfterFailureWithTempAndOriginal' * Adds TestAccKubernetesCluster_updateVmSizeAfterFailureWithTempWithoutOriginal * Fix test's name. * Removing deprecated test and applying feedback. * Applying feedback. * Removing obsolete code.
* feat: add new resource azurerm_container_registry_credential_set * fix: set auth_credentials correctly in import test * refactor: implement review feedback * refactor: format docs * chore: update api version in new credential set resource after it has been updated in the main * chore: add changes from 'make generate' * refactor: change implementation to SystemAssignedUserAssignedIdentityRequired as discussed in the pull request (but the api will only accept type SystemAssigned) * refactor: change implementation from SystemAssignedUserAssignedIdentityRequired to SystemAssignedIdentityRequired * refactor: implement review feedback - import step and key vault in tests. update markdown. update flattenIdentity * refactor: tf fmt * refactor: update to now returned ModelSystemAssigned which is now returned because of the implemented workaround in the go-azure-sdk * Update internal/services/containers/container_registry_credential_set_resource.go Co-authored-by: stephybun <[email protected]> --------- Co-authored-by: stephybun <[email protected]>
* fix examples * fix remaining examples
* split create/update functions add in guardrails for ensuring subnets have correct delegations when used * terrafmt * fixup update * fixup parse error messages
…ds in data source (#28525)
* update for #27680 * Update CHANGELOG.md for #28465 * Update CHANGELOG.md #27932 * Update CHANGELOG.md for #28505 * Update CHANGELOG.md for #28474 * Update CHANGELOG.md #28516 * Update CHANGELOG for #28456 * Update CHANGELOG.md for #28472 * Update CHANGELOG.md #28307 * Update CHANGELOG.md for #27859 * Update for #28519 * Update for #27791 #27528 * Update CHANGELOG.md for #28527 * update changelog links and generate provider schema --------- Co-authored-by: jackofallops <[email protected]> Co-authored-by: catriona-m <[email protected]> Co-authored-by: sreallymatt <[email protected]> Co-authored-by: Matthew Frahry <[email protected]> Co-authored-by: jackofallops <[email protected]>
* Implement 4.0 TODOs * wip * wip * 4.0 updates * 4.0 updates * 4.0 updates * fixed broken tests * new sso property * checkout code changes from main, moving to new PR * missed corresponding docs changes * Update website/docs/r/windows_function_app_slot.html.markdown Co-authored-by: sreallymatt <[email protected]> * Update website/docs/r/key_vault.html.markdown Co-authored-by: jackofallops <[email protected]> --------- Co-authored-by: sreallymatt <[email protected]> Co-authored-by: jackofallops <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
⤵️ pull
dependencies
documentation
Improvements or additions to documentation
service/analysis
service/api-management
service/app-service
service/application-insights
service/attestation
service/authorization
service/automation
service/batch
service/cdn
service/cognitive-services
service/connections
service/container-apps
service/cosmosdb
service/cost-management
service/data-factory
service/data-protection
service/databox-edge
service/databricks
service/digital-twins
service/dns
service/dynatrace
service/elastic
service/event-grid
service/event-hubs
service/firewall
service/hdinsight
service/healthcare
service/hybrid-compute
service/iot-central
service/iot-hub
service/key-vault
service/kusto
service/load-balancers
service/log-analytics
service/logic
service/machine-learning
service/maintenance
service/managed-apps
service/managed-hsm
service/management-groups
service/maps
service/mongo-cluster
service/monitor
service/mssql
service/mssqlmanagedinstance
service/netapp
service/network
service/network-function
service/nginx
service/orbital
service/postgresql
service/power-bi
service/recovery-services
service/redis
service/search
service/security-center
service/sentinel
service/service-bus
service/spring
service/storage
service/synapse
size/XL
state-migration
tooling
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.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )