Skip to content

Version Packages#1316

Merged
gunzip merged 1 commit intomainfrom
changeset-release/main
Feb 12, 2026
Merged

Version Packages#1316
gunzip merged 1 commit intomainfrom
changeset-release/main

Conversation

@dx-pagopa-bot
Copy link
Collaborator

@dx-pagopa-bot dx-pagopa-bot commented Feb 11, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@pagopa/opex-dashboard@0.1.0

Minor Changes

  • 4a738dc: Support flat terraform configuration

@pagopa-dx/terraform-plan-download@0.0.1

Patch Changes

@pagopa-dx/terraform-plan-upload@0.0.1

Patch Changes

azure_function_app@4.2.1

Patch Changes

  • dba6e7b: Expose storage account primary_queue_endpoint output.

    Both azure_function_app and azure_storage_account modules now expose the primary queue endpoint: storage_account.primary_queue_endpoint.
    This enables RBAC authentication configuration on queues.

    Example

    Configure managed identity authentication for Azure Functions queue triggers using the queue endpoint (where module.storage is an instance of the azure_storage_account module):

    app_settings = {
      AzureWebJobsStorage__accountName      = module.storage.name                   # Set the storage account name for Azure Functions
      AzureWebJobsStorage__queueServiceUri  = module.storage.primary_queue_endpoint # Set the queue service URI for Azure Functions to enable identity-based authentication
    }

    This enables identity-based connections without requiring connection strings, improving security for Azure Functions bindings.

azure_storage_account@2.1.4

Patch Changes

  • dba6e7b: Expose storage account primary_queue_endpoint output.

    Both azure_function_app and azure_storage_account modules now expose the primary queue endpoint: storage_account.primary_queue_endpoint.
    This enables RBAC authentication configuration on queues.

    Example

    Configure managed identity authentication for Azure Functions queue triggers using the queue endpoint (where module.storage is an instance of the azure_storage_account module):

    app_settings = {
      AzureWebJobsStorage__accountName      = module.storage.name                   # Set the storage account name for Azure Functions
      AzureWebJobsStorage__queueServiceUri  = module.storage.primary_queue_endpoint # Set the queue service URI for Azure Functions to enable identity-based authentication
    }

    This enables identity-based connections without requiring connection strings, improving security for Azure Functions bindings.

@github-actions github-actions bot force-pushed the changeset-release/main branch from a7eaae0 to 69e2984 Compare February 12, 2026 08:24
@gunzip gunzip merged commit 508bb41 into main Feb 12, 2026
5 checks passed
@gunzip gunzip deleted the changeset-release/main branch February 12, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants