Skip to content

Commit

Permalink
chore: jsonfmt advisor (#5809)
Browse files Browse the repository at this point in the history
Ran `jsonfmt -w "specification/advisor/**/*.json"`
  • Loading branch information
nschonni authored and veronicagg committed May 9, 2019
1 parent 989f52c commit 1cde495
Show file tree
Hide file tree
Showing 28 changed files with 1,384 additions and 1,339 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"api-version": "2016-07-12-preview"
},
"responses": {
"204": {
}
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"responses": {
"200": {
"body": {
"id": "/resourceUri/providers/Microsoft.Advisor/recommendations/recommendationId/suppressions/suppressionName1",
"suppressionId": "suppressionId1",
"name": "suppressionName1",
"type": "Microsoft.Advisor/suppressions",
"ttl": "7.00:00:00"
}
"id": "/resourceUri/providers/Microsoft.Advisor/recommendations/recommendationId/suppressions/suppressionName1",
"suppressionId": "suppressionId1",
"name": "suppressionName1",
"type": "Microsoft.Advisor/suppressions",
"ttl": "7.00:00:00"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"api-version": "2016-07-12-preview"
},
"responses": {
"202": {
},
"204": {
}
"202": {},
"204": {}
}
}
}
Loading

0 comments on commit 1cde495

Please sign in to comment.