Skip to content

Commit

Permalink
[AutoPR consumption/resource-manager] [Hub Generated] Review request …
Browse files Browse the repository at this point in the history
…for Microsoft.Consumption to add version 2019-01-01 (#4471)

* Generated from ea7ae5d4d20a3b7a32586ad9588e7ce5111eeb17

Add GTM scopes for budgets API

* Packaging update of azure-mgmt-consumption

* Generated from b27ac329076a21c0e9064898acb55007911666ce

Removed the extra period at the end of the statement
  • Loading branch information
AutorestCI authored Mar 7, 2019
1 parent 6dedc94 commit 4078efd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
1 change: 1 addition & 0 deletions azure-mgmt-consumption/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recursive-include tests *.py *.yaml
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ def list(
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}'
for Department scope,
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
for EnrollmentAccount scope and
for EnrollmentAccount scope,
'/providers/Microsoft.Management/managementGroups/{managementGroupId}'
for Management Group scope..
for Management Group scope,
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
for billingProfile scope,
'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
for invoiceSection scope.
:type scope: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -125,9 +129,13 @@ def get(
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}'
for Department scope,
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
for EnrollmentAccount scope and
for EnrollmentAccount scope,
'/providers/Microsoft.Management/managementGroups/{managementGroupId}'
for Management Group scope..
for Management Group scope,
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
for billingProfile scope,
'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
for invoiceSection scope.
:type scope: str
:param budget_name: Budget Name.
:type budget_name: str
Expand Down Expand Up @@ -199,9 +207,13 @@ def create_or_update(
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}'
for Department scope,
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
for EnrollmentAccount scope and
for EnrollmentAccount scope,
'/providers/Microsoft.Management/managementGroups/{managementGroupId}'
for Management Group scope..
for Management Group scope,
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
for billingProfile scope,
'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
for invoiceSection scope.
:type scope: str
:param budget_name: Budget Name.
:type budget_name: str
Expand Down Expand Up @@ -278,9 +290,13 @@ def delete(
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}'
for Department scope,
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
for EnrollmentAccount scope and
for EnrollmentAccount scope,
'/providers/Microsoft.Management/managementGroups/{managementGroupId}'
for Management Group scope..
for Management Group scope,
'/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
for billingProfile scope,
'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
for invoiceSection scope.
:type scope: str
:param budget_name: Budget Name.
:type budget_name: str
Expand Down

0 comments on commit 4078efd

Please sign in to comment.