Skip to content

Commit

Permalink
scope description changed for usagedetails and marketplace microsoft.…
Browse files Browse the repository at this point in the history
…consumption 2019 01 01 (#5952)

* Adds base for updating Microsoft.Consumption from version preview/2017-12-30-preview to version 2019-03-01-preview

* Updates readme

* Updates API version in new specs and examples

* Added a new api version for Tags

* version fix

version fix

* added new folder to support new versions for Tags and Budgets

added new folder to support new versions for Tags and Budgets

* Cleanup consumption file

Cleanup consumption file

* schema correction

schema correction

* schema correction for Tags

schema correction for Tags

* correction consumtion.json

correction consumtion.json

* correction in syntax

correction in syntax

* correction

corrections

* Preview is not required for tags latest version

Preview is not required for tags latest version

* Update consumption.json

Modified the description to remove resource group from scope for usagedetails and Marketplace

* Update readme.md
  • Loading branch information
santoshsinha100 authored and jhendrixMSFT committed May 15, 2019
1 parent 3816652 commit 267046e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2784,7 +2784,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The scope associated with usage details 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/departments/{departmentId}' for Department scope, '/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope and '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope. For subscription, billing account, department, enrollment account and management group, you can also add billing period to the scope using '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'. For e.g. to specify billing period at department scope use '/providers/Microsoft.Billing/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'",
"description": "The scope associated with usage details operations. This includes '/subscriptions/{subscriptionId}/' for subscription scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, '/providers/Microsoft.Billing/departments/{departmentId}' for Department scope, '/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope and '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope. For subscription, billing account, department, enrollment account and management group, you can also add billing period to the scope using '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'. For e.g. to specify billing period at department scope use '/providers/Microsoft.Billing/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'",
"x-ms-parameter-location": "method",
"x-ms-skip-url-encoding": true
},
Expand All @@ -2793,7 +2793,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The scope associated with marketplace 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/departments/{departmentId}' for Department scope, '/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope and '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope. For subscription, billing account, department, enrollment account and ManagementGroup, you can also add billing period to the scope using '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'. For e.g. to specify billing period at department scope use '/providers/Microsoft.Billing/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'",
"description": "The scope associated with marketplace operations. This includes '/subscriptions/{subscriptionId}/' for subscription scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, '/providers/Microsoft.Billing/departments/{departmentId}' for Department scope, '/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope and '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope. For subscription, billing account, department, enrollment account and ManagementGroup, you can also add billing period to the scope using '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'. For e.g. to specify billing period at department scope use '/providers/Microsoft.Billing/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'",
"x-ms-parameter-location": "method",
"x-ms-skip-url-encoding": true
},
Expand Down
2 changes: 1 addition & 1 deletion specification/consumption/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,4 @@ java:
output-folder: $(azure-libraries-for-java-folder)/consumption/resource-manager/v2019_01_01
regenerate-manager: true
generate-interface: true
```
```

0 comments on commit 267046e

Please sign in to comment.