From 5d9e687aa71466af4a39a7b6d3ab7d1e9554a450 Mon Sep 17 00:00:00 2001 From: Beisi Zhou Date: Wed, 22 Jun 2022 23:42:42 +0800 Subject: [PATCH] Update PrepareAutorestModule.ps1 (#18665) --- tools/PrepareAutorestModule.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/PrepareAutorestModule.ps1 b/tools/PrepareAutorestModule.ps1 index ec0ab66e1991..7d2cd65553c6 100644 --- a/tools/PrepareAutorestModule.ps1 +++ b/tools/PrepareAutorestModule.ps1 @@ -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]