Skip to content

Commit 65c994a

Browse files
authored
Merge pull request #2894 from markcowl/stackstorage
Correcting module construction for azure storage
2 parents 18ed8ce + 0d5040b commit 65c994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/UpdateModules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if (($scope -eq 'All') -or ($scope -eq 'AzureStorage')) {
8383
$modulePath = "$packageFolder\$buildConfig\Storage\Azure.Storage"
8484
# Publish AzureStorage module
8585
Write-Host "Updating AzureStorage module from $modulePath"
86-
Create-ModulePsm1 -ModulePath $modulePath -TemplatePath $templateLocation
86+
Create-ModulePsm1 -ModulePath "$resourceManagerRootFolder\Azure.Storage" -TemplatePath $templateLocation
8787
}
8888

8989
if (($scope -eq 'All') -or ($scope -eq 'ServiceManagement')) {

0 commit comments

Comments
 (0)