Skip to content

Commit 9070834

Browse files
committed
Add ".Preview" suffix to module while we're in preview mode and close on the final location of these cmdlets.
1 parent e46c6ea commit 9070834

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/Subscription/AzureRM.Subscription.psd1 renamed to src/ResourceManager/Subscription/AzureRM.Subscription.Preview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Module manifest for module 'PSGet_AzureRM.Subscription'
2+
# Module manifest for module 'PSGet_AzureRM.Subscription.Preview'
33
#
44
# Generated by: Microsoft Corporation
55
#

src/ResourceManager/Subscription/Commands.Subscription/Commands.Subscription.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</ProjectReference>
7373
</ItemGroup>
7474
<ItemGroup>
75-
<None Include="..\AzureRM.Subscription.psd1">
75+
<None Include="..\AzureRM.Subscription.Preview.psd1">
7676
<Link>AzureRM.Subscription.psd1</Link>
7777
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7878
</None>

0 commit comments

Comments
 (0)