Skip to content

Commit

Permalink
Dev confidentialledger microsoft.confidential ledger 2020 12 01 (Azur…
Browse files Browse the repository at this point in the history
…e#13140)

* Returning 201 status code for async operations

* updating status code for deletes
  • Loading branch information
syhamza authored Feb 25, 2021
1 parent eaa9df4 commit e0dfac2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"$ref": "#/definitions/ConfidentialLedger"
}
},
"202": {
"201": {
"description": "The Confidential Ledger resource will be created asynchronously"
},
"default": {
Expand Down Expand Up @@ -250,7 +250,7 @@
"$ref": "#/definitions/ConfidentialLedger"
}
},
"202": {
"201": {
"description": "The Confidential Ledger resource will be updated asynchronously"
},
"default": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
}
}
},
"202": {}
"201": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
}
}
},
"202": {}
"201": {}
}
}

0 comments on commit e0dfac2

Please sign in to comment.