Skip to content
Merged
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
Apply suggestions from code review
Clarify operation descriptions

Co-Authored-By: zachraMSFT <zachra@microsoft.com>
  • Loading branch information
Dan Schulte and zachraMSFT authored Mar 5, 2019
commit fc54df16998b34ed493122f98c184b67444a6995
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}": {
"get": {
"operationId": "MarketplaceAgreements_GetAgreement",
"description": "Get marketplace agreements.",
"description": "Get marketplace agreement.",
"x-ms-examples": {
"SetMarketplaceTerms": {
"$ref": "./examples/GetAgreementMarketplaceTerms.json"
Expand Down Expand Up @@ -279,7 +279,7 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements": {
"get": {
"operationId": "MarketplaceAgreements_List",
"description": "List marketplace agreements.",
"description": "List marketplace agreements in the subscription.",
"x-ms-examples": {
"SetMarketplaceTerms": {
"$ref": "./examples/ListMarketplaceTerms.json"
Expand Down Expand Up @@ -503,4 +503,4 @@
"x-ms-azure-resource": true
}
}
}
}