From cba0132bac27f831c90ef8cfca836c8853680000 Mon Sep 17 00:00:00 2001 From: alprosms Date: Wed, 1 Mar 2023 23:01:20 -0800 Subject: [PATCH] removing mismatching enum values --- .../costmanagement.budgets.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2023-04-01-preview/costmanagement.budgets.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2023-04-01-preview/costmanagement.budgets.json index 228bf9631db5..545da06a69a1 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2023-04-01-preview/costmanagement.budgets.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2023-04-01-preview/costmanagement.budgets.json @@ -457,24 +457,7 @@ ], "x-ms-enum": { "name": "OperatorType", - "modelAsString": true, - "values": [ - { - "value": "EqualTo", - "description": "Alert will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future. ", - "name": "EqualTo" - }, - { - "value": "GreaterThan", - "description": "Alert will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert.", - "name": "GreaterThan" - }, - { - "value": "GreaterThanOrEqualTo", - "description": "Alert will be triggered if the evaluated cost is greater than or equal to the threshold value.", - "name": "GreaterThanOrEqualTo" - } - ] + "modelAsString": true } }, "threshold": {