From 0cc5a06b6712e644fc5d4fec5005a3c945d18a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Isadora=20Padilla=20Mu=C3=B1oz?= Date: Wed, 17 Feb 2021 20:48:53 -0800 Subject: [PATCH] Adding value array to Tag. (#12555) --- .../stable/2019-10-01/consumption.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json index dded820220e2..e89a3a23db47 100644 --- a/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json +++ b/specification/consumption/resource-manager/Microsoft.Consumption/stable/2019-10-01/consumption.json @@ -3824,6 +3824,13 @@ "key": { "description": "Tag key.", "type": "string" + }, + "value": { + "description": "Tag values.", + "type": "array", + "items": { + "type": "string" + } } } },