Permalink
nschonni
chore: jsonfmt cost-management (#6321)
09d5bc0
Jun 18, 2019
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Find file
Copy path
azure-rest-api-specs/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2019-04-01-preview/examples/CreateOrUpdateBudget.json
Find file
Copy path
{ | |
"parameters": { | |
"api-version": "2019-05-01-preview", | |
"subscriptionId": "00000000-0000-0000-0000-000000000000", | |
"resourceGroupName": "MYDEVTESTRG", | |
"budgetName": "TestBudget", | |
"scope": "subscriptions/00000000-0000-0000-0000-000000000000", | |
"parameters": { | |
"eTag": "\"1d34d016a593709\"", | |
"properties": { | |
"category": "Cost", | |
"amount": 100.65, | |
"timeGrain": "Monthly", | |
"timePeriod": { | |
"startDate": "2017-10-01T00:00:00Z", | |
"endDate": "2018-10-31T00:00:00Z" | |
}, | |
"filter": { | |
"and": [ | |
{ | |
"dimension": { | |
"name": "ResourceGroupName", | |
"operator": "In", | |
"values": [ | |
"MYDEVTESTRG" | |
] | |
} | |
}, | |
{ | |
"dimension": { | |
"name": "ResourceId", | |
"operator": "In", | |
"values": [ | |
"/subscriptions/{subscription-id}/resourceGroups/MYDEVTESTRG/providers/Microsoft.Compute/virtualMachines/MYVM2", | |
"/subscriptions/{subscription-id}/resourceGroups/MYDEVTESTRG/providers/Microsoft.Compute/virtualMachines/platformcloudplatformGeneric1" | |
] | |
} | |
}, | |
{ | |
"dimension": { | |
"name": "Meter", | |
"operator": "In", | |
"values": [ | |
"00000000-0000-0000-0000-000000000000" | |
] | |
} | |
}, | |
{ | |
"tag": { | |
"name": "Dev", | |
"operator": "In", | |
"values": [ | |
"engineering" | |
] | |
} | |
} | |
] | |
}, | |
"notifications": { | |
"Actual_GreaterThan_80_Percent": { | |
"enabled": true, | |
"operator": "GreaterThan", | |
"threshold": 80, | |
"contactEmails": [ | |
"johndoe@contoso.com", | |
"janesmith@contoso.com" | |
], | |
"contactRoles": [ | |
"Contributor", | |
"Reader" | |
], | |
"contactGroups": [ | |
"/subscriptions/{subscription-id}/resourceGroups/MYDEVTESTRG/providers/microsoft.insights/actionGroups/SampleActionGroup" | |
] | |
} | |
} | |
} | |
} | |
}, | |
"responses": { | |
"201": { | |
"body": { | |
"id": "subscriptions/{subscription-id}/providers/Microsoft.Consumption/budgets/TestBudget", | |
"name": "TestBudget", | |
"type": "Microsoft.Consumption/budgets", | |
"eTag": "\"1d34d012214157f\"", | |
"properties": { | |
"category": "Cost", | |
"amount": 100.65, | |
"timeGrain": "Monthly", | |
"timePeriod": { | |
"startDate": "2017-10-01T00:00:00Z", | |
"endDate": "2018-10-31T00:00:00Z" | |
}, | |
"filter": { | |
"and": [ | |
{ | |
"dimension": { | |
"name": "ResourceGroupName", | |
"operator": "In", | |
"values": [ | |
"MYDEVTESTRG" | |
] | |
} | |
}, | |
{ | |
"dimension": { | |
"name": "ResourceId", | |
"operator": "In", | |
"values": [ | |
"/subscriptions/{subscription-id}/resourceGroups/MYDEVTESTRG/providers/Microsoft.Compute/virtualMachines/MYVM2", | |
"/subscriptions/{subscription-id}/resourceGroups/MYDEVTESTRG/providers/Microsoft.Compute/virtualMachines/platformcloudplatformGeneric1" | |
] | |
} | |
}, | |
{ | |
"dimension": { | |
"name": "Meter", | |
"operator": "In", | |
"values": [ | |
"00000000-0000-0000-0000-000000000000" | |
] | |
} | |
}, | |
{ | |
"tag": { | |
"name": "Dev", | |
"operator": "In", | |
"values": [ | |
"engineering" | |
] | |
} | |
} | |
] | |
}, | |
"currentSpend": { | |
"amount": 80.89, | |
"unit": "USD" | |
}, | |
"notifications": { | |
"Actual_GreaterThan_80_Percent": { | |
"enabled": true, | |
"operator": "GreaterThan", | |
"threshold": 80, | |
"contactEmails": [ | |
"johndoe@contoso.com", | |
"janesmith@contoso.com" | |
], | |
"contactRoles": [ | |
"Contributor", | |
"Reader" | |
], | |
"contactGroups": [ | |
"/subscriptions/{subscription-id}/resourceGroups/MYDEVTESTRG/providers/microsoft.insights/actionGroups/SampleActionGroup" | |
] | |
} | |
} | |
} | |
} | |
}, | |
"200": { | |
"body": { | |
"id": "subscriptions/{subscription-id}/providers/Microsoft.Consumption/budgets/TestBudget", | |
"name": "TestBudget", | |
"type": "Microsoft.Consumption/budgets", | |
"eTag": "\"1d34d012214157f\"", | |
"properties": { | |
"category": "Cost", | |
"amount": 100.65, | |
"timeGrain": "Monthly", | |
"timePeriod": { | |
"startDate": "2017-10-01T00:00:00Z", | |
"endDate": "2018-10-31T00:00:00Z" | |
}, | |
"filter": { | |
"and": [ | |
{ | |
"dimension": { | |
"name": "ResourceGroupName", | |
"operator": "In", | |
"values": [ | |
"MYDEVTESTRG" | |
] | |
} | |
}, | |
{ | |
"dimension": { | |
"name": "ResourceId", | |
"operator": "In", | |
"values": [ | |
"/subscriptions/{subscription-id}/resourceGroups/MYDEVTESTRG/providers/Microsoft.Compute/virtualMachines/MYVM2", | |
"/subscriptions/{subscription-id}/resourceGroups/MYDEVTESTRG/providers/Microsoft.Compute/virtualMachines/platformcloudplatformGeneric1" | |
] | |
} | |
}, | |
{ | |
"dimension": { | |
"name": "Meter", | |
"operator": "In", | |
"values": [ | |
"00000000-0000-0000-0000-000000000000" | |
] | |
} | |
}, | |
{ | |
"tag": { | |
"name": "Dev", | |
"operator": "In", | |
"values": [ | |
"engineering" | |
] | |
} | |
} | |
] | |
}, | |
"currentSpend": { | |
"amount": 80.89, | |
"unit": "USD" | |
}, | |
"notifications": { | |
"Actual_GreaterThan_80_Percent": { | |
"enabled": true, | |
"operator": "GreaterThan", | |
"threshold": 80, | |
"contactEmails": [ | |
"johndoe@contoso.com", | |
"janesmith@contoso.com" | |
], | |
"contactRoles": [ | |
"Contributor", | |
"Reader" | |
], | |
"contactGroups": [ | |
"/subscriptions/{subscription-id}/resourceGroups/MYDEVTESTRG/providers/microsoft.insights/actionGroups/SampleActionGroup" | |
] | |
} | |
} | |
} | |
} | |
} | |
} | |
} |