Skip to content

Commit

Permalink
Generated from 8cb028d8acfe861317992cff12232d4bbfc3a795 (#241)
Browse files Browse the repository at this point in the history
chore: jsonfmt consumption
  • Loading branch information
openapi-sdkautomation[bot] authored Sep 26, 2019
1 parent 52c6ab7 commit 3fa1f0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ internal ReservationTransactionsOperations(ConsumptionManagementClient client)
}
// Construct URL
var _baseUrl = Client.BaseUri.AbsoluteUri;
var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.consumption/reservationTransactions").ToString();
var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Consumption/reservationTransactions").ToString();
_url = _url.Replace("{billingAccountId}", System.Uri.EscapeDataString(billingAccountId));
List<string> _queryParameters = new List<string>();
if (filter != null)
Expand Down

0 comments on commit 3fa1f0f

Please sign in to comment.