Skip to content

Commit 4d3f47b

Browse files
committed
Added script to build Storage psm1
1 parent 193a626 commit 4d3f47b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/UpdateModules.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@ if ($scope -eq 'AzureRM.Netcore') {
356356
Create-ModulePsm1 -ModulePath "$resourceManagerRootFolder\AzureRM.Profile.Netcore" -TemplatePath $templateLocation -IsRMModule $true
357357
Write-Host "Updated profile module"
358358

359+
$modulePath = "$packageFolder\$buildConfig\Storage\Azure.Storage.Netcore"
360+
Write-Host "Updating AzureStorage module from $modulePath"
361+
Create-ModulePsm1 -ModulePath $modulePath -TemplatePath $templateLocation -IsRMModule $false
362+
359363
$env:PSModulePath += "$([IO.Path]::PathSeparator)$resourceManagerRootFolder\AzureRM.Profile.Netcore";
360364

361365
foreach ($module in $resourceManagerModules) {

0 commit comments

Comments
 (0)