Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Consumption to add versi…
Browse files Browse the repository at this point in the history
…on 2019-01-01 (#5311)

* Add GTM scopes for budgets API

* Removed the extra period at the end of the statement
  • Loading branch information
icodetolive authored and sarangan12 committed Mar 7, 2019
1 parent acae03b commit ac54121
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2799,7 +2799,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The scope associated with budget operations. This includes '/subscriptions/{subscriptionId}/' for subscription scope, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope and '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope..",
"description": "The scope associated with budget operations. This includes '/subscriptions/{subscriptionId}/' for subscription scope, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope.",
"x-ms-parameter-location": "method",
"x-ms-skip-url-encoding": true
},
Expand Down Expand Up @@ -2925,6 +2925,22 @@
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
},
"billingProfileIdParameter": {
"name": "billingProfileId",
"in": "path",
"description": "Azure Billing Profile ID.",
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
},
"invoiceSectionIdParameter": {
"name": "invoiceSectionId",
"in": "path",
"description": "Azure Invoice Section ID.",
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
}
}
}

0 comments on commit ac54121

Please sign in to comment.