Skip to content

Commit ef5a076

Browse files
author
Hovsep
committed
Merge pull request Azure#1995 from kuangweizhang/dev
CDN psd1 fix
2 parents 0199d48 + 0bc288c commit ef5a076

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

setup/azurecmdfiles.wxi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,8 @@
500500
</Component>
501501
</Directory>
502502
<Directory Id="dir75F2C4F350248207C418DE5A1C651FB6" Name="AzureRM.Cdn">
503-
<Component Id="cmpD18084727DDF26BDFCE36BE4EF3E3FBC" Guid="*">
504-
<File Id="fil94E16717A827E81C325C0FF864D01FFC" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Cdn\AzureRm.Cdn.psd1" />
503+
<Component Id="cmpB7108FC1E0DA3A2DABE2F5A549025C62" Guid="*">
504+
<File Id="filB74B1CDF4E2C5B548CAC901E51955AA5" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Cdn\AzureRM.Cdn.psd1" />
505505
</Component>
506506
<Component Id="cmp87DFE6BA28632B552074C8A05968ED49" Guid="*">
507507
<File Id="filB29D13A0412832DF84301430FAF5C2EB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Cdn\AzureRM.Tags.psd1" />
@@ -5064,7 +5064,7 @@
50645064
<ComponentRef Id="cmp8E6B2CBC9EF2E6C9012C5090F2932C68" />
50655065
<ComponentRef Id="cmp30F0EC1B207C0F4C59F81099974C18E3" />
50665066
<ComponentRef Id="cmp22BC5873E0018F5801CD486C6CBCE0C5" />
5067-
<ComponentRef Id="cmpD18084727DDF26BDFCE36BE4EF3E3FBC" />
5067+
<ComponentRef Id="cmpB7108FC1E0DA3A2DABE2F5A549025C62" />
50685068
<ComponentRef Id="cmp87DFE6BA28632B552074C8A05968ED49" />
50695069
<ComponentRef Id="cmpFCC54BA077C7C12B0A49F42DD3039435" />
50705070
<ComponentRef Id="cmp984FE30B4A873A5B1BC8F7E85B1CEF85" />

src/ResourceManager/Cdn/Commands.Cdn.Test/ScenarioTests/TestController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public void RunPsTestWorkflow(
135135
"ScenarioTests\\" + callingClassName + ".ps1",
136136
_helper.RMProfileModule,
137137
_helper.RMResourceModule,
138-
@"AzureRm.Cdn.psd1");
138+
@"AzureRM.Cdn.psd1");
139139

140140
try
141141
{
Binary file not shown.

src/ResourceManager/Cdn/Commands.Cdn/Commands.Cdn.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@
168168
</ProjectReference>
169169
</ItemGroup>
170170
<ItemGroup>
171-
<None Include="AzureRm.Cdn.psd1">
171+
<None Include="..\AzureRM.Cdn.psd1">
172+
<Link>AzureRM.Cdn.psd1</Link>
172173
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
173174
</None>
174175
<None Include="Microsoft.Azure.Commands.Cdn.dll-help.psd1" />

0 commit comments

Comments
 (0)