Skip to content

Commit 52fe502

Browse files
us6193Umang Shah
andauthored
Adding missing customerName property to fix S360 swagger correctness (#23948)
Co-authored-by: Umang Shah <umangshah@microsoft.com>
1 parent 3b4d50a commit 52fe502

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specification/billing/resource-manager/Microsoft.Billing/stable/2021-10-01/billingSubscription.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,11 @@
736736
"type": "string",
737737
"readOnly": true
738738
},
739+
"customerName": {
740+
"description": "The name of the customer for whom the subscription was created. The field is applicable only for Microsoft Partner Agreement billing accounts.",
741+
"type": "string",
742+
"readOnly": true
743+
},
739744
"displayName": {
740745
"description": "The name of the subscription.",
741746
"type": "string"

0 commit comments

Comments
 (0)