Skip to content

Commit 9922562

Browse files
author
msftbot[bot]
authored
[ReleasePR guestconfiguration] Fix wrong output-folder in guest configuration (#1440)
Create to sync Azure/azure-rest-api-specs#12229 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/master...AzureSDKAutomation:sdkAuto/guestconfiguration?expand=1)
2 parents acfea03 + 89be2b9 commit 9922562

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

schemas/2018-01-20-preview/Microsoft.GuestConfiguration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
"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."
125125
}
126126
}
127-
}
127+
}

schemas/2018-06-30-preview/Microsoft.GuestConfiguration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@
151151
"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."
152152
}
153153
}
154-
}
154+
}

schemas/2018-11-20/Microsoft.GuestConfiguration.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"oneOf": [
118118
{
119119
"type": "number",
120-
"default": 15
120+
"default": 15.0
121121
},
122122
{
123123
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -144,7 +144,7 @@
144144
"oneOf": [
145145
{
146146
"type": "number",
147-
"default": 30
147+
"default": 30.0
148148
},
149149
{
150150
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -230,4 +230,4 @@
230230
"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."
231231
}
232232
}
233-
}
233+
}

schemas/2020-06-25/Microsoft.GuestConfiguration.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"oneOf": [
199199
{
200200
"type": "number",
201-
"default": 15
201+
"default": 15.0
202202
},
203203
{
204204
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -225,7 +225,7 @@
225225
"oneOf": [
226226
{
227227
"type": "number",
228-
"default": 30
228+
"default": 30.0
229229
},
230230
{
231231
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -326,4 +326,4 @@
326326
"description": "Information about the VM."
327327
}
328328
}
329-
}
329+
}

0 commit comments

Comments
 (0)