Change Result (Click me)
```hcl
# azurerm_role_assignment.search_contributor_hmcts_way will be created
+ resource "azurerm_role_assignment" "search_contributor_hmcts_way" {
+ id = (known after apply)
+ name = (known after apply)
+ principal_id = "/servicePrincipals/29703cf0-15f5-411c-be38-425663df214b"
+ principal_type = (known after apply)
+ role_definition_id = (known after apply)
+ role_definition_name = "Search Service Contributor"
+ scope = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.Search/searchServices/platops-slack-help-bot-ptl"
+ skip_service_principal_aad_check = (known after apply)
}
# azurerm_role_assignment.storage_blob_data_contributor_hmcts_way will be created
+ resource "azurerm_role_assignment" "storage_blob_data_contributor_hmcts_way" {
+ id = (known after apply)
+ name = (known after apply)
+ principal_id = "/servicePrincipals/29703cf0-15f5-411c-be38-425663df214b"
+ principal_type = (known after apply)
+ role_definition_id = (known after apply)
+ role_definition_name = "Storage Blob Data Contributor"
+ scope = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.Storage/storageAccounts/platopslackhelpbotai"
+ skip_service_principal_aad_check = (known after apply)
}
Plan: 2 to add, 0 to change, 0 to destroy.
```
This PR contains the following updates:
4.68.0
->4.68.1
Release Notes
openai/openai-node (openai)
### [`v4.68.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4681-2024-10-18) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.68.0...v4.68.1) Full Changelog: [v4.68.0...v4.68.1](https://redirect.github.com/openai/openai-node/compare/v4.68.0...v4.68.1) ##### Bug Fixes - **client:** respect x-stainless-retry-count default headers ([#1138](https://redirect.github.com/openai/openai-node/issues/1138)) ([266717b](https://redirect.github.com/openai/openai-node/commit/266717b3301828c7df735064a380a055576183bc))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 becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.