From 21a14e37ab6be1b915e2fa22ee61391088843215 Mon Sep 17 00:00:00 2001 From: Daniel Hu Date: Wed, 4 Jan 2023 18:18:38 -0800 Subject: [PATCH] Add additionalProperties to Microsoft.ResourceGraph/resourcesHistory (#21088) * Additional Properties * Not anonymous * PrettierCheck --- .../preview/2021-06-01-preview/resourceshistory.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2021-06-01-preview/resourceshistory.json b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2021-06-01-preview/resourceshistory.json index 56b81330feff..118168a38d57 100644 --- a/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2021-06-01-preview/resourceshistory.json +++ b/specification/resourcegraph/resource-manager/Microsoft.ResourceGraph/preview/2021-06-01-preview/resourceshistory.json @@ -59,7 +59,7 @@ "200": { "description": "OK", "schema": { - "type": "object" + "$ref": "#/definitions/ResourcesHistoryResult" } }, "default": { @@ -81,6 +81,10 @@ } }, "definitions": { + "ResourcesHistoryResult": { + "type": "object", + "additionalProperties": {} + }, "ResourcesHistoryRequest": { "description": "Describes a history request to be executed.", "type": "object",