From 0b82ba534dc6251cb7eeb885072e59254c59d54e Mon Sep 17 00:00:00 2001 From: Derek Keeler Date: Sat, 3 Feb 2018 23:29:15 -0800 Subject: [PATCH] Add collectionFormat to comma-separated tags list parameter for favorites - generating API in CSharp generated errors --- .../microsoft.insights/stable/2015-05-01/favorites_API.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/applicationinsights/resource-manager/microsoft.insights/stable/2015-05-01/favorites_API.json b/specification/applicationinsights/resource-manager/microsoft.insights/stable/2015-05-01/favorites_API.json index 53eb296a6431..2b9229a1f486 100644 --- a/specification/applicationinsights/resource-manager/microsoft.insights/stable/2015-05-01/favorites_API.json +++ b/specification/applicationinsights/resource-manager/microsoft.insights/stable/2015-05-01/favorites_API.json @@ -395,6 +395,7 @@ "items": { "type": "string" }, + "collectionFormat": "csv", "description": "Tags that must be present on each favorite returned.", "x-ms-parameter-location": "method" }