Skip to content

Commit

Permalink
Update swagger_validation.yml (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamurshe authored Aug 6, 2020
1 parent 329942e commit dc185fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/swagger_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ steps:
NewSwagger = $newSwagger
}
$changeValidationJson = ConvertTo-Json $changeValidation
$changeValidationJson = ConvertTo-Json $changeValidation -Depth 100 -Compress
# Validate changes
$results = Invoke-RestMethod -Uri $env:changeValidator -Headers $Headers -Method Post -ContentType "application/json" -Body $changeValidationJson
Expand Down

0 comments on commit dc185fe

Please sign in to comment.