File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ if ($Profile -eq "Stack") {
262
262
}
263
263
264
264
$resourceManagerRootFolder = " $packageFolder \$buildConfig \ResourceManager\AzureResourceManager"
265
+ $storageRootFolder = " $packageFolder \$buildConfig \Storage"
265
266
$resourceManagerModules = Get-ChildItem - Path $resourceManagerRootFolder - Directory
266
267
$templateLocation = " $PSScriptRoot \AzureRM.Example.psm1"
267
268
@@ -342,6 +343,10 @@ if ($scope -eq 'AzureRM.Netcore') {
342
343
Create- ModulePsm1 - ModulePath " $resourceManagerRootFolder \AzureRM.Profile.Netcore" - TemplatePath $templateLocation - IsRMModule $true
343
344
Write-Host " Updated profile module"
344
345
346
+ Write-Host " Updating storage module"
347
+ Create- ModulePsm1 - ModulePath " $storageRootFolder \Azure.Storage.Netcore" - TemplatePath $templateLocation - IsRMModule $false
348
+ Write-Host " Updated profile module"
349
+
345
350
$env: PSModulePath += " $ ( [IO.Path ]::PathSeparator) $resourceManagerRootFolder \AzureRM.Profile.Netcore" ;
346
351
347
352
foreach ($module in $resourceManagerModules ) {
You can’t perform that action at this time.
0 commit comments