From 89be2b98537ec326ec79009a28ed6cc979f15d14 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 24 Dec 2020 07:30:53 +0000 Subject: [PATCH] CodeGen from PR 12229 in Azure/azure-rest-api-specs Fix wrong output-folder (#12229) --- .../2018-01-20-preview/Microsoft.GuestConfiguration.json | 2 +- .../2018-06-30-preview/Microsoft.GuestConfiguration.json | 2 +- schemas/2018-11-20/Microsoft.GuestConfiguration.json | 6 +++--- schemas/2020-06-25/Microsoft.GuestConfiguration.json | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/schemas/2018-01-20-preview/Microsoft.GuestConfiguration.json b/schemas/2018-01-20-preview/Microsoft.GuestConfiguration.json index 1b3ee64dae..6bd1b47f6e 100644 --- a/schemas/2018-01-20-preview/Microsoft.GuestConfiguration.json +++ b/schemas/2018-01-20-preview/Microsoft.GuestConfiguration.json @@ -124,4 +124,4 @@ "description": "Guest configuration is an artifact that encapsulates DSC configuration and its dependencies. The artifact is a zip file containing DSC configuration (as MOF) and dependent resources and other dependencies like modules." } } -} \ No newline at end of file +} diff --git a/schemas/2018-06-30-preview/Microsoft.GuestConfiguration.json b/schemas/2018-06-30-preview/Microsoft.GuestConfiguration.json index f5e9042130..139fa556e5 100644 --- a/schemas/2018-06-30-preview/Microsoft.GuestConfiguration.json +++ b/schemas/2018-06-30-preview/Microsoft.GuestConfiguration.json @@ -151,4 +151,4 @@ "description": "Guest configuration is an artifact that encapsulates DSC configuration and its dependencies. The artifact is a zip file containing DSC configuration (as MOF) and dependent resources and other dependencies like modules." } } -} \ No newline at end of file +} diff --git a/schemas/2018-11-20/Microsoft.GuestConfiguration.json b/schemas/2018-11-20/Microsoft.GuestConfiguration.json index fae13511fc..2206da70a4 100644 --- a/schemas/2018-11-20/Microsoft.GuestConfiguration.json +++ b/schemas/2018-11-20/Microsoft.GuestConfiguration.json @@ -117,7 +117,7 @@ "oneOf": [ { "type": "number", - "default": 15 + "default": 15.0 }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -144,7 +144,7 @@ "oneOf": [ { "type": "number", - "default": 30 + "default": 30.0 }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -230,4 +230,4 @@ "description": "Guest configuration is an artifact that encapsulates DSC configuration and its dependencies. The artifact is a zip file containing DSC configuration (as MOF) and dependent resources and other dependencies like modules." } } -} \ No newline at end of file +} diff --git a/schemas/2020-06-25/Microsoft.GuestConfiguration.json b/schemas/2020-06-25/Microsoft.GuestConfiguration.json index 9519c0a498..3122f33ff7 100644 --- a/schemas/2020-06-25/Microsoft.GuestConfiguration.json +++ b/schemas/2020-06-25/Microsoft.GuestConfiguration.json @@ -198,7 +198,7 @@ "oneOf": [ { "type": "number", - "default": 15 + "default": 15.0 }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -225,7 +225,7 @@ "oneOf": [ { "type": "number", - "default": 30 + "default": 30.0 }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -326,4 +326,4 @@ "description": "Information about the VM." } } -} \ No newline at end of file +}