diff --git a/services/consumption/mgmt/2019-01-01/consumption/budgets.go b/services/consumption/mgmt/2019-01-01/consumption/budgets.go index 2efb297a1b24..577870926f1b 100644 --- a/services/consumption/mgmt/2019-01-01/consumption/budgets.go +++ b/services/consumption/mgmt/2019-01-01/consumption/budgets.go @@ -52,8 +52,12 @@ func NewBudgetsClientWithBaseURI(baseURI string, subscriptionID string) BudgetsC // '/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.. +// 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. // budgetName - budget Name. // parameters - parameters supplied to the Create Budget operation. func (client BudgetsClient) CreateOrUpdate(ctx context.Context, scope string, budgetName string, parameters Budget) (result Budget, err error) { @@ -162,8 +166,12 @@ func (client BudgetsClient) CreateOrUpdateResponder(resp *http.Response) (result // '/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.. +// 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. // budgetName - budget Name. func (client BudgetsClient) Delete(ctx context.Context, scope string, budgetName string) (result autorest.Response, err error) { if tracing.IsEnabled() { @@ -244,8 +252,12 @@ func (client BudgetsClient) DeleteResponder(resp *http.Response) (result autores // '/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.. +// 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. // budgetName - budget Name. func (client BudgetsClient) Get(ctx context.Context, scope string, budgetName string) (result Budget, err error) { if tracing.IsEnabled() { @@ -327,8 +339,12 @@ func (client BudgetsClient) GetResponder(resp *http.Response) (result Budget, er // '/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.. +// 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. func (client BudgetsClient) List(ctx context.Context, scope string) (result BudgetsListResultPage, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/BudgetsClient.List")