We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193a626 commit 4d3f47bCopy full SHA for 4d3f47b
tools/UpdateModules.ps1
@@ -356,6 +356,10 @@ if ($scope -eq 'AzureRM.Netcore') {
356
Create-ModulePsm1 -ModulePath "$resourceManagerRootFolder\AzureRM.Profile.Netcore" -TemplatePath $templateLocation -IsRMModule $true
357
Write-Host "Updated profile module"
358
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
+
363
$env:PSModulePath += "$([IO.Path]::PathSeparator)$resourceManagerRootFolder\AzureRM.Profile.Netcore";
364
365
foreach ($module in $resourceManagerModules) {
0 commit comments