diff --git a/setup/azurecmdfiles.wxi b/setup/azurecmdfiles.wxi index f685b12c62d8..0623a913ee92 100644 --- a/setup/azurecmdfiles.wxi +++ b/setup/azurecmdfiles.wxi @@ -500,8 +500,8 @@ - - + + @@ -5064,7 +5064,7 @@ - + diff --git a/src/ResourceManager/Cdn/AzureCdn.psd1 b/src/ResourceManager/Cdn/AzureRM.Cdn.psd1 similarity index 100% rename from src/ResourceManager/Cdn/AzureCdn.psd1 rename to src/ResourceManager/Cdn/AzureRM.Cdn.psd1 diff --git a/src/ResourceManager/Cdn/Commands.Cdn.Test/ScenarioTests/TestController.cs b/src/ResourceManager/Cdn/Commands.Cdn.Test/ScenarioTests/TestController.cs index 53c414d1fa2d..34640a523cba 100644 --- a/src/ResourceManager/Cdn/Commands.Cdn.Test/ScenarioTests/TestController.cs +++ b/src/ResourceManager/Cdn/Commands.Cdn.Test/ScenarioTests/TestController.cs @@ -135,7 +135,7 @@ public void RunPsTestWorkflow( "ScenarioTests\\" + callingClassName + ".ps1", _helper.RMProfileModule, _helper.RMResourceModule, - @"AzureRm.Cdn.psd1"); + @"AzureRM.Cdn.psd1"); try { diff --git a/src/ResourceManager/Cdn/Commands.Cdn/AzureRm.Cdn.psd1 b/src/ResourceManager/Cdn/Commands.Cdn/AzureRm.Cdn.psd1 deleted file mode 100644 index d3705bbedc20..000000000000 Binary files a/src/ResourceManager/Cdn/Commands.Cdn/AzureRm.Cdn.psd1 and /dev/null differ diff --git a/src/ResourceManager/Cdn/Commands.Cdn/Commands.Cdn.csproj b/src/ResourceManager/Cdn/Commands.Cdn/Commands.Cdn.csproj index 3bdd024ce197..ce23e8d35bac 100644 --- a/src/ResourceManager/Cdn/Commands.Cdn/Commands.Cdn.csproj +++ b/src/ResourceManager/Cdn/Commands.Cdn/Commands.Cdn.csproj @@ -168,7 +168,8 @@ - + + AzureRM.Cdn.psd1 PreserveNewest