Skip to content

Commit be58b0b

Browse files
committed
Remove Az psm1.
1 parent 315f1d3 commit be58b0b

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,4 @@ launchSettings.json
241241
/SolutionMappings.json
242242
/TestMappings.json
243243
/tools/Modules/tmp
244+
/tools/Az/Az.psm1

Diff for: build.proj

-6
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,10 @@
403403
<Copy SourceFiles="$(LibraryToolsFolder)\Az\Az.psd1"
404404
DestinationFolder="$(PackageDirectory)\$(Configuration)"
405405
ContinueOnError="false" />
406-
<Copy SourceFiles="$(LibraryToolsFolder)\Az\Az.psm1"
407-
DestinationFolder="$(PackageDirectory)\$(Configuration)"
408-
ContinueOnError="false" />
409406

410407
<CallTarget Targets="CodeSignBinaries" Condition=" '$(CodeSign)' == 'true' " />
411408

412409
<Copy SourceFiles="$(PackageDirectory)\$(Configuration)\Az.psd1" DestinationFolder="$(LibraryToolsFolder)\Az" />
413-
<Copy SourceFiles="$(PackageDirectory)\$(Configuration)\Az.psm1" DestinationFolder="$(LibraryToolsFolder)\Az" />
414410

415411
<!-- Cleanup extraneous files. -->
416412
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;. $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) &quot;" />
@@ -486,8 +482,6 @@
486482
Condition="'$(Scope)' != 'Netcore'"/>
487483

488484
<!-- Copying shortcut to be signed -->
489-
<Copy SourceFiles="$(LibraryRoot)tools\Az\Az.psm1"
490-
DestinationFolder="$(PackageDirectory)\$(Configuration)" Condition="'$(Scope)' == 'All' or '$(Scope)' == 'Netcore'" />
491485
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psm1"
492486
DestinationFolder="$(PackageDirectory)\$(Configuration)" Condition="'$(Scope)' == 'All' or '$(Scope)' == 'Latest'" />
493487

Diff for: tools/Az/Az.psm1

-1
This file was deleted.

0 commit comments

Comments
 (0)