Skip to content

Commit

Permalink
Update GenerateCode.bat
Browse files Browse the repository at this point in the history
Removing the model validator as it was validated before publishing the samples
  • Loading branch information
Sandip-Raiyani committed Aug 13, 2020
1 parent b7cedcb commit 7bdc737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@echo ===============

@echo on
AutoRest .\azure-rest-api-specs\specification\timeseriesinsights\data-plane\readme.md --csharp-sdks-folder=.\Generated --csharp --verbose --latest --azure-validator --model-validator --semantic-validator
AutoRest .\azure-rest-api-specs\specification\timeseriesinsights\data-plane\readme.md --csharp-sdks-folder=.\Generated --csharp --verbose --latest --azure-validator --semantic-validator
@echo off

@echo.
Expand Down

0 comments on commit 7bdc737

Please sign in to comment.