Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Update Terraform azuredevops to v1#36

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azuredevops-1.x
Open

Update Terraform azuredevops to v1#36
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azuredevops-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 7, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
azuredevops (source) required_provider major 0.1.01.13.0

Release Notes

microsoft/terraform-provider-azuredevops (azuredevops)

v1.13.0

Compare Source

ENHANCEMENTS

  • New resource: azuredevops_workitemtrackingprocess_workitemtype (#​1460)
  • New data source: azuredevops_workitemtrackingprocess_workitemtype (#​1460)
  • New data source: azuredevops_workitemtrackingprocess_workitemtypes (#​1460)
  • New resource: azuredevops_workitemtrackingprocess_group (#​1462)
  • New resource: azuredevops_workitemtrackingprocess_process_permissions (#​1407)
  • New resource: azuredevops_variable_group_variable (#​1476)
  • New resource: azuredevops_workitemtrackingprocess_control (#​1474)

v1.12.2

Compare Source

This release reverts a breaking change introduced in #​1434, which splits the variable block to variable and secret_variable for azuredevops_variable_group (#​1467)

v1.12.1

Compare Source

BUG FIXES

  • Fix an issue that causes a few resource's that poll the ACL status won't end (#​1466)

v1.12.0

Compare Source

BREAKING CHANGES

  • azuredevops_variable_group - Split the variable block to variable and secret_variable (#​1434)

ENHANCEMENTS

  • New resource: azuredevops_workitemquery (#​1430)
  • New resource: azuredevops_workitemquery_folder (#​1430)
  • New resource: azuredevops_servicehook_webhook_tfs (#​1412)
  • New resource: azuredevops_serviceendpoint_generic_v2 (#​1400)
  • New resource: azuredevops_workitemtrackingprocess_process (#​1454)
  • New data source: azuredevops_workitemtrackingprocess_process (#​1454)
  • New data source: azuredevops_workitemtrackingprocess_processes (#​1454)

BUG FIXES

  • azuredevops_serviceendpoint_kubernetes: Fix a potential panic during import (#​1423)
  • Resources under permissions service: Fix a potential panic after the organization URL is changed (#​1438)

v1.11.2

Compare Source

BUG FIXES

  • Fix a bug when authenticating via system managed identity (#​1415)

v1.11.1

Compare Source

BUG FIXES

  • azuredevops_git_permissions: Permission check case-sensitively (#​1411)

v1.11.0

Compare Source

ENHANCEMENTS

  • Support AAD based auth token refresh (#​1402)
  • Support new auth methods (#​1405):
    • Azure CLI auth
    • ADO pipeline OIDC auth
    • OIDC request based auth (ADO Pipeline and Github) now supports token refresh
  • Provider schema changes (#​1405):
    • client_id: new env var source AZURE_CLIENT_ID
    • client_secret_path: new env var source ARM_CLIENT_SECRET_FILE_PATH
    • oidc_request_token: new env var source SYSTEM_ACCESSTOKEN
    • oidc_request_url: new env var source SYSTEM_OIDCREQUESTURI
    • oidc_token_file_path: new env var source AZURE_FEDERATED_TOKEN_FILE
    • client_id_file_path: newly added
    • auxiliary_tenant_ids: newly added
    • use_cli: newly added
    • oidc_azure_service_connection_id: newly added

BREAKING CHANGES

  • Provider schema changes (#​1405):
    • oidc_audience: removed
    • (tenant|client)_id_(plan|apply): removed
    • oidc_tfc_tag: removed

v1.10.0

Compare Source

FEATURES:

  • New Resource azuredevops_serviceendpoint_black_duck #​1364

BUG FIX:

  • azuredevops_serviceendpoint_azurecr - Fix cannot update bug. #​1372
  • azuredevops_extension - Fix install new extension failed bug. #​1373
  • azuredevops_git_repository - Fix ID not set correctly when import a repository by name. #​1374

IMPROVEMENTS:

  • azuredevops_workitem
    • Add support for link parent work item. #​1365
    • Add support for import. #​1365
  • Data Source azuredevops_group - Update document. #​1360
  • Data Source azuredevops_groups - Update document. #​1360

v1.9.0

Compare Source

FEATURES:

  • New Resource azuredevops_extension #​1328
  • New Resource azuredevops_serviceendpoint_openshift #​1336
  • New Data Resource azuredevops_git_repository_file #​1335

IMPROVEMENTS:

v1.8.1

Compare Source

BUG FIX:

  • azuredevops_variable_group - Fix validation conflict with ignore_changes. #​1325

v1.8.0

Compare Source

FEATURES:

  • New Data Resource azuredevops_group_membership #​1307

BUG FIX:

  • azuredevops_project - Fix the bug where id was set to the project name. #​1316
  • All service connection resources - Check if service connection has been deleted. #​1318

IMPROVEMENTS:

  • azuredevops_client_config - Add support for export organization ID. #​1301
  • azuredevops_service_principal_entitlement - Suppress case difference for origin. #​1303
  • Bump terraform-plugin-sdk/v2 sdk to v2.36.1 and azidentity to v1.8.2. #​1310
  • azuredevops_build_definition
    • Add support for other Git(Git) to repository.repo_type. #​1312
    • Add support for create classic agent jobs. #​1312
  • Data source azuredevops_build_definition
    • Add support for exporting other Git(Git). #​1312
    • Add support for exporting classic agent jobs. #​1312
  • azuredevops_variable_group - Check secret variables during plan. #​1321
  • azuredevops_users - Update documentation. #​1302
  • azuredevops_team - Fix incorrect name in Terraform registry. #​1304
  • azuredevops_teams - Fix incorrect name in Terraform registry. #​1304
  • serviceendpoint_azurecr - Documentation update. #​1308

v1.7.0

Compare Source

FEATURES:

  • New Resource azuredevops_dashboard #​1284
  • New Data Resource azuredevops_descriptor #​1294
  • New Data Resource azuredevops_storage_key #​1294
  • New Data Resource azuredevops_user #​1296

BUG FIX:

  • azuredevops_project - Fix name unchanged but updated. #​1285
  • Permission resources
    • Fix descriptor filter bug, cannot set permission for AAD groups. #​1297
    • Fix collection level groups/users cannot set permission bug. #​1299

IMPROVEMENTS:

  • azuredevops_identity_groups
    • Add support for descriptor. #​1279
    • Add support for subject_descriptor. #​1292
  • azuredevops_identity_group - Add support for subject_descriptor. #​1292
  • azuredevops_identity_user - Add support for subject_descriptor. #​1293

BREAKING CHANGE:

  • All service endpoint resources - Change authorization to compute only, not configurable. #​1298

v1.6.0

Compare Source

FEATURES:

  • New Resource azuredevops_service_principal_entitlement #​1253
  • New Resource azuredevops_feed_retention_policy #​1257
  • New Resource azuredevops_project_tags #​1259
  • New Resource azuredevops_serviceendpoint_checkmarx_sca #​1267
  • New Resource azuredevops_serviceendpoint_checkmarx_sast #​1268
  • New Resource azuredevops_serviceendpoint_checkmarx_one #​1269
  • New Resource azuredevops_check_rest_api #​1274
  • New Data Resource azuredevops_service_principal #​1253

BUG FIX:

  • azuredevops_securityrole_assignment - Fix inconsistent result after apply. #​1255
  • azuredevops_wiki - Fix documentation typos. #​1264
  • azuredevops_git_repository - Fix branch not found bug. #​1270
  • Permission resources - Add support for identity filtering. #​1256

IMPROVEMENTS:

  • azuredevops_project - Update documentation. #​1258
  • azuredevops_feed_retention_policy - Add support for organization level feed retention policy. #​1261
  • Data Resource azuredevops_team - Optimize the read operation, use GetTeam instead of GetTeams #​1262
  • All resource documentation - Add timeout documentation. #​1273
  • Update dependencies and bump go to v1.23 #​1277
  • Documentation
    • Update document format #​1278
    • Fix documentation errors and add missing properties. #​1280

v1.5.0

Compare Source

FEATURES:

  • New Resource azuredevops_serviceendpoint_snyk #​1224
  • New Resource azuredevops_serviceendpoint_dynamics_lifecycle_services #​1240
  • New Resource azuredevops_serviceendpoint_azure_service_bus #​1242
  • New Resource azuredevops_serviceendpoint_gitlab #​1243
  • New Resource azuredevops_serviceendpoint_visualstudiomarketplace #​1246
  • New Data Resource azuredevops_serviceendpoint_bitbucket #​1200

BUG FIX:

  • azuredevops_serviceendpoint_github_enterprise - Add nil check. #​1209
  • azuredevops_serviceendpoint_generic - Relax server_url restrictions. #​1210
  • All service connection resources - Fix import share service connection not point to the right project. #​1211
  • azuredevops_group_entitlement
  • azuredevops_check_branch_control - Remove the required check for ignore_unknown_protection_status. #​1222
  • azuredevops_serviceendpoint_kubernetes - Fix crash bug. #​1228

IMPROVEMENTS:

  • SDK update - Update resource.StateChangeConf to retry.StateChangeConf #​1204
  • azuredevops_securityrole_assignment - Change resource_id to forceNew=true #​1205
  • Add client initialization error handle #​1207
  • azuredevops_user_entitlement - Update documentation #​1208
  • azuredevops_serviceendpoint_azurerm
    • Add support server_url and cloud environmentAzureStack #​1213
    • Add support for credentials.serviceprincipalcertificate#​1225
    • Add support for credentials.serviceprincipalcertificate#​1225
  • azuredevops_git_repository
    • Add support for initialize of uninitialized repository #​1218
    • Update document #​1221
    • Support importing repository via username/password #​1223
  • azuredevops_build_definition - Add support for build_completion_trigger #​1226
  • azuredevops_serviceendpoint_kubernetes - Add support for service_account.accept_untrusted_certs #​1229
  • All service connections - Remove forceNew for service_endpoint_name #​1238
  • azuredevops_serviceendpoint_aws - Add nil check in resource read #​1239
  • azuredevops_serviceendpoint_azurecr - Change serviceprincipalid to forceNew=true #​1247
  • go.mod - Bump golang.org/x/crypto from v0.24.0 to v0.31.0 #​1252

BREAKING CHANGE:

  • azuredevops_build_definition - Change name from optional to required. #​1185

v1.4.0

Compare Source

FEATURES:

  • New Data Resource azuredevops_serviceendpoint_bitbucket #​1200

BUG FIX:

  • azuredevops_agent_queue - Fix name not set bug. #​1157
  • azuredevops_serviceendpoint_sonarqube - Adding nil check to project ID. #​1159
  • azuredevops_group - Detect that group has been deleted. #​1196
  • All service connection - Detect that service connection is not fully returned and this appears to be a permission issue. #​1193

IMPROVEMENTS:

  • azuredevops_wiki - Add support for delete project type wiki #​1166
  • azuredevops_agent_queue - Add name validation #​1184
  • Data Source azuredevops_agent_queue - Add name validation #​1184
  • azuredevops_git_repository
  • Data Source azuredevops_git_repository - Optimize resource acquisition. #​1197
  • azuredevops_repository_policy_max_file_size - Add support for max file size 50M #​1168
  • azuredevops_feed_permission - Sync permissions after create/update #​1169
  • azuredevops_branch_policy_build_validation - Update document #​1172
  • serviceendpoint_azurecr - Fix document error #​1163
  • azuredevops_build_definition_permissions - Update document #​1195

BREAKING CHANGE:

  • azuredevops_build_definition - Change name from optional to required. #​1185

v1.3.0

Compare Source

BUG FIX:

  • azuredevops_serviceendpoint_azurecr
    • Fix tenant_id not set as expected. #​1115
    • Fix tenant_id not set bug. #​1142
  • Data Source azuredevops_users - Return empty list if user not found. #​1116
  • azuredevops_securityrole_assignment - Detecting role assignment revoke. #​1120
  • azuredevops_serviceendpoint_kubernetes - Enhance nil check. #​1127
  • azuredevops_team - Fix idempotency add members issue. #​1130
  • azuredevops_serviceendpoint_azurecr - Expect serviceprincipalkey only if ServicePrincipal authentication is used. #​1134
  • azuredevops_build_folder - Fix import bug. #​1143
  • azuredevops_serviceendpoint_dockerregistry - Enhance nil check. #​1146
  • azuredevops_group - Add support for group_id. #​1147
  • Data Source azuredevops_group - Add support for group_id. #​1149

IMPROVEMENTS:

v1.2.0

Compare Source

FEATURES:

  • New Resource azuredevops_wiki #​1032

BUG FIX:

  • azuredevops_check_exclusive_lock - Add example. #​1054
  • azuredevops_users - Fix user not found bug. #​1110
  • azuredevops_git_repository
    • Fix repository not found bug. #​1065
    • Detect repository deleted outside of Terraform #​1087
  • azuredevops_pipeline_authorization - Check Pipeline Project for Resource Permissions. #​1059
  • azuredevops_serviceendpoint_kubernetes - Enhance parameter nil checking. #​1091
  • azuredevops_git_repository_file - Check branch status. #​1100

IMPROVEMENTS:

  • azuredevops_serviceendpoint_azurerm - Add support for AzureUSGovernment and AzureGermanCloud clouds. #​1061
  • azuredevops_variable_group
    • Add validation that variable can have either only value attribute or both is_secret and secret_value attributes. #​1075
    • Update document. #​1044
  • azuredevops_serviceendpoint_azurecr - Add support for WorkloadIdentityFederation. #​1105
  • azuredevops_git_repository - Fix typo error. #​1111
  • Dependency upgrade - #​1083
  • azuredevops_check_approval - Update tests #​1092
  • azuredevops_check_exclusive_lock - Add default timeout and update tests. #​1092
  • azuredevops_check_branch_control - Add default timeout and update tests. #​1092
  • azuredevops_check_business_hours - Add default timeout and update tests. #​1092
  • azuredevops_check_required_template - Add default timeout and update tests. #​1092
  • azuredevops_build_definition - Update unit tests. #​1094
  • Data Source azuredevops_build_definition - Update tests. #​1094
  • azuredevops_build_folder - Add default timeout and update tests. #​1094
  • azuredevops_pipeline_authorization - Add update tests. #​1094
  • azuredevops_resource_authorization - Add update tests. #​1094
  • Data Source azuredevops_project - Add default timeout and update tests. #​1095
  • Data Source azuredevops_projects - Update unit tests. #​1095
  • Data Source azuredevops_team - Update unit tests. #​1095
  • Data Source azuredevops_teams - Update unit tests. #​1095
  • azuredevops_project - Add update unit tests. #​1095
  • azuredevops_project_features - Add update unit tests. #​1095
  • azuredevops_project_pipeline_settings - Add update unit tests. #​1095
  • azuredevops_team - Add update unit tests. #​1095
  • azuredevops_team_members - Add update unit tests. #​1095
  • azuredevops_team_administrators - Add update unit tests. #​1095
  • azuredevops_feed - Optimize code and update tests. #​1098
  • Data Source azuredevops_feed - Optimize code and update tests. #​1098
  • azuredevops_feed_permission - Optimize code and update tests. #​1098
  • Data Source azuredevops_git_repositories - Add timeout and update tests. #​1103
  • Data Source azuredevops_git_repository - Add timeout and update tests. #​1103
  • azuredevops_git_repository - Add timeout and update tests. #​1103
  • azuredevops_git_repository_branch - Add timeout and update tests. #​1103
  • azuredevops_git_repository_file - Add timeout and update tests. #​1103
  • azuredevops_group_membership - Add timeout and update tests. #​1107
  • azuredevops_group - Add timeout and update tests. #​1107
  • Data Source azuredevops_users - Add timeout and update tests. #​1107
  • Data Source azuredevops_group - Add timeout and update tests. #​1107
  • Data Source azuredevops_groups - Add timeout and update tests. #​1107
  • Data Source azuredevops_identity_user - Add timeout and update tests. #​1108
  • Data Source azuredevops_identity_group - Add timeout and update tests. #​1108
  • Data Source azuredevops_identity_groups - Add timeout and update tests. #​1108
  • azuredevops_user_entitlement - Add timeout and update tests. #​1109
  • azuredevops_group_entitlement - Add timeout and update tests. #​1109

v1.1.1

Compare Source

BUG FIX:

  • azuredevops_team_members - Optimize descriptor read operation. #​1048
  • azuredevops_team - Optimize descriptor read operation. #​1048
  • azuredevops_teams - Optimize descriptor read operation. #​1048

v1.1.0

Compare Source

FEATURES:

  • New Data Resource azuredevops_identity_user #​956
  • New Data Resource azuredevops_identity_group #​956
  • New Data Resource azuredevops_identity_groups #​956
  • New Resource azuredevops_securityrole_assignment #​982
  • New Data Resource azuredevops_securityrole_definitions #​982
  • New Resource azuredevops_feed #​1011
  • New Resource azuredevops_feed_permission #​1011
  • New Data Resource azuredevops_feed #​1011

IMPROVEMENTS:

  • azuredevops_pipeline_authorization - Allow pipeline authorization across projects. #​973
  • azuredevops_git_repository - Support export repository status. #​1024
  • Data Resource azuredevops_git_repositories - Support export repository status. #​1024
  • Data Resource azuredevops_git_repository - Support export repository status. #​1024
  • Document azuredevops_elastic_pool - Fix document title. #​1037
  • Document Adding information about use in Azure Pipelines. #​1019

BUG FIX:

  • azuredevops_serviceendpoint_azurerm - Fix azurerm_subscription_id conflicts with azurerm_management_group_id. #​1004
  • azuredevops_team_members - Optimize descriptor read operation. #​1014
  • azuredevops_team - Optimize descriptor read operation. #​1014
  • azuredevops_teams - Optimize descriptor read operation. #​1014
  • azuredevops_group_membership - Fix group entitlement not found error. #​1015
  • azuredevops_git_repository - Fix cannot set default_branch on update. #​1020

v1.0.1

Compare Source

FEATURES:

  • Fix AzureAD authorization and OIDC validationOIDC validation #​993

v1.0.0

Compare Source

FEATURES:

  • New Resource azuredevops_environment_resource_kubernetes #​935
  • New Resource azuredevops_library_permissions #​740
  • New Resource azuredevops_variable_group_permissions #​740
  • Add support for Service Principal, Identity, OIDC etc. authorization #​747

IMPROVEMENTS:

  • azuredevops_check_required_template - Add support for githubenterprise repository type. #​962
  • azuredevops_elastic_pool - Add support for project_id. #​966
  • azuredevops_pipeline_authorization - Update document. #​960
  • Data Resourceazuredevops_groups - Add support for group id. #​980

BUG FIX:

  • azuredevops_serviceendpoint_azurecr - Fix potential nil exception. #​972
  • azuredevops_serviceendpoint_azurerm - Fix import error. #​967
  • azuredevops_variable_group - Exclude Key Vault disabled secrets. #​947
  • azuredevops_git_repository - Fix default branch not set when init_type=Clean or init_type=Fork. #​946
  • azuredevops_check_approval - Add missing version property. #​977
  • azuredevops_check_branch_control - Add missing version property. #​977
  • azuredevops_check_business_hours - Add missing version property. #​977
  • azuredevops_check_exclusive_lock - Add missing version property. #​977
  • azuredevops_check_required_template - Add missing version property. #​977
  • azuredevops_pipeline_authorization - Fix pipeline authorization not set. #​986

v0.11.0

Compare Source

FEATURES:

  • New Resource azuredevops_servicehook_storage_queue_pipelines #​914

IMPROVEMENTS:

  • azuredevops_serviceendpoint_azurerm - Add support for featuure to verify the service connection. #​865
  • azuredevops_build_definition - Add support for queue_status. #​916
  • azuredevops_pipeline_authorization - Enhance authorization status check. #​929
  • azuredevops_agent_queue - Add support for name. #​906
  • azuredevops_users - Improve read operation performance. #​939
  • Data Resource azuredevops_environment - Add support for fetch environment by name. #​917

BUG FIX:

  • azuredevops_serviceendpoint_azurerm - Fix resource deleted but state not removed. #​921
  • azuredevops_git_repository_file - Fix apply for non-project resources fails. #​925
  • azuredevops_build_definition - Fix skip_first_run to work for all repo types. #​928
  • azuredevops_git_repository - Fix default_branch not set when init_type=Clean or init_type=Fork. #​946
  • azuredevops_variable_group - Exclude disabled secrets. #​947

v0.10.0

Compare Source

IMPROVEMENTS:

  • azuredevops_pipeline_authorization - Add support for repository authorization #​883
  • azuredevops_elastic_pool - Support set time_to_live_minutes to 0 #​885
  • azuredevops_serviceendpoint_azurerm - Support export service_principal_id #​902
  • azuredevops_area_permissions - Update document #​909

BUG FIX:

  • azuredevops_build_folder_permissions - Fix root folder permissions for builds not set #​893
  • azuredevops_project_pipeline_settings - Fix enforce_referenced_repo_scoped_token not set #​898

v0.9.1

Compare Source

FEATURES:

  • New Resource azuredevops_group_entitlement #​870

v0.9.0

Compare Source

FEATURES:

  • New Resource azuredevops_serviceendpoint_nuget #​866
  • New Data Resource azuredevops_serviceendpoint_azurecr #​867

IMPROVEMENTS:

  • azuredevops_serviceendpoint_azurerm - Add support for workload_identity_federation_issuer and workload_identity_federation_subject #​861
  • azuredevops_build_definition - Add support for skip_first_run #​871
  • All service connections - Decouple create/read/update/delete from generic functions #​863
  • Update API link #​869

v0.8.0

Compare Source

FEATURES:

  • New Resource azuredevops_serviceendpoint_maven #​617
  • New Resource azuredevops_serviceendpoint_jenkins #​617
  • New Resource azuredevops_serviceendpoint_nexus #​617
  • New Data Resource azuredevops_environment #​838

IMPROVEMENTS:

  • azuredevops_check_branch_control - Add support for timeout #​834
  • azuredevops_check_business_hours - Add support for timeout #​834
  • azuredevops_group - Upgrade the API from v5 to v7 #​854
  • Data Resource azuredevops_team - Add support for top, custom the number of teams returned #​778
  • Data Resource azuredevops_teams - Add support for top, custom the number of teams returned #​778

BUG FIX:

  • azuredevops_git_permissions - Fix branch name tokenization #​842

BREAKING CHANGE:

Deprecate hash properties, all the hash properties have been removed.

  • azuredevops_serviceendpoint_aws #​856
  • azuredevops_serviceendpoint_azuredevops #​856
  • azuredevops_serviceendpoint_azurerm #​856
  • azuredevops_serviceendpoint_bitbucket #​856
  • azuredevops_serviceendpoint_dockerregistry #​856
  • azuredevops_serviceendpoint_generic #​856
  • azuredevops_serviceendpoint_generic_git #​856
  • azuredevops_serviceendpoint_github #​856
  • azuredevops_serviceendpoint_github_enterprise #​856
  • azuredevops_serviceendpoint_incomingwebhook #​856
  • azuredevops_serviceendpoint_kubernetes #​856
  • azuredevops_serviceendpoint_runpipeline #​856
  • azuredevops_serviceendpoint_sonarqube #​856
  • azuredevops_serviceendpoint_ssh #​856

v0.7.0

Compare Source

FEATURES:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (ithc_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (perftest_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (aat_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (sbox_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (demo_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (ptlsbox_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from 4415ea1 to 01b35b4 Compare March 12, 2024 05:54
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from 01b35b4 to eed9776 Compare May 16, 2024 10:14
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from eed9776 to 9ccfbb7 Compare July 26, 2024 14:56
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from 9ccfbb7 to bd013fb Compare September 3, 2024 05:46
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from bd013fb to f77c947 Compare October 25, 2024 08:46
@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (aat_cnp_dummy_library_test - stg - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (ithc_cnp_dummy_library_test - ithc - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (sbox_cnp_dummy_library_test - sbox - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (demo_cnp_dummy_library_test - demo - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (ptlsbox_cnp_dummy_library_test - ptlsbox - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (perftest_cnp_dummy_library_test - test - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from f77c947 to 60f464d Compare December 25, 2024 02:41
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from 60f464d to 24f7fa1 Compare January 24, 2025 12:06
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from 24f7fa1 to 7f1af32 Compare February 20, 2025 00:05
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch 2 times, most recently from ed0c795 to 81e21a5 Compare March 14, 2025 20:10
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from 81e21a5 to f599cd9 Compare April 26, 2025 15:47
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from f599cd9 to 6d7590b Compare May 31, 2025 04:09
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch 2 times, most recently from 3600c03 to 6fff5be Compare August 7, 2025 11:34
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from 6fff5be to 97832c8 Compare August 23, 2025 19:33
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch 3 times, most recently from c2d0922 to 3d6bc26 Compare December 18, 2025 19:44
@renovate renovate Bot force-pushed the renovate/azuredevops-1.x branch from 3d6bc26 to 7f9185a Compare January 15, 2026 00:08
@hmcts-platform-operations
Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20240605.16

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant