From ea6e34379eaa8cd37d247dbbeccd26f5be2a3059 Mon Sep 17 00:00:00 2001 From: jowj Date: Thu, 14 Jun 2018 11:27:03 -0500 Subject: [PATCH] Move files to folder for better organization. --- .../ConfigurationData.SIMPLE.psd1 | 0 Configure.SIMPLE.ps1 => sampleDeploy/Configure.SIMPLE.ps1 | 0 Deploy-SIMPLE.ps1 => sampleDeploy/Deploy-SIMPLE.ps1 | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename ConfigurationData.SIMPLE.psd1 => sampleDeploy/ConfigurationData.SIMPLE.psd1 (100%) rename Configure.SIMPLE.ps1 => sampleDeploy/Configure.SIMPLE.ps1 (100%) rename Deploy-SIMPLE.ps1 => sampleDeploy/Deploy-SIMPLE.ps1 (100%) diff --git a/ConfigurationData.SIMPLE.psd1 b/sampleDeploy/ConfigurationData.SIMPLE.psd1 similarity index 100% rename from ConfigurationData.SIMPLE.psd1 rename to sampleDeploy/ConfigurationData.SIMPLE.psd1 diff --git a/Configure.SIMPLE.ps1 b/sampleDeploy/Configure.SIMPLE.ps1 similarity index 100% rename from Configure.SIMPLE.ps1 rename to sampleDeploy/Configure.SIMPLE.ps1 diff --git a/Deploy-SIMPLE.ps1 b/sampleDeploy/Deploy-SIMPLE.ps1 similarity index 100% rename from Deploy-SIMPLE.ps1 rename to sampleDeploy/Deploy-SIMPLE.ps1