Skip to content

Update dependency applicationinsights to v3.15.1#697

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/applicationinsights-3.x-lockfile
Open

Update dependency applicationinsights to v3.15.1#697
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/applicationinsights-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
applicationinsights 3.9.03.15.1 age confidence

Release Notes

microsoft/ApplicationInsights-node.js (applicationinsights)

v3.15.1

Compare Source

Other Changes
  • Updated @azure/monitor-opentelemetry, @azure/identity, and @opentelemetry/* dependencies.
  • Removed the legacy @azure/functions-old (v3) dependency.
  • Resolve vulnerabilities in dependencies.
Bug Fixes
  • AutoCollectExceptions no longer calls forceFlush per exception and now rate-limits exception telemetry to 50 records/min (emitting a single suppressed-count summary per window). forceFlush still runs on the terminal exit path.

v3.15.0

Compare Source

Breaking Changes
  • Minimum supported Node.js version is now 20.0.0. Node.js 18 is end-of-life (April 2025) and the underlying @azure/monitor-opentelemetry / @azure/monitor-opentelemetry-exporter dependencies require Node >= 20.
Other Changes
Bug Fixes
  • Fix memory leak caused by process event listener accumulation when useAzureMonitor() is called multiple times. (#​1415)

v3.14.0

Compare Source

Other Changes
  • Update OTel global detection to wait for the customer app to initialize before detection.

v3.13.0

Compare Source

Other Changes
  • Add OpenTelemetry global detection to the agent.
  • Add functionality for the TelemetryClient to not use global providers.
  • Resolve vulnerabilities in dependencies.

v3.12.1

Compare Source

Other Changes

v3.12.0

Compare Source

Other Changes
  • Update OTLP metric creation to respect multiple inputs. (#​1470)
  • Fix security vulnerability with json-bigint 0.3.1. (#​1472)

v3.11.0

Compare Source

Other Changes
  • Use OTLP/Protobuf exporter for AMW endpoint. (#​1470)

v3.10.0

Compare Source

Features Added
  • Create OTLP metrics exporter in AKS auto-attach scenarios. (#​1467)
Other Changes
  • Improve README config clarity. (#​1464)
  • Fix base URI throwing warnings due to legacy generated files. (#​1462)
  • Update functional tests to resolve CodeQL warning. (#​1460)
  • Rename customer statsbeat to customer SDK stats for clarity. (#​1456)

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 7am and before 11am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 18, 2025
@renovate renovate Bot requested a review from a team as a code owner September 18, 2025 06:33
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 18, 2025
@renovate renovate Bot requested review from AdamMcNeilly, JamieMcConnellKainos and JordanHoey96 and removed request for a team September 18, 2025 06:33
@hmcts-platform-operations

hmcts-platform-operations commented Sep 18, 2025

Copy link
Copy Markdown

Plan Result (448: cftptl - Job)

Plan: 0 to add, 7 to change, 0 to destroy.
  • Update
    • azurerm_ai_foundry_project.project
    • restapi_object.cosmos_datasource
    • restapi_object.help_request_index
    • restapi_object.help_request_indexer
    • restapi_object.hmcts_way_index
    • restapi_object.hmcts_way_indexer
    • restapi_object.storage_account_datasource
Change Result (Click me)
  # azurerm_ai_foundry_project.project will be updated in-place
  ~ resource "azurerm_ai_foundry_project" "project" {
        id                             = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.MachineLearningServices/workspaces/platops-slack-help-bot-ptl"
        name                           = "platops-slack-help-bot-ptl"
      ~ tags                           = {
          - "application"  = "core" -> null
          - "builtFrom"    = "hmcts/slack-help-bot" -> null
          - "businessArea" = "CFT" -> null
          - "environment"  = "production" -> null
        }
        # (7 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # restapi_object.cosmos_datasource will be updated in-place
  ~ resource "restapi_object" "cosmos_datasource" {
      ~ api_data        = {
          - "@odata.context"              = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
          - "@odata.etag"                 = "\"0x8DEDD9B2E046373\""
          - "container"                   = "map[name:help-requests query:SELECT * FROM c WHERE c._ts >= @HighWaterMark ORDER BY c._ts]"
          - "credentials"                 = "map[connectionString:<nil>]"
          - "dataChangeDetectionPolicy"   = "map[@odata.type:#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy highWaterMarkColumnName:_ts]"
          - "dataDeletionDetectionPolicy" = "<nil>"
          - "description"                 = "PlatOps help requests"
          - "encryptionKey"               = "<nil>"
          - "identity"                    = "<nil>"
          - "name"                        = "help-requests"
          - "subtype"                     = "<nil>"
          - "type"                        = "cosmosdb"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"            = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
              - "@odata.etag"               = "\"0x8DEDD9B2E046373\""
              - container                   = {
                  - name  = "help-requests"
                  - query = "SELECT * FROM c WHERE c._ts >= @HighWaterMark ORDER BY c._ts"
                }
              - credentials                 = {
                  - connectionString = null
                }
              - dataChangeDetectionPolicy   = {
                  - "@odata.type"           = "#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy"
                  - highWaterMarkColumnName = "_ts"
                }
              - dataDeletionDetectionPolicy = null
              - description                 = "PlatOps help requests"
              - encryptionKey               = null
              - identity                    = null
              - name                        = "help-requests"
              - subtype                     = null
              - type                        = "cosmosdb"
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"            = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
              - "@odata.etag"               = "\"0x8DEDD9B2E046373\""
              ~ credentials                 = {
                  ~ connectionString = null -> "ResourceId=/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.DocumentDB/databaseAccounts/platops-slack-help-bot-ptl;Database=help-requests;IdentityAuthType=AccessToken"
                }
              - dataDeletionDetectionPolicy = null
              - encryptionKey               = null
              - identity                    = null
                name                        = "help-requests"
              - subtype                     = null
                # (4 unchanged attributes hidden)
            }
        )
        id              = "help-requests"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.help_request_index will be updated in-place
  ~ resource "restapi_object" "help_request_index" {
      ~ api_data        = {
          - "@odata.context"        = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
          - "@odata.etag"           = "\"0x8DEDCE6800DED64\""
          - "analyzers"             = jsonencode([])
          - "charFilters"           = jsonencode([])
          - "corsOptions"           = "<nil>"
          - "defaultScoringProfile" = "<nil>"
          - "encryptionKey"         = "<nil>"
          - "fields"                = "[map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:id normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:true indexAnalyzer:<nil> key:false name:created_at normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:true synonymMaps:[] type:Edm.DateTimeOffset vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:true name:key normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:status normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:true indexAnalyzer:<nil> key:false name:area normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:true indexAnalyzer:<nil> key:false name:title normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:true indexAnalyzer:<nil> key:false name:description normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:analysis normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:resolution normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:rid normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:url normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>]]"
          - "name"                  = "help-requests"
          - "normalizers"           = jsonencode([])
          - "scoringProfiles"       = jsonencode([])
          - "semantic"              = "map[configurations:[map[name:help-requests prioritizedFields:map[prioritizedContentFields:[map[fieldName:description] map[fieldName:analysis] map[fieldName:resolution]] prioritizedKeywordsFields:[] titleField:map[fieldName:title]]]] defaultConfiguration:<nil>]"
          - "similarity"            = "map[@odata.type:#Microsoft.Azure.Search.BM25Similarity b:<nil> k1:<nil>]"
          - "suggesters"            = jsonencode([])
          - "tokenFilters"          = jsonencode([])
          - "tokenizers"            = jsonencode([])
          - "vectorSearch"          = "<nil>"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
              - "@odata.etag"         = "\"0x8DEDCE6800DED64\""
              - analyzers             = []
              - charFilters           = []
              - corsOptions           = null
              - defaultScoringProfile = null
              - encryptionKey         = null
              - fields                = [
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "id"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "created_at"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.DateTimeOffset"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = true
                      - name                = "key"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "status"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "area"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "title"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "description"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "analysis"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "resolution"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "rid"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "url"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                ]
              - name                  = "help-requests"
              - normalizers           = []
              - scoringProfiles       = []
              - semantic              = {
                  - configurations       = [
                      - {
                          - name              = "help-requests"
                          - prioritizedFields = {
                              - prioritizedContentFields  = [
                                  - {
                                      - fieldName = "description"
                                    },
                                  - {
                                      - fieldName = "analysis"
                                    },
                                  - {
                                      - fieldName = "resolution"
                                    },
                                ]
                              - prioritizedKeywordsFields = []
                              - titleField                = {
                                  - fieldName = "title"
                                }
                            }
                        },
                    ]
                  - defaultConfiguration = null
                }
              - similarity            = {
                  - "@odata.type" = "#Microsoft.Azure.Search.BM25Similarity"
                  - b             = null
                  - k1            = null
                }
              - suggesters            = []
              - tokenFilters          = []
              - tokenizers            = []
              - vectorSearch          = null
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
              - "@odata.etag"         = "\"0x8DEDCE6800DED64\""
              - analyzers             = []
              - charFilters           = []
              - corsOptions           = null
              - defaultScoringProfile = null
              - encryptionKey         = null
              ~ fields                = [
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "id"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "created_at"
                      - normalizer          = null
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                        name                = "key"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "status"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "area"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "title"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "description"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "analysis"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "resolution"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "rid"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "url"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                ]
                name                  = "help-requests"
              - normalizers           = []
              - scoringProfiles       = []
              ~ semantic              = {
                  - defaultConfiguration = null
                    # (1 unchanged attribute hidden)
                }
              - similarity            = {
                  - "@odata.type" = "#Microsoft.Azure.Search.BM25Similarity"
                  - b             = null
                  - k1            = null
                }
              - suggesters            = []
              - tokenFilters          = []
              - tokenizers            = []
              - vectorSearch          = null
            }
        )
        id              = "help-requests"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.help_request_indexer will be updated in-place
  ~ resource "restapi_object" "help_request_indexer" {
      ~ api_data        = {
          - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
          - "@odata.etag"         = "\"0x8DEDD9B2E4D28AD\""
          - "cache"               = "<nil>"
          - "dataSourceName"      = "help-requests"
          - "description"         = "<nil>"
          - "disabled"            = "<nil>"
          - "encryptionKey"       = "<nil>"
          - "fieldMappings"       = jsonencode([])
          - "name"                = "help-requests-indexer"
          - "outputFieldMappings" = jsonencode([])
          - "parameters"          = "<nil>"
          - "schedule"            = "map[interval:PT5M startTime:2024-07-19T15:32:09.422Z]"
          - "skillsetName"        = "<nil>"
          - "targetIndexName"     = "help-requests"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"    = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
              - "@odata.etag"       = "\"0x8DEDD9B2E4D28AD\""
              - cache               = null
              - dataSourceName      = "help-requests"
              - description         = null
              - disabled            = null
              - encryptionKey       = null
              - fieldMappings       = []
              - name                = "help-requests-indexer"
              - outputFieldMappings = []
              - parameters          = null
              - schedule            = {
                  - interval  = "PT5M"
                  - startTime = "2024-07-19T15:32:09.422Z"
                }
              - skillsetName        = null
              - targetIndexName     = "help-requests"
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"    = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
              - "@odata.etag"       = "\"0x8DEDD9B2E4D28AD\""
              - cache               = null
              - description         = null
              - disabled            = null
              - encryptionKey       = null
              - fieldMappings       = []
                name                = "help-requests-indexer"
              - outputFieldMappings = []
              - parameters          = null
              - skillsetName        = null
                # (3 unchanged attributes hidden)
            }
        )
        id              = "help-requests-indexer"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.hmcts_way_index will be updated in-place
  ~ resource "restapi_object" "hmcts_way_index" {
      ~ api_data        = {
          - "@odata.context"        = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
          - "@odata.etag"           = "\"0x8DE23BF5AF0E321\""
          - "analyzers"             = jsonencode([])
          - "charFilters"           = jsonencode([])
          - "corsOptions"           = "<nil>"
          - "defaultScoringProfile" = "<nil>"
          - "encryptionKey"         = "<nil>"
          - "fields"                = "[map[analyzer:<nil> dimensions:<nil> facetable:false filterable:false indexAnalyzer:<nil> key:true name:id normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:metadata_storage_last_modified normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.DateTimeOffset vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:title normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:metadata_storage_name normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:metadata_storage_path normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:metadata_storage_content_md5 normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:false indexAnalyzer:<nil> key:false name:content normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>]]"
          - "name"                  = "the-hmcts-way"
          - "normalizers"           = jsonencode([])
          - "scoringProfiles"       = jsonencode([])
          - "semantic"              = "map[configurations:[map[name:the-hmcts-way prioritizedFields:map[prioritizedContentFields:[map[fieldName:content]] prioritizedKeywordsFields:[] titleField:map[fieldName:title]]]] defaultConfiguration:<nil>]"
          - "similarity"            = "map[@odata.type:#Microsoft.Azure.Search.BM25Similarity b:<nil> k1:<nil>]"
          - "suggesters"            = jsonencode([])
          - "tokenFilters"          = jsonencode([])
          - "tokenizers"            = jsonencode([])
          - "vectorSearch"          = "<nil>"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
              - "@odata.etag"         = "\"0x8DE23BF5AF0E321\""
              - analyzers             = []
              - charFilters           = []
              - corsOptions           = null
              - defaultScoringProfile = null
              - encryptionKey         = null
              - fields                = [
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = true
                      - name                = "id"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "metadata_storage_last_modified"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.DateTimeOffset"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "title"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "metadata_storage_name"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "metadata_storage_path"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "metadata_storage_content_md5"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "content"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                ]
              - name                  = "the-hmcts-way"
              - normalizers           = []
              - scoringProfiles       = []
              - semantic              = {
                  - configurations       = [
                      - {
                          - name              = "the-hmcts-way"
                          - prioritizedFields = {
                              - prioritizedContentFields  = [
                                  - {
                                      - fieldName = "content"
                                    },
                                ]
                              - prioritizedKeywordsFields = []
                              - titleField                = {
                                  - fieldName = "title"
                                }
                            }
                        },
                    ]
                  - defaultConfiguration = null
                }
              - similarity            = {
                  - "@odata.type" = "#Microsoft.Azure.Search.BM25Similarity"
                  - b             = null
                  - k1            = null
                }
              - suggesters            = []
              - tokenFilters          = []
              - tokenizers            = []
              - vectorSearch          = null
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
              - "@odata.etag"         = "\"0x8DE23BF5AF0E321\""
              - analyzers             = []
              - charFilters           = []
              - corsOptions           = null
              - defaultScoringProfile = null
              - encryptionKey         = null
              ~ fields                = [
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                        name                = "id"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (6 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "metadata_storage_last_modified"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "title"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "metadata_storage_name"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "metadata_storage_path"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "metadata_storage_content_md5"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "content"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                ]
                name                  = "the-hmcts-way"
              - normalizers           = []
              - scoringProfiles       = []
              ~ semantic              = {
                  - defaultConfiguration = null
                    # (1 unchanged attribute hidden)
                }
              - similarity            = {
                  - "@odata.type" = "#Microsoft.Azure.Search.BM25Similarity"
                  - b             = null
                  - k1            = null
                }
              - suggesters            = []
              - tokenFilters          = []
              - tokenizers            = []
              - vectorSearch          = null
            }
        )
        id              = "the-hmcts-way"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.hmcts_way_indexer will be updated in-place
  ~ resource "restapi_object" "hmcts_way_indexer" {
      ~ api_data        = {
          - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
          - "@odata.etag"         = "\"0x8DEDD9B4146A068\""
          - "cache"               = "<nil>"
          - "dataSourceName"      = "the-hmcts-way"
          - "description"         = "<nil>"
          - "disabled"            = "<nil>"
          - "encryptionKey"       = "<nil>"
          - "fieldMappings"       = jsonencode([])
          - "name"                = "the-hmcts-way"
          - "outputFieldMappings" = jsonencode([])
          - "parameters"          = "map[base64EncodeKeys:<nil> batchSize:<nil> configuration:map[imageAction:none indexedFileNameExtensions:.html] maxFailedItems:<nil> maxFailedItemsPerBatch:<nil>]"
          - "schedule"            = "<nil>"
          - "skillsetName"        = "<nil>"
          - "targetIndexName"     = "the-hmcts-way"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"    = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
              - "@odata.etag"       = "\"0x8DEDD9B4146A068\""
              - cache               = null
              - dataSourceName      = "the-hmcts-way"
              - description         = null
              - disabled            = null
              - encryptionKey       = null
              - fieldMappings       = []
              - name                = "the-hmcts-way"
              - outputFieldMappings = []
              - parameters          = {
                  - base64EncodeKeys       = null
                  - batchSize              = null
                  - configuration          = {
                      - imageAction               = "none"
                      - indexedFileNameExtensions = ".html"
                    }
                  - maxFailedItems         = null
                  - maxFailedItemsPerBatch = null
                }
              - schedule            = null
              - skillsetName        = null
              - targetIndexName     = "the-hmcts-way"
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"    = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
              - "@odata.etag"       = "\"0x8DEDD9B4146A068\""
              - cache               = null
              - description         = null
              - disabled            = null
              - encryptionKey       = null
              - fieldMappings       = []
                name                = "the-hmcts-way"
              - outputFieldMappings = []
              ~ parameters          = {
                  - base64EncodeKeys       = null
                  - batchSize              = null
                  - maxFailedItems         = null
                  - maxFailedItemsPerBatch = null
                    # (1 unchanged attribute hidden)
                }
              - schedule            = null
              - skillsetName        = null
                # (2 unchanged attributes hidden)
            }
        )
        id              = "the-hmcts-way"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.storage_account_datasource will be updated in-place
  ~ resource "restapi_object" "storage_account_datasource" {
      ~ api_data        = {
          - "@odata.context"              = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
          - "@odata.etag"                 = "\"0x8DEDD9B2E1346D2\""
          - "container"                   = "map[name:the-hmcts-way query:<nil>]"
          - "credentials"                 = "map[connectionString:<nil>]"
          - "dataChangeDetectionPolicy"   = "<nil>"
          - "dataDeletionDetectionPolicy" = "map[@odata.type:#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy]"
          - "description"                 = "HTML content from The HMCTS Way documentation"
          - "encryptionKey"               = "<nil>"
          - "identity"                    = "<nil>"
          - "name"                        = "the-hmcts-way"
          - "subtype"                     = "<nil>"
          - "type"                        = "azureblob"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"            = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
              - "@odata.etag"               = "\"0x8DEDD9B2E1346D2\""
              - container                   = {
                  - name  = "the-hmcts-way"
                  - query = null
                }
              - credentials                 = {
                  - connectionString = null
                }
              - dataChangeDetectionPolicy   = null
              - dataDeletionDetectionPolicy = {
                  - "@odata.type" = "#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy"
                }
              - description                 = "HTML content from The HMCTS Way documentation"
              - encryptionKey               = null
              - identity                    = null
              - name                        = "the-hmcts-way"
              - subtype                     = null
              - type                        = "azureblob"
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"            = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
              - "@odata.etag"               = "\"0x8DEDD9B2E1346D2\""
              ~ container                   = {
                    name  = "the-hmcts-way"
                  - query = null
                }
              ~ credentials                 = {
                  ~ connectionString = null -> "ResourceId=/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.Storage/storageAccounts/platopslackhelpbotai;"
                }
              - dataChangeDetectionPolicy   = null
              - encryptionKey               = null
              - identity                    = null
                name                        = "the-hmcts-way"
              - subtype                     = null
                # (3 unchanged attributes hidden)
            }
        )
        id              = "the-hmcts-way"
        # (4 unchanged attributes hidden)
    }

Plan: 0 to add, 7 to change, 0 to destroy.

@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from 50bdbe1 to ec96b2f Compare September 25, 2025 18:32
@renovate renovate Bot changed the title Update dependency applicationinsights to v3.10.0 Update dependency applicationinsights to v3.11.0 Sep 25, 2025
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from ec96b2f to 6bf3f4e Compare September 25, 2025 23:33
@renovate renovate Bot changed the title Update dependency applicationinsights to v3.11.0 Update dependency applicationinsights to v3.12.0 Sep 30, 2025
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from 6bf3f4e to c08245a Compare September 30, 2025 00:15
@renovate renovate Bot enabled auto-merge (squash) October 17, 2025 12:12
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from c08245a to e9a2f2b Compare October 21, 2025 21:00
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch 2 times, most recently from 11ba1a7 to c36b190 Compare November 15, 2025 04:45
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from c36b190 to a07ee6e Compare November 18, 2025 13:42
@renovate renovate Bot changed the title Update dependency applicationinsights to v3.12.0 Update dependency applicationinsights to v3.12.1 Nov 25, 2025
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from a07ee6e to da0d47e Compare November 25, 2025 02:40
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from da0d47e to c15401e Compare December 3, 2025 16:35
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from c15401e to d00d0d7 Compare December 31, 2025 18:03
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from d00d0d7 to 8b02632 Compare January 9, 2026 12:29
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from 8b02632 to 41c8828 Compare January 17, 2026 02:36
@renovate renovate Bot changed the title Update dependency applicationinsights to v3.12.1 Update dependency applicationinsights to v3.13.0 Jan 17, 2026
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20250917.4

@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from 41c8828 to 149d5bf Compare January 22, 2026 06:56
@hmcts-platform-operations

hmcts-platform-operations commented Jan 22, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260126.1

@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from 149d5bf to 5a088c9 Compare January 26, 2026 10:12
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from 8e88128 to d399ab7 Compare May 14, 2026 11:28
@renovate renovate Bot changed the title Update dependency applicationinsights to v3.14.0 Update dependency applicationinsights to v3.15.0 May 14, 2026
@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch 6 times, most recently from beb754b to e9460fb Compare May 21, 2026 10:10
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260521.4

@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from e9460fb to 6e608d7 Compare May 22, 2026 13:42
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260521.5

@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from 6e608d7 to 8434c49 Compare May 22, 2026 22:44
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260522.16

@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch from 8434c49 to cafce1d Compare May 25, 2026 16:44
@hmcts-platform-operations

hmcts-platform-operations commented May 25, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260529.2

@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch 3 times, most recently from a4cce1b to 14552fa Compare June 2, 2026 01:07
@hmcts-platform-operations

hmcts-platform-operations commented Jun 2, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260619.5

@renovate renovate Bot force-pushed the renovate/applicationinsights-3.x-lockfile branch 2 times, most recently from 84d9151 to 838a4e6 Compare June 4, 2026 13:32
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260624.4

2 similar comments
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260624.4

@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260624.4

@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260703.5

@hmcts-platform-operations

hmcts-platform-operations commented Jul 3, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260706.14

@hmcts-platform-operations

hmcts-platform-operations commented Jul 8, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260708.12

1 similar comment
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260708.12

@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260709.3

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

Labels

448: cftptl - Job/add-or-update dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant