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 c16dbeb commit ed3ffedCopy full SHA for ed3ffed
tools/PublishModules.ps1
@@ -61,7 +61,6 @@ function Get-TargetModules
61
$targets += $module.FullName
62
}
63
64
- $targets += "$resourceManagerRootFolder\Azure.AnalysisServices"
65
66
} elseif (($Scope -ne 'AzureRM') -and ($Scope -ne "ServiceManagement") -and ($Scope -ne "AzureStorage")) {
67
$modulePath = Join-Path $resourceManagerRootFolder "AzureRM.$scope"
0 commit comments