Skip to content

Commit f97e175

Browse files
authored
Update skip module list for generation branch (#16167)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent 69ef6f2 commit f97e175

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.ci-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
"README.md",
6363
"**/ChangeLog.md",
6464
"**/readme.md",
65-
"src/**/document/*"
65+
"src/**/document/*",
66+
".ci-config.json",
67+
"tools/PrepareAutorestModule.ps1"
6668
],
6769
"phases": []
6870
},

tools/PrepareAutorestModule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ChangedFiles = Get-Content -Path "$PSScriptRoot\..\FilesChanged.txt"
2121

2222
$ALL_MODULE = "ALL_MODULE"
2323

24-
$SKIP_MODULES = @("AppService", "Billing", "Compute", "ContainerInstance", "ConnectedMachine", "ContainerRegistry", "Dns", "KeyVault", "Media", "Monitor", "Network", "Resources", "ServiceBus", "Storage")
24+
$SKIP_MODULES = @("ContainerInstance", "ConnectedMachine")
2525

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

0 commit comments

Comments
 (0)