Skip to content

Commit

Permalink
Add 1.1 and 1.3 as options
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirks committed Jun 11, 2024
1 parent 028d77d commit 0326c6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/fabric-runtime/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "fabric-runtime",
"version": "0.1.0",
"version": "1.0.0",
"name": "Fabric Runtime",
"description": "Mimics the Microsoft Fabric Runtime for local development of PySpark notebooks.",
"documentationURL": "https://github.com/e-gineering/devcontainer-templates/tree/main/src/fabric-runtime",
Expand All @@ -10,7 +10,9 @@
"type": "string",
"description": "Version of the Fabric Runtime to use",
"proposals": [
"1.2"
"1.1",
"1.2",
"1.3"
],
"default": "1.2"
}
Expand Down

0 comments on commit 0326c6e

Please sign in to comment.