From ab103ceaeb440147aafec134dd9041cbd18a26d7 Mon Sep 17 00:00:00 2001 From: Adam Rudell Date: Wed, 16 Oct 2024 13:33:02 -0500 Subject: [PATCH] Migrate function from NetworkController to NetworkController.SF module (#335) # Description Summary of changes: - Move `Update-NetworkControllerCertificateAcl` function from SdnDiag.NetworkController to SdnDiag.NetworkController.SF # Change type - [x] Bug fix (non-breaking change) - [ ] Code style update (formatting, local variables) - [ ] New Feature (non-breaking change that adds new functionality without impacting existing) - [ ] Breaking change (fix or feature that may cause functionality impact) - [ ] Other # Checklist: - [x] My code follows the style and contribution guidelines of this project. - [x] I have tested and validated my code changes. --- .../private/Update-NetworkControllerCertificateAcl.ps1 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/modules/{SdnDiag.NetworkController => SdnDiag.NetworkController.SF}/private/Update-NetworkControllerCertificateAcl.ps1 (100%) diff --git a/src/modules/SdnDiag.NetworkController/private/Update-NetworkControllerCertificateAcl.ps1 b/src/modules/SdnDiag.NetworkController.SF/private/Update-NetworkControllerCertificateAcl.ps1 similarity index 100% rename from src/modules/SdnDiag.NetworkController/private/Update-NetworkControllerCertificateAcl.ps1 rename to src/modules/SdnDiag.NetworkController.SF/private/Update-NetworkControllerCertificateAcl.ps1