Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert test changes
  • Loading branch information
sergey-shandar committed Apr 22, 2019
commit 667f4e5b89e533199655b2935bbb2fe2fafb2d79
2 changes: 1 addition & 1 deletion preproduction-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D Azure/rest-api-specs-scripts#sergey/autorest @azure/[email protected].2'
- script: 'npm install -D Azure/rest-api-specs-scripts#sergey/autorest @azure/[email protected].3'
- script: 'npm run tsc && node scripts/breaking-change.js'
displayName: 'Breaking Changes'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
],
"responses": {
"207": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/CanonicalSupportPlanResponseEnvelope"
Expand Down