Skip to content

Update dependency @azure/cosmos to v4.10.0 - #706

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/azure-sdk-for-js-monorepo
Open

Update dependency @azure/cosmos to v4.10.0#706
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/azure-sdk-for-js-monorepo

Conversation

@renovate

@renovate renovate Bot commented Oct 14, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@azure/cosmos (source) 4.5.14.10.0 age confidence

Release Notes

Azure/azure-sdk-for-js (@​azure/cosmos)

v4.10.0

Compare Source

Features Added
  • Added a semantic reranking API. Use Container.semanticRerank(rerankContext, documents, options) to score and reorder documents by relevance via the Cosmos DB Inference Service. Configure it through enablePreviewFeatures.semanticRerank on CosmosClientOptions: inferenceEndpoint (required) and an optional inferenceRequestTimeout (ms, default 5000) single-attempt timeout that fails with HTTP 408 when exceeded. Requires AAD authentication. The result and any thrown error include CosmosDiagnostics for the operation.
  • Added enablePreviewFeatures to CosmosClientOptions, a dictionary for opting into preview features of the SDK.
Bugs Fixed
  • #​38087 Made boundingBox optional on the SpatialIndex type. Bounding boxes are only required for geometry spatial indexes, not geography ones.
  • Fixed cross-partition queries making a redundant /pkranges metadata call on every query. Queries now reuse the shared partition key range cache (worst for hybrid queries, which previously fetched ranges per component query). The cache is also made failure-safe so a transient fetch error no longer poisons later lookups.
  • #​39115 Fixed continuation token handling for enableQueryControl queries. Resuming now routes through the query plan instead of forwarding the SDK-internal composite token to the gateway, avoiding an extra failing call and the MalformedContinuationToken error.

v4.9.3

Compare Source

Bugs Fixed
  • #​38124 Fixed incorrect SQL filter generation in ORDER BY queries with continuation tokens. Backslashes and single quotes in orderByItem values are now properly escaped in formatValueForSQL before being embedded in WHERE clauses.

v4.9.2

Compare Source

Bugs Fixed
  • #​36765 Fixed inflated continuation token size in streaming queries (SELECT * FROM c) by properly removing exhausted partition ranges from the continuation token.

v4.9.1

Compare Source

Bugs Fixed
  • #​37178 Fixed memory leak in full-text search queries by improving continuation token handling for hybrid component query scenarios.
  • #​37194 Added support for SQLQuerySpec in hybrid search queries. Previously, only string queries were supported.

v4.9.0

Compare Source

Features Added
  • Added support for continuation tokens in queries. This capability is available when using the enableQueryControl feature in FeedOptions.

v4.8.0

Compare Source

Features Added
  • #​36701 Added support for float16 data type in vector embedding.
  • #​36700 Added support for Priority level in Change feed.
  • #​36699 Add support for throughput buckets in Change Feed.
Bugs Fixed
  • Fixed MIN/MAX aggregate queries randomly returning incorrect results in multi-partition collections. Empty partitions (count:0) were incorrectly overwriting valid aggregate values with undefined, causing MIN or MAX values to be missing from query results.
Other Changes
  • Added samples demonstrating Throughput bucketing feature.
  • Added samples showcasing the use of Priority-Level support.
  • Added samples for the deleteAllItemsForPartitionKey feature.

v4.7.0

Compare Source

Features Added

Dynamic Enablement for PPAF(Per Partition Automatic Failover): Added support to dynamically enable or disable PPAF based on the enablePartitionLevelFailover flag retrieved from the database account properties removing the need of SDK restart.

v4.6.0

Compare Source

Features Added
  • Excluded Locations Support: This feature adds support for excluded locations, allowing requests to avoid specified Azure regions when performing operations. By excluding certain regions at the request level, applications can control data residency, compliance, and latency, ensuring that operations are served only from preferred regions. This enhances availability and reliability by preventing requests from being routed to undesired or unavailable regions. docs
const requestOptions = { excludedLocations: ["West US"] };
const city = { id: "1", name: "Olympia", state: "WA" };

await container.items.upsert(city, requestOptions);

await container.item("1").delete(requestOptions);
  • #​36015 AAD Authentication Scope Override: Added support for overriding AAD authentication scope via the new aadScope option in CosmosClientOptions. When no custom scope is provided, the system uses the account-specific scope for authentication and implements a fallback mechanism to https://cosmos.azure.com/.default in case of AADSTS500011 errors. When a custom scope is explicitly provided via the aadScope option, no fallback occurs.
Bugs Fixed
  • #​35875 Fixed the per-operation partition key format in the batch API to match the API-level partition key,
    preventing partitionKeyMismatch error when an optional partition key value is provided in the operationInput
  • #​35967 Changed the default values of enablePartitionLevelFailover and enablePartitionLevelCircuitBreaker flags to true in the connection policy.

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 Oct 14, 2025
@renovate
renovate Bot requested a review from a team as a code owner October 14, 2025 07:04
@renovate
renovate Bot requested review from Abhivan and shabmama53 and removed request for a team October 14, 2025 07:04
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Oct 14, 2025
@renovate
renovate Bot requested a review from vishal-hmcts October 14, 2025 07:04
@hmcts-platform-operations

hmcts-platform-operations commented Oct 14, 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"                 = "\"0x8DEEE1F451B2558\""
          - "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"               = "\"0x8DEEE1F451B2558\""
              - 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"               = "\"0x8DEEE1F451B2558\""
              ~ 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"         = "\"0x8DEEE1F454C196A\""
          - "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"       = "\"0x8DEEE1F454C196A\""
              - 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"       = "\"0x8DEEE1F454C196A\""
              - 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"         = "\"0x8DEEE1F46C4114F\""
          - "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"       = "\"0x8DEEE1F46C4114F\""
              - 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"       = "\"0x8DEEE1F46C4114F\""
              - 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"                 = "\"0x8DEEE1F45297011\""
          - "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"               = "\"0x8DEEE1F45297011\""
              - 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"               = "\"0x8DEEE1F45297011\""
              ~ 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 enabled auto-merge (squash) October 17, 2025 12:12
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from db57707 to 0a43df5 Compare October 23, 2025 19:02
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch 2 times, most recently from aab026d to 7ca495b Compare November 15, 2025 04:45
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch 3 times, most recently from a00dc09 to 339abf3 Compare November 25, 2025 06:41
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 339abf3 to b647140 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/azure-sdk-for-js-monorepo branch 2 times, most recently from 886c6ac to 3c7175c Compare January 27, 2026 11:26
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260126.13

@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 3c7175c to fda1a11 Compare January 27, 2026 15:58
@hmcts-platform-operations

hmcts-platform-operations commented Jan 27, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260128.2

@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch 2 times, most recently from 15b5441 to 7ec4905 Compare January 29, 2026 19:02
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260128.2

@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 7ec4905 to 1d2fc60 Compare February 4, 2026 08:47
@hmcts-platform-operations

hmcts-platform-operations commented Feb 4, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260204.14

@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 1d2fc60 to da48777 Compare February 4, 2026 10:29
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from da48777 to de470f7 Compare February 12, 2026 16:47
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch 2 times, most recently from 3686e81 to 46afed9 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/azure-sdk-for-js-monorepo branch from 46afed9 to 02241af Compare June 2, 2026 15:37
@renovate renovate Bot changed the title Update dependency @azure/cosmos to v4.9.3 Update azure-sdk-for-js monorepo to v4.9.3 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 02241af to 7a04507 Compare June 4, 2026 13:32
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 7a04507 to 76a0c39 Compare June 12, 2026 13:14
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 76a0c39 to c4efc70 Compare June 19, 2026 14:10
@renovate renovate Bot changed the title Update azure-sdk-for-js monorepo to v4.9.3 Update azure-sdk-for-js monorepo Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from c4efc70 to 753a911 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 changed the title Update azure-sdk-for-js monorepo Update dependency @azure/cosmos to v4.9.3 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 753a911 to 836dee8 Compare July 2, 2026 15:27
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260624.4

@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 836dee8 to 9c16dcb Compare July 3, 2026 13:54
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260703.5

@renovate
renovate Bot force-pushed the renovate/azure-sdk-for-js-monorepo branch from 9c16dcb to 97af932 Compare July 3, 2026 14:37
@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

1 similar comment
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260709.3

@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260716.4

@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260716.16

2 similar comments
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260716.16

@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260716.16

@hmcts-platform-operations

Copy link
Copy Markdown

Caution

main branch build is currently broken. Please fix it before merging this PR.

Build: #20260723.1

@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260724.12

@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260730.4

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