From 899d1e664658a1def43f1df86fac9c94e646427d Mon Sep 17 00:00:00 2001 From: Umang Shah Date: Thu, 11 May 2023 18:11:16 -0700 Subject: [PATCH] Adding missing customerName property to fix S360 swagger correctness --- .../stable/2021-10-01/billingSubscription.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/billing/resource-manager/Microsoft.Billing/stable/2021-10-01/billingSubscription.json b/specification/billing/resource-manager/Microsoft.Billing/stable/2021-10-01/billingSubscription.json index 93bea1616b36..42740c53bc9c 100644 --- a/specification/billing/resource-manager/Microsoft.Billing/stable/2021-10-01/billingSubscription.json +++ b/specification/billing/resource-manager/Microsoft.Billing/stable/2021-10-01/billingSubscription.json @@ -736,6 +736,11 @@ "type": "string", "readOnly": true }, + "customerName": { + "description": "The name of the customer for whom the subscription was created. The field is applicable only for Microsoft Partner Agreement billing accounts.", + "type": "string", + "readOnly": true + }, "displayName": { "description": "The name of the subscription.", "type": "string"