Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5d3784a
added swagger for Tenant Properties
Jan 15, 2019
38018ad
Fixed camel casing in billing.json file
Jan 15, 2019
c81e213
Update billing.json
Jan 15, 2019
33d848a
changes in DiscoverTenants contracts
Jan 15, 2019
5c877c2
billing.Json trim blank space
Jan 15, 2019
c736ede
Update billing.json
Jan 15, 2019
7a96d09
removal of plural name
Jan 15, 2019
eab3b0f
Updating the route
Jan 17, 2019
b6137f4
Moved Swagger for Discover Tenants from billing to consumption
Jan 18, 2019
53fb8f8
Change in Namespace followed by one additional parameter "billingAcco…
Jan 23, 2019
b405815
Change of method name from discoverTenants to tanants.
Jan 24, 2019
42f98d2
changes ion response type
Jan 24, 2019
0d55ad6
added name after Id. Code review implementation
Jan 25, 2019
9dbe6ae
Updating API version of tags to "2019-03-1-preview".
Mar 20, 2019
9222ddb
Adds base for updating Microsoft.Consumption from version preview/201…
santoshsinha100 Mar 20, 2019
c0150ed
Updates readme
santoshsinha100 Mar 20, 2019
40ccaa5
Updates API version in new specs and examples
santoshsinha100 Mar 20, 2019
ed9fd36
Added a new api version for Tags
santoshsinha100 Mar 20, 2019
bfb3122
version fix
santoshsinha100 Mar 20, 2019
ae0e3aa
added new folder to support new versions for Tags and Budgets
santoshsinha100 Mar 20, 2019
9b640ab
Cleanup consumption file
santoshsinha100 Mar 20, 2019
0401a15
schema correction
santoshsinha100 Mar 20, 2019
ce365f8
schema correction for Tags
santoshsinha100 Mar 20, 2019
f9e8349
correction consumtion.json
santoshsinha100 Mar 20, 2019
3ef4e5d
correction in syntax
santoshsinha100 Mar 20, 2019
a38043f
correction
santoshsinha100 Mar 20, 2019
0e380ae
Preview is not required for tags latest version
santoshsinha100 Mar 20, 2019
eda653d
Update consumption.json
santoshsinha100 May 14, 2019
2e3eea1
Update readme.md
santoshsinha100 May 14, 2019
7152e92
Updated swagger folder to support for version 2019-05-01. Inside cons…
santoshsinha100 Jul 12, 2019
eb91406
Update consumption.json
santoshsinha100 Jul 12, 2019
c7d1240
Update consumption.json
santoshsinha100 Jul 12, 2019
43a10ce
Update consumption.json
santoshsinha100 Jul 12, 2019
10e0518
Update consumption.json
santoshsinha100 Jul 12, 2019
c721bf0
Merge branch 'master' into dev-consumption-Microsoft.Consumption-2019…
santoshsinha100 Jul 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"parameters": {
"api-version": "2019-03-01-preview",
"billingAccountId": "12345"
},
"responses": {
"200": {
"body": {
"id": "providers/Microsoft.CostManagement/billingAccounts/{billingaccount-id}/providers/Microsoft.Consumption/tags/tags1",
"name": "tags1",
"type": "Microsoft.Consumption/tags",
"eTag": "\"1d34d012214157f\"",
"properties": {
"tags": [
{
"key": "Department"
},
{
"key": "CostCenter"
},
{
"key": "Portal"
},
{
"key": "OrgName"
},
{
"key": "Namespace"
},
{
"key": "resourceType"
},
{
"key": "Subsystem"
},
{
"key": "Environment"
},
{
"key": "clusterName"
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,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 @@ -2790,7 +2790,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
Loading