Skip to content

Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.32#700

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/workleap-azure-cli-credentials-proxy-1.x
Open

Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.32#700
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/workleap-azure-cli-credentials-proxy-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
workleap/azure-cli-credentials-proxy patch 1.2.211.2.32

Release Notes

workleap/azure-cli-credentials-proxy (workleap/azure-cli-credentials-proxy)

v1.2.32

Compare Source

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.31...1.2.32

v1.2.31

Compare Source

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.30...1.2.31

v1.2.30

Compare Source

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.29...1.2.30

v1.2.29

Compare Source

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.28...1.2.29

v1.2.28

Compare Source

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.27...1.2.28

v1.2.27

Compare Source

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.26...1.2.27

v1.2.26

Compare Source

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.25...1.2.26

v1.2.25

Compare Source

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.24...1.2.25

v1.2.24

Compare Source

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.23...1.2.24

v1.2.23

Compare Source

What's Changed

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.22...1.2.23

v1.2.22

Compare Source

What's Changed

Full Changelog: workleap/azure-cli-credentials-proxy@1.2.21...1.2.22


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, 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 22, 2025
@renovate renovate Bot requested a review from a team as a code owner September 22, 2025 06:48
@renovate renovate Bot requested review from SalimKainos, ishdeepdulkoan and shabmama53 and removed request for a team September 22, 2025 06:48
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 22, 2025
@hmcts-platform-operations

hmcts-platform-operations commented Sep 22, 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/workleap-azure-cli-credentials-proxy-1.x branch from d4adbd5 to 5db5d8b Compare October 5, 2025 06:04
@renovate renovate Bot changed the title Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.22 Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.23 Oct 5, 2025
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from 5db5d8b to c535320 Compare October 12, 2025 06:23
@renovate renovate Bot changed the title Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.23 Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.24 Oct 12, 2025
@renovate renovate Bot enabled auto-merge (squash) October 17, 2025 12:12
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from c535320 to 6bbcda5 Compare October 19, 2025 03:45
@renovate renovate Bot changed the title Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.24 Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.25 Oct 19, 2025
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from 6bbcda5 to 01aad6c Compare October 26, 2025 06:50
@renovate renovate Bot changed the title Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.25 Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.26 Oct 26, 2025
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from 01aad6c to ae30868 Compare November 2, 2025 07:13
@renovate renovate Bot changed the title Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.26 Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.27 Nov 2, 2025
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from ae30868 to 28ad5ce Compare November 9, 2025 06:55
@renovate renovate Bot changed the title Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.27 Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.28 Nov 9, 2025
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch 2 times, most recently from 2b187fa to abcdfbb Compare November 16, 2025 03:56
@renovate renovate Bot changed the title Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.28 Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.29 Nov 16, 2025
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from abcdfbb to c644119 Compare November 23, 2025 06:41
@renovate renovate Bot changed the title Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.29 Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.30 Nov 23, 2025
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from c644119 to 0e74072 Compare November 30, 2025 06:03
@renovate renovate Bot changed the title Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.30 Update workleap/azure-cli-credentials-proxy Docker tag to v1.2.31 Nov 30, 2025
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from 0e74072 to af059b4 Compare December 7, 2025 06:52
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch 5 times, most recently from 16671f1 to dd7b310 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/workleap-azure-cli-credentials-proxy-1.x branch from dd7b310 to 98559ca 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/workleap-azure-cli-credentials-proxy-1.x branch from 98559ca to 89a3057 Compare May 22, 2026 22:43
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260522.16

@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from 89a3057 to 73d8d45 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/workleap-azure-cli-credentials-proxy-1.x branch 3 times, most recently from 0b6d485 to be32fcf Compare June 2, 2026 01:06
@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/workleap-azure-cli-credentials-proxy-1.x branch 2 times, most recently from 6038a5f to 7876cea Compare June 4, 2026 13:31
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from 7876cea to 0b73e28 Compare June 12, 2026 13:14
@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch 2 times, most recently from 837a634 to 517e7f9 Compare June 24, 2026 11:51
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260624.4

@renovate renovate Bot force-pushed the renovate/workleap-azure-cli-credentials-proxy-1.x branch from 517e7f9 to fcd8b73 Compare July 2, 2026 15:27
@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