From 5b5df262af48feb492784ba6ff19e5a66725ff3d Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 29 Jul 2021 07:20:41 +0000 Subject: [PATCH] CodeGen from PR 15421 in Azure/azure-rest-api-specs Merge 5bb3a09cf03616aae9115477969bdfc87478d69f into 1267076f6a49f9eea0860e70e79f523d1085ed14 --- schemas/2020-05-01/Microsoft.Billing.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/schemas/2020-05-01/Microsoft.Billing.json b/schemas/2020-05-01/Microsoft.Billing.json index 4daa2c1943..d72980e824 100644 --- a/schemas/2020-05-01/Microsoft.Billing.json +++ b/schemas/2020-05-01/Microsoft.Billing.json @@ -599,6 +599,21 @@ } ], "description": "Dictionary of metadata associated with the invoice section." + }, + "tags": { + "oneOf": [ + { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "properties": {} + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Dictionary of metadata associated with the invoice section. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /" } }, "description": "The properties of an invoice section."