Skip to content

Commit

Permalink
Update PrepareAutorestModule.ps1 (#18665)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyZhou authored Jun 22, 2022
1 parent dff7452 commit 5d9e687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/PrepareAutorestModule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ChangedFiles = Get-Content -Path "$PSScriptRoot\..\artifacts\FilesChanged.txt"

$ALL_MODULE = "ALL_MODULE"

$SKIP_MODULES = @("OperationalInsights")
$SKIP_MODULES = @()

#Region Detect which module should be processed
$ModuleSet = New-Object System.Collections.Generic.HashSet[string]
Expand Down

0 comments on commit 5d9e687

Please sign in to comment.