From 65f48d32a681e28330ca1adeee587be40b65e87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Isadora=20Padilla=20Munoz?= Date: Thu, 21 Jan 2021 13:56:29 -0800 Subject: [PATCH] Adding value array to Tag. --- .../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 44bb6d207dc8..0158d2411e6b 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 @@ -3810,6 +3810,13 @@ "key": { "description": "Tag key.", "type": "string" + }, + "value": { + "description": "Tag values.", + "type": "array", + "items": { + "type": "string" + } } } },