From 8fc65d04a5c0e848fed78f1e0213f30e905bed77 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sat, 13 Jun 2020 14:27:19 +0800 Subject: [PATCH] Add PowerShell to ensure-uptodate (#6638) * add powershell to ensure-uptodate * remove API * add back API --- bin/configs/{other => }/powershell.yaml | 0 .../petstore/powershell/src/PSPetstore/{API => Api}/PSPetApi.ps1 | 0 .../powershell/src/PSPetstore/{API => Api}/PSStoreApi.ps1 | 0 .../petstore/powershell/src/PSPetstore/{API => Api}/PSUserApi.ps1 | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename bin/configs/{other => }/powershell.yaml (100%) rename samples/client/petstore/powershell/src/PSPetstore/{API => Api}/PSPetApi.ps1 (100%) rename samples/client/petstore/powershell/src/PSPetstore/{API => Api}/PSStoreApi.ps1 (100%) rename samples/client/petstore/powershell/src/PSPetstore/{API => Api}/PSUserApi.ps1 (100%) diff --git a/bin/configs/other/powershell.yaml b/bin/configs/powershell.yaml similarity index 100% rename from bin/configs/other/powershell.yaml rename to bin/configs/powershell.yaml diff --git a/samples/client/petstore/powershell/src/PSPetstore/API/PSPetApi.ps1 b/samples/client/petstore/powershell/src/PSPetstore/Api/PSPetApi.ps1 similarity index 100% rename from samples/client/petstore/powershell/src/PSPetstore/API/PSPetApi.ps1 rename to samples/client/petstore/powershell/src/PSPetstore/Api/PSPetApi.ps1 diff --git a/samples/client/petstore/powershell/src/PSPetstore/API/PSStoreApi.ps1 b/samples/client/petstore/powershell/src/PSPetstore/Api/PSStoreApi.ps1 similarity index 100% rename from samples/client/petstore/powershell/src/PSPetstore/API/PSStoreApi.ps1 rename to samples/client/petstore/powershell/src/PSPetstore/Api/PSStoreApi.ps1 diff --git a/samples/client/petstore/powershell/src/PSPetstore/API/PSUserApi.ps1 b/samples/client/petstore/powershell/src/PSPetstore/Api/PSUserApi.ps1 similarity index 100% rename from samples/client/petstore/powershell/src/PSPetstore/API/PSUserApi.ps1 rename to samples/client/petstore/powershell/src/PSPetstore/Api/PSUserApi.ps1