From 36cb1db189cf5d24c513b308d73ff59273d54f06 Mon Sep 17 00:00:00 2001 From: gaoyp830 <51546332+gaoyp830@users.noreply.github.com> Date: Mon, 12 Jun 2023 22:59:13 -0700 Subject: [PATCH] Adding "renew" property to savingsPlanOrderAlias response (#24282) --- .../stable/2022-11-01/billingbenefits.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/billingbenefits/resource-manager/Microsoft.BillingBenefits/stable/2022-11-01/billingbenefits.json b/specification/billingbenefits/resource-manager/Microsoft.BillingBenefits/stable/2022-11-01/billingbenefits.json index 002803116365..cd8a57a8dc8e 100644 --- a/specification/billingbenefits/resource-manager/Microsoft.BillingBenefits/stable/2022-11-01/billingbenefits.json +++ b/specification/billingbenefits/resource-manager/Microsoft.BillingBenefits/stable/2022-11-01/billingbenefits.json @@ -743,6 +743,9 @@ }, "commitment": { "$ref": "#/definitions/Commitment" + }, + "renew": { + "$ref": "#/definitions/Renew" } } },