From 7957d68a9d4e63c3fe5595c31f9dcc866713460d Mon Sep 17 00:00:00 2001 From: pasqualespica <36746022+pasqualespica@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:41:48 +0100 Subject: [PATCH 1/2] upd opex --- .opex/internal/v1/env/prod/config.yaml | 2 +- .opex/internal/v2/env/prod/config.yaml | 2 +- .opex/node/v1/env/prod/config.yaml | 2 +- .opex/node/v2/env/prod/config.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.opex/internal/v1/env/prod/config.yaml b/.opex/internal/v1/env/prod/config.yaml index 415f3bea..52dbe1bf 100644 --- a/.opex/internal/v1/env/prod/config.yaml +++ b/.opex/internal/v1/env/prod/config.yaml @@ -1,5 +1,5 @@ oa3_spec: ./openapi/openapi-v1.json # If start with http the file would be downloaded from the internet -name: opex_pagopa-afm-calculator_v1 +name: opex_pagopa-afm-calculator-v1 location: West Europe timespan: 5m # Default, a number or a timespan https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/timespan data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-vnet-rg/providers/Microsoft.Network/applicationGateways/pagopa-p-app-gw diff --git a/.opex/internal/v2/env/prod/config.yaml b/.opex/internal/v2/env/prod/config.yaml index 462bd165..6bb872c0 100644 --- a/.opex/internal/v2/env/prod/config.yaml +++ b/.opex/internal/v2/env/prod/config.yaml @@ -1,5 +1,5 @@ oa3_spec: ./openapi/openapi-v2.json # If start with http the file would be downloaded from the internet -name: opex_pagopa-afm-calculator_v2 +name: opex_pagopa-afm-calculator-v2 location: West Europe timespan: 5m # Default, a number or a timespan https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/timespan data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-vnet-rg/providers/Microsoft.Network/applicationGateways/pagopa-p-app-gw diff --git a/.opex/node/v1/env/prod/config.yaml b/.opex/node/v1/env/prod/config.yaml index 51c2e4ec..7003ec30 100644 --- a/.opex/node/v1/env/prod/config.yaml +++ b/.opex/node/v1/env/prod/config.yaml @@ -1,5 +1,5 @@ oa3_spec: ./openapi/openapi-node-v1.json # If start with http the file would be downloaded from the internet -name: opex_pagopa-afm-calculator_node_v1 +name: opex_pagopa-afm-calculator-node-v1 location: West Europe timespan: 5m # Default, a number or a timespan https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/timespan data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-vnet-rg/providers/Microsoft.Network/applicationGateways/pagopa-p-app-gw diff --git a/.opex/node/v2/env/prod/config.yaml b/.opex/node/v2/env/prod/config.yaml index 8acdb9d8..4085c4dd 100644 --- a/.opex/node/v2/env/prod/config.yaml +++ b/.opex/node/v2/env/prod/config.yaml @@ -1,5 +1,5 @@ oa3_spec: ./openapi/openapi-node-v2.json # If start with http the file would be downloaded from the internet -name: opex_pagopa-afm-calculator_node_v2 +name: opex_pagopa-afm-calculator-node-v2 location: West Europe timespan: 5m # Default, a number or a timespan https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/timespan data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-vnet-rg/providers/Microsoft.Network/applicationGateways/pagopa-p-app-gw From 97705407f8febe5f5382084339ddd00b7e8e865c Mon Sep 17 00:00:00 2001 From: pasqualespica <36746022+pasqualespica@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:50:49 +0100 Subject: [PATCH 2/2] fix --- .opex/internal/v2/env/prod/backend.tfvars | 2 +- .opex/node/v2/env/prod/backend.tfvars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.opex/internal/v2/env/prod/backend.tfvars b/.opex/internal/v2/env/prod/backend.tfvars index 4fcbfcd1..f1bd1d6b 100644 --- a/.opex/internal/v2/env/prod/backend.tfvars +++ b/.opex/internal/v2/env/prod/backend.tfvars @@ -1,4 +1,4 @@ resource_group_name = "io-infra-rg" storage_account_name = "pagopainfraterraformprod" container_name = "azurermstate" -key = "opex.pagopa-afm-calculator.terraform.tfstate" +key = "opex.pagopa-afm-calculator_v2.terraform.tfstate" diff --git a/.opex/node/v2/env/prod/backend.tfvars b/.opex/node/v2/env/prod/backend.tfvars index 69887bbb..68b35f58 100644 --- a/.opex/node/v2/env/prod/backend.tfvars +++ b/.opex/node/v2/env/prod/backend.tfvars @@ -1,4 +1,4 @@ resource_group_name = "io-infra-rg" storage_account_name = "pagopainfraterraformprod" container_name = "azurermstate" -key = "opex.pagopa-afm-calculator_node.terraform.tfstate" +key = "opex.pagopa-afm-calculator_node_v2.terraform.tfstate"