Skip to content

Commit

Permalink
[ReleasePR guestconfiguration] Fix wrong output-folder in guest confi…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] committed Jan 13, 2021
2 parents acfea03 + 89be2b9 commit 9922562
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2018-11-20/Microsoft.GuestConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"oneOf": [
{
"type": "number",
"default": 15
"default": 15.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -144,7 +144,7 @@
"oneOf": [
{
"type": "number",
"default": 30
"default": 30.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -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."
}
}
}
}
6 changes: 3 additions & 3 deletions schemas/2020-06-25/Microsoft.GuestConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"oneOf": [
{
"type": "number",
"default": 15
"default": 15.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -225,7 +225,7 @@
"oneOf": [
{
"type": "number",
"default": 30
"default": 30.0
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -326,4 +326,4 @@
"description": "Information about the VM."
}
}
}
}

0 comments on commit 9922562

Please sign in to comment.