You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogError "Discrepancy detected between generated code in PR and reference generation. Please note, the files in the Generated folder should not be modified OR adding/excluding files. You may need to re-run sdk<RP_Name>\generate.ps1."
196
202
Write-Host"============================"
197
-
Write-Host"For reference, we are using this command for the code check: "-ForegroundColor red -BackgroundColor white
198
-
Write-Host" autorest https://github.com/<Repo_Name>/azure-rest-api-specs/blob/<Commit_Id>/specification/<RP_Name>/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=<SDK_Repo_Path>/sdk --use:@microsoft.azure/autorest.csharp@2.3.90"-ForegroundColor red -BackgroundColor white
203
+
Write-Host"For reference, we are using following commands for the code check: "-ForegroundColor red -BackgroundColor white
204
+
$commandList|ForEach-Object {
205
+
Write-Host$_-ForegroundColor red -BackgroundColor white
0 commit comments