Skip to content

Commit

Permalink
Fix missing content-type (Azure#12645)
Browse files Browse the repository at this point in the history
  • Loading branch information
leni-msft authored and mkarmark committed Jul 20, 2021
1 parent e170c37 commit 3466f8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.Marketplace/privateStoreClient/isPrivateClient": {
"get": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers": {
"parameters": [
Expand Down

0 comments on commit 3466f8f

Please sign in to comment.