From 7bfc5c27b3406d02fded1323b5545ee11e61c107 Mon Sep 17 00:00:00 2001 From: Dan Schulte Date: Wed, 6 Apr 2016 13:13:34 -0700 Subject: [PATCH] Add AzureResourceSchema to configuration file --- AutoRest/AutoRest/AutoRest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AutoRest/AutoRest/AutoRest.json b/AutoRest/AutoRest/AutoRest.json index b488b12ca1fc8..c4674f06132c3 100644 --- a/AutoRest/AutoRest/AutoRest.json +++ b/AutoRest/AutoRest/AutoRest.json @@ -29,6 +29,9 @@ }, "Azure.Python": { "type": "AzurePythonCodeGenerator, AutoRest.Generator.Azure.Python" + }, + "AzureResourceSchema": { + "type": "AzureResourceSchema, AutoRest.Generator.AzureResourceSchema" } }, "modelers": {