Skip to content

Commit

Permalink
[eng] have verify autorest warn instead of raise (Azure#20913)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Sep 28, 2021
1 parent 878a12e commit 20f7701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions eng/pipelines/templates/steps/verify-autorest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ steps:
- task: PythonScript@0
displayName: 'Verify autorest'
continueOnError: true
inputs:
scriptPath: 'scripts/devops_tasks/verify_autorest.py'
arguments: >-
Expand Down
1 change: 0 additions & 1 deletion scripts/devops_tasks/verify_autorest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import argparse
import os
import logging
import sys

from common_tasks import run_check_call

Expand Down

0 comments on commit 20f7701

Please sign in to comment.