Skip to content

remove routes for "dlrm_data_aria_sbox1" and "dlrm_data_aria_sbox2" #752

Open
charlesluokb wants to merge 1 commit intomainfrom
dtspo-27588-revertNewRoutesSetupFor-dlrm-aria
Open

remove routes for "dlrm_data_aria_sbox1" and "dlrm_data_aria_sbox2" #752
charlesluokb wants to merge 1 commit intomainfrom
dtspo-27588-revertNewRoutesSetupFor-dlrm-aria

Conversation

@charlesluokb
Copy link
Copy Markdown

@charlesluokb charlesluokb commented Oct 16, 2025

remove routes for "dlrm_data_aria_sbox1" and "dlrm_data_aria_sbox2" with corresponding address prefixes, next hop types, and IP addresses

Jira link

See dtspo-27588

Change description

Testing done

Security Vulnerability Assessment

CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?

  • Yes
  • No

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

🤖AEP PR SUMMARY🤖

  • Modified file: environments/network/aat.tfvars
  • Removed multiple routing entries for "dlrm_data_aria_sbox1" and "dlrm_data_aria_sbox2" with their respective address prefixes and next hop information, reducing the number of entries from the list.

…ith corresponding address prefixes, next hop types, and IP addresses
@charlesluokb charlesluokb requested a review from a team as a code owner October 16, 2025 13:45
@charlesluokb charlesluokb requested review from JordanHoey96, ssian2 and willwatters and removed request for a team October 16, 2025 13:45
@github-actions
Copy link
Copy Markdown
Contributor

Feedback for Improvements

  1. Commenting Out vs Deletion

    • The changes are removing routes rather than commenting them out. If these routes might be needed later or their removal requires explanation, consider commenting them out with a description of why they are being removed. This ensures traceability and helps future maintainers understand the rationale.

    hcl

    {

    name = "dlrm_data_aria_sbox1"

    address_prefix = "10.247.3.0/24"

    next_hop_type = "VirtualAppliance"

    next_hop_in_ip_address = "10.11.72.36"

    }

    
    
  2. Version Control Notes

    • If the routes are removed intentionally for optimization or because they are deprecated, consider documenting this in your commit message or in an associated issue/ticket. This information can be valuable for reviewers or during debugging.
  3. Linter and Static Analysis

    • Ensure this file is passed through a Terraform linter or static code analysis tool before merging, especially after deleting configurations. This step helps confirm there are no unintended side effects.
  4. Testing Impact

    • If this file is directly or indirectly affecting a production environment, ensure that adequate tests exist to verify the removal doesn’t break connectivity or dependent configurations elsewhere. For instance:
      • Add automated checks to confirm no critical infrastructure is using these removed address ranges.
  5. Carbon Impact

    • If the routes being removed reduce unused or non-essential networking, it can decrease network hardware utilization, potentially leading to minor energy savings. If this is one objective of the change, it could be documented for visibility.
  6. Cost Monitoring

    • While removing routes themselves does not directly affect costs, verify whether the removed address prefixes were associated with additional configurations (e.g., firewalls, NAT gateways, etc.) that might now be redundant. Post-merge, audit associated services to check for potential cost implications or savings. Estimated cost changes in this context can vary widely depending on the Azure setup.

Example Documentation Additions

In the commit or associated issue, consider including:

  • Reason for Removal: "Removed redundant or unused routes to optimize network configuration."
  • Impact Assessment: Include any findings related to reduced dependencies or connected infrastructure implications.
  • Rollback Plan: Document how these routes can be reinstated if needed, referencing the removed configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Genesis_sbox - Genesis)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.genesis.azurerm_resource_group.genesis_resource_group
Change Result (Click me)
  # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
  ~ resource "azurerm_resource_group" "genesis_resource_group" {
        id         = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/genesis-rg"
        name       = "genesis-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "Low"
          + "environment"  = "sandbox"
          + "expiresAfter" = "3000-01-01"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Network_sbox - NetworkRg)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Network_sbox - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 766: Network_sbox - DeployInfrastructure/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Managed_Identity_sbox - Managed_Identity)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 766: Managed_Identity_sbox - Managed_Identity/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_sbox - DeployInfrastructure)

Plan: 2 to add, 1 to change, 0 to destroy.
  • Create
    • azurerm_resource_group.disks_resource_group
    • azurerm_role_assignment.disk
  • Update
    • module.kubernetes["00"].azurerm_kubernetes_cluster.kubernetes_cluster
Change Result (Click me)
  # azurerm_resource_group.disks_resource_group will be created
  + resource "azurerm_resource_group" "disks_resource_group" {
      + id       = (known after apply)
      + location = "uksouth"
      + name     = "disks-sbox-rg"
      + tags     = {
          + "application"  = "core"
          + "autoShutdown" = "true"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "Low"
          + "environment"  = "sandbox"
          + "expiresAfter" = "3000-01-01"
        }
    }

  # azurerm_role_assignment.disk will be created
  + resource "azurerm_role_assignment" "disk" {
      + id                               = (known after apply)
      + name                             = (known after apply)
      + principal_id                     = "ff47ab8f-e4d9-48f2-ad31-af5933824849"
      + principal_type                   = (known after apply)
      + role_definition_id               = (known after apply)
      + role_definition_name             = "Virtual Machine Contributor"
      + scope                            = (known after apply)
      + skip_service_principal_aad_check = (known after apply)
    }

  # module.kubernetes["00"].azurerm_kubernetes_cluster.kubernetes_cluster will be updated in-place
  ~ resource "azurerm_kubernetes_cluster" "kubernetes_cluster" {
        id                                  = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-sbox-00-rg/providers/Microsoft.ContainerService/managedClusters/cft-sbox-00-aks"
      ~ image_cleaner_enabled               = true -> false
      - image_cleaner_interval_hours        = 24 -> null
        name                                = "cft-sbox-00-aks"
      ~ run_command_enabled                 = false -> true
        tags                                = {
            "application"  = "core"
            "autoShutdown" = "true"
            "builtFrom"    = "hmcts/aks-cft-deploy"
            "businessArea" = "CFT"
            "criticality"  = "Low"
            "environment"  = "sandbox"
            "expiresAfter" = "3000-01-01"
        }
        # (34 unchanged attributes hidden)

        # (10 unchanged blocks hidden)
    }

Plan: 2 to add, 1 to change, 0 to destroy.
ℹ️ Objects have changed outside of Terraform

This feature was introduced from Terraform v0.15.4.

Terraform detected the following changes made outside of Terraform since the
last "terraform apply" which may have affected this plan:

  # azurerm_resource_group.disks_resource_group has been deleted
  - resource "azurerm_resource_group" "disks_resource_group" {
      - id         = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/disks-sbox-rg" -> null
        name       = "disks-sbox-rg"
        tags       = {
            "application"  = "core"
            "autoShutdown" = "true"
            "builtFrom"    = "hmcts/aks-cft-deploy"
            "businessArea" = "CFT"
            "criticality"  = "Low"
            "environment"  = "sandbox"
            "expiresAfter" = "3000-01-01"
        }
        # (2 unchanged attributes hidden)
    }


Unless you have made equivalent changes to your configuration, or ignored the

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_sbox - DeployInfrastructuremis)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Genesis_demo - Genesis)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.genesis.azurerm_resource_group.genesis_resource_group
Change Result (Click me)
  # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
  ~ resource "azurerm_resource_group" "genesis_resource_group" {
        id         = "/subscriptions/d025fece-ce99-4df2-b7a9-b649d3ff2060/resourceGroups/genesis-rg"
        name       = "genesis-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "Medium"
          + "environment"  = "demo"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Genesis_aat - Genesis)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.genesis.azurerm_resource_group.genesis_resource_group
Change Result (Click me)
  # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
  ~ resource "azurerm_resource_group" "genesis_resource_group" {
        id         = "/subscriptions/96c274ce-846d-4e48-89a7-d528432298a7/resourceGroups/genesis-rg"
        name       = "genesis-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "High"
          + "environment"  = "staging"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Genesis_ithc - Genesis)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.genesis.azurerm_resource_group.genesis_resource_group
Change Result (Click me)
  # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
  ~ resource "azurerm_resource_group" "genesis_resource_group" {
        id         = "/subscriptions/62864d44-5da9-4ae9-89e7-0cf33942fa09/resourceGroups/genesis-rg"
        name       = "genesis-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "Medium"
          + "environment"  = "ithc"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Genesis_perftest - Genesis)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.genesis.azurerm_resource_group.genesis_resource_group
Change Result (Click me)
  # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
  ~ resource "azurerm_resource_group" "genesis_resource_group" {
        id         = "/subscriptions/8a07fdcd-6abd-48b3-ad88-ff737a4b9e3c/resourceGroups/genesis-rg"
        name       = "genesis-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "Medium"
          + "environment"  = "testing"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Genesis_preview - Genesis)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.genesis.azurerm_resource_group.genesis_resource_group
Change Result (Click me)
  # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
  ~ resource "azurerm_resource_group" "genesis_resource_group" {
        id         = "/subscriptions/8b6ea922-0862-443e-af15-6056e1c9b9a4/resourceGroups/genesis-rg"
        name       = "genesis-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "Low"
          + "environment"  = "development"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Genesis_ptlsbox - Genesis)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.genesis.azurerm_resource_group.genesis_resource_group
Change Result (Click me)
  # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
  ~ resource "azurerm_resource_group" "genesis_resource_group" {
        id         = "/subscriptions/1497c3d7-ab6d-4bb7-8a10-b51d03189ee3/resourceGroups/genesis-rg"
        name       = "genesis-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "Low"
          + "environment"  = "sandbox"
          + "expiresAfter" = "3000-01-01"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_preview - DeployInfrastructuremis)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 766: Aks_preview - DeployInfrastructuremis/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_demo - DeployInfrastructuremis)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_ptlsbox - DeployInfrastructuremis)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 766: Aks_ptlsbox - DeployInfrastructuremis/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_ithc - DeployInfrastructuremis)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_perftest - DeployInfrastructuremis)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 766: Aks_perftest - DeployInfrastructuremis/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_aat - DeployInfrastructuremis)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Genesis_ptl - Genesis)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.genesis.azurerm_resource_group.genesis_resource_group
Change Result (Click me)
  # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
  ~ resource "azurerm_resource_group" "genesis_resource_group" {
        id         = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/genesis-rg"
        name       = "genesis-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "High"
          + "environment"  = "production"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Genesis_prod - Genesis)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.genesis.azurerm_resource_group.genesis_resource_group
Change Result (Click me)
  # module.genesis.azurerm_resource_group.genesis_resource_group will be updated in-place
  ~ resource "azurerm_resource_group" "genesis_resource_group" {
        id         = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/genesis-rg"
        name       = "genesis-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-cft-deploy"
          + "businessArea" = "CFT"
          + "criticality"  = "High"
          + "environment"  = "production"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Network_ptl - NetworkRg)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Network_prod - NetworkRg)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Network_ptl - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Network_prod - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 766: Network_prod - DeployInfrastructure/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Managed_Identity_ptl - Managed_Identity)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 766: Managed_Identity_ptl - Managed_Identity/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Managed_Identity_prod - Managed_Identity)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 766: Managed_Identity_prod - Managed_Identity/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_ptl - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_ptl - DeployInfrastructuremis)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_prod - DeployInfrastructure)

Plan: 0 to add, 4 to change, 0 to destroy.
  • Update
    • module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0]
    • module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0]
    • module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0]
    • module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0]
Change Result (Click me)
  # module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting" {
        id                             = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-00-rg/providers/Microsoft.ContainerService/managedClusters/cft-prod-00-aks|DiagLogAnalytics"
        name                           = "DiagLogAnalytics"
        # (5 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (5 unchanged blocks hidden)
    }

  # module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting_sa" {
        id                             = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-00-rg/providers/Microsoft.ContainerService/managedClusters/cft-prod-00-aks|aks-storage"
        name                           = "aks-storage"
        # (6 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (1 unchanged block hidden)
    }

  # module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting" {
        id                             = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-01-rg/providers/Microsoft.ContainerService/managedClusters/cft-prod-01-aks|DiagLogAnalytics"
        name                           = "DiagLogAnalytics"
        # (5 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (5 unchanged blocks hidden)
    }

  # module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting_sa" {
        id                             = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-01-rg/providers/Microsoft.ContainerService/managedClusters/cft-prod-01-aks|aks-storage"
        name                           = "aks-storage"
        # (6 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 4 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (766: Aks_prod - DeployInfrastructuremis)

No changes. Your infrastructure matches the configuration.

@charlesluokb charlesluokb requested a review from bancey October 16, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

766: Aks_aat - DeployInfrastructure/no-changes 766: Aks_aat - DeployInfrastructuremis/no-changes 766: Aks_demo - DeployInfrastructure/add-or-update 766: Aks_demo - DeployInfrastructuremis/no-changes 766: Aks_ithc - DeployInfrastructure/add-or-update 766: Aks_ithc - DeployInfrastructuremis/no-changes 766: Aks_prod - DeployInfrastructure/add-or-update 766: Aks_prod - DeployInfrastructuremis/no-changes 766: Aks_ptl - DeployInfrastructure/no-changes 766: Aks_ptl - DeployInfrastructuremis/no-changes 766: Aks_ptlsbox - DeployInfrastructure/no-changes 766: Aks_sbox - DeployInfrastructure/add-or-update 766: Aks_sbox - DeployInfrastructuremis/no-changes 766: Genesis_aat - Genesis/add-or-update 766: Genesis_demo - Genesis/add-or-update 766: Genesis_ithc - Genesis/add-or-update 766: Genesis_perftest - Genesis/add-or-update 766: Genesis_preview - Genesis/add-or-update 766: Genesis_prod - Genesis/add-or-update 766: Genesis_ptl - Genesis/add-or-update 766: Genesis_ptlsbox - Genesis/add-or-update 766: Genesis_sbox - Genesis/add-or-update 766: Network_aat - DeployInfrastructure/destroy 766: Network_aat - NetworkRg/no-changes 766: Network_demo - NetworkRg/no-changes 766: Network_ithc - NetworkRg/no-changes 766: Network_perftest - NetworkRg/no-changes 766: Network_preview - NetworkRg/no-changes 766: Network_prod - NetworkRg/no-changes 766: Network_ptl - DeployInfrastructure/no-changes 766: Network_ptl - NetworkRg/no-changes 766: Network_ptlsbox - NetworkRg/no-changes 766: Network_sbox - NetworkRg/no-changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants