From cb93a3a577196e7a5a702b096f817a575dc8df81 Mon Sep 17 00:00:00 2001 From: anmandan <74345375+anmandan@users.noreply.github.com> Date: Wed, 11 May 2022 18:00:59 -0700 Subject: [PATCH] add credit expired event --- .../Microsoft.Consumption/stable/2021-10-01/consumption.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json index eda3dedb8d40..a702742fffd7 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01/consumption.json @@ -5030,7 +5030,8 @@ "PendingNewCredit", "PendingExpiredCredit", "UnKnown", - "NewCredit" + "NewCredit", + "CreditExpired" ], "x-ms-enum": { "name": "EventType",