Skip to content

Commit

Permalink
Update schema (#6596)
Browse files Browse the repository at this point in the history
* line endings temp

* fix schema

---------

Co-authored-by: Dan Moseley <[email protected]>
  • Loading branch information
mitchdenny and danmoseley authored Feb 9, 2025
1 parent a9b4893 commit a5c14f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions Aspire.sln
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{991DB378-6CB5-4441-BFC3-657400690FC3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
src\Schema\aspire-8.0.json = src\Schema\aspire-8.0.json
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
Expand Down
15 changes: 8 additions & 7 deletions src/Schema/aspire-8.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
"definitions": {
"resource.azure.bicep.v0": {
"type": "object",
"default": "Represents a resource that is deployed using Azure Bicep.",
"description": "Represents a resource that is deployed using Azure Bicep.",
"required": [ "path" ],
"properties": {
"type": {
Expand Down Expand Up @@ -523,18 +523,19 @@
"$ref": "#/definitions/resource.azure.bicep.v0"
},
{
"type": "object",
"properties": {
"type": {
"const": "azure.bicep.v1"
},
"scope": {
"type": "object",
"properties": {
"resourceGroup": {
"type": "string",
"description": "The name of the resource group to deploy the resource to."
}
"type": "object",
"properties": {
"resourceGroup": {
"type": "string",
"description": "The name of the resource group to deploy the resource to."
}
}
}
}
}
Expand Down

0 comments on commit a5c14f3

Please sign in to comment.