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 17d93e6 commit b1d483aCopy full SHA for b1d483a
tools/StaticAnalysis/GeneratedSdkAnalyzer/SDKGeneratedCodeVerify.ps1
@@ -76,7 +76,7 @@ try {
76
else
77
{
78
Write-Host "Using autorest csharp v3:`nRe-generating SDK under Generated folder for $ModuleName..."
79
- npx autorest --use:@microsoft.azure/autorest.csharp@2.3.90
+ npx autorest --use:@microsoft.azure/autorest.csharp@2.3.90 --memory=16g
80
}
81
82
If (($LASTEXITCODE -ne 0) -and ($LASTEXITCODE -ne $null))
0 commit comments