Skip to content

Commit

Permalink
Merge pull request #47 from carolynvs/extensions-schema
Browse files Browse the repository at this point in the history
Include extensions in the mixin configuration schema
  • Loading branch information
carolynvs authored Oct 17, 2022
2 parents adfc931 + a0e6715 commit 4ce6b32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/az/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"clientVersion": {
"description": "Version of az to install in the bundle",
"type": "string"
},
"extensions": {
"description": "Names of extensions to install with the az CLI, e.g. azure-iot",
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false
Expand Down

0 comments on commit 4ce6b32

Please sign in to comment.