Skip to content

Commit

Permalink
Minor change to Microsoft.Consumption swagger - add skipping url enco…
Browse files Browse the repository at this point in the history
…ding to scope parameter (Azure#1192)

* bug fix: sckip url encoding for the scope parameter

* minor fix in description
  • Loading branch information
pandawang1123 authored and jhendrixMSFT committed May 5, 2017
1 parent d4c1ad9 commit ba50eaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arm-consumption/2017-04-24-preview/swagger/consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@
"parameters": [
{
"name": "scope",
"description": "The scope of the usage details. The scope can be '/subscriptions/{subscriptionId}/' for a subscription, or '/subscriptions/{subscriptionId}/providers/Microsoft.Billing/invoices/{invoiceName}' for an invoice or '/subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}' for a billing perdiod.",
"description": "The scope of the usage details. The scope can be '/subscriptions/{subscriptionId}' for a subscription, or '/subscriptions/{subscriptionId}/providers/Microsoft.Billing/invoices/{invoiceName}' for an invoice or '/subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}' for a billing perdiod.",
"in": "path",
"required": true,
"type": "string"
"type": "string",
"x-ms-skip-url-encoding": true
},
{
"name": "$expand",
Expand Down

0 comments on commit ba50eaf

Please sign in to comment.