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 b72cdd8 commit 3149c62Copy full SHA for 3149c62
experiments/Websites.Experiments/AzureRM.Websites.Experiments.psd1
204 Bytes
tools/UpdateModules.ps1
@@ -98,7 +98,7 @@ if ($scope -eq 'All') {
98
foreach ($module in $resourceManagerModules) {
99
# filter out AzureRM.Profile which always gets published first
100
# And "Azure.Storage" which is built out as test dependencies
101
- if (($module.Name -ne "AzureRM.Profile") -and ($module.Name -ne "Azure.Storage")) {
+ if (($module.Name -ne "AzureRM.Profile") -and ($module.Name -ne "Azure.Storage") -and (!$module.Name.Contains("Experiment"))) {
102
$modulePath = $module.FullName
103
Write-Host "Updating $module module from $modulePath"
104
Create-ModulePsm1 -ModulePath $modulePath -TemplatePath $templateLocation
0 commit comments