icy-jordan-58549
11/11/2020, 8:00 AMazure-nextgen:consumption/latest:Budget (budget):
error: pollingTrackerBase#pollForStatus: failed to send HTTP request: StatusCode=0 -- Original Error: Get "<https://costmanagement.trafficmanager.net/subscriptions/393dab78-686f-41be-b9d5-f244fb11eba7/resourcegroups/hub-rg/providers/Microsoft.Consumption/budgets/hub?api-version=2019-10-01>": local error: tls: no renegotiation
new azure_nextgen.consumption.latest.Budget(
'budget',
{
amount: 900,
budgetName: config.appName,
category: 'Cost',
filter: {
and: [
{
dimensions: {
name: 'ResourceId',
operator: 'In',
values: [config.resourceGroup.id]
}
}
]
},
notifications: {
Actual_GreaterThan_80_Percent: {
contactEmails: ['<mailto:fedya@skitsko.com|fedya@skitsko.com>'],
enabled: true,
operator: 'GreaterThan',
threshold: 80
}
},
scope: config.resourceGroup.id,
timeGrain: 'Monthly',
timePeriod: {
startDate: '2020-11-01T00:00:00Z'
}
},
{ parent: config.resourceGroup }
);
tall-librarian-49374
11/11/2020, 8:42 AMicy-jordan-58549
11/11/2020, 8:56 AM