From d3c77e85c5bb28a012657e069a852b88f34f4045 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 19 Apr 2021 02:36:00 +0000 Subject: [PATCH] CodeGen from PR 13987 in Azure/azure-rest-api-specs Merge 0ed6db11db86b193371b5331d2a7d71558d394d9 into 6caa0555a933dbb8f29382131578ad566a2cfbca --- schemas/2020-05-01/Microsoft.Billing.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/schemas/2020-05-01/Microsoft.Billing.json b/schemas/2020-05-01/Microsoft.Billing.json index 766e06fa20..4daa2c1943 100644 --- a/schemas/2020-05-01/Microsoft.Billing.json +++ b/schemas/2020-05-01/Microsoft.Billing.json @@ -275,6 +275,10 @@ "type": "string", "description": "Last name." }, + "middleName": { + "type": "string", + "description": "Middle name." + }, "phoneNumber": { "type": "string", "description": "Phone number." @@ -480,6 +484,21 @@ "poNumber": { "type": "string", "description": "The purchase order name that will appear on the invoices generated for the billing profile." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Tags of billing profiles." } }, "description": "The properties of the billing profile."