File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ $ApiVersion | ForEach-Object {
6969 else {
7070 $FullModuleVersion = $ModuleMetadata.versions [$CurrentApiVersion ].version
7171 }
72- npx autorest -- max- memory- size= $MaxMemorySize -- module- version:$FullModuleVersion -- module- name:$ModuleFullName -- service- name:$Module -- input- file:$OpenApiFile $AutoRestModuleConfig -- max- cpu= 2 -- network- calls= 2 -- reset
72+ npx autorest -- max- memory- size= $MaxMemorySize -- module- version:$FullModuleVersion -- module- name:$ModuleFullName -- service- name:$Module -- input- file:$OpenApiFile $AutoRestModuleConfig -- max- cpu= 2 -- network- calls= 2
7373 if ($LastExitCode -ne 0 ) {
7474 Write-Host - ForegroundColor Red " AutoREST failed to generate '$ModuleFullName ' module."
7575 exit $LastExitCode
You can’t perform that action at this time.
0 commit comments