Skip to content

Commit

Permalink
Fix templates that are were un-registerable due to new stepId check (#…
Browse files Browse the repository at this point in the history
…3246)

* change duplicated step IDs

* fix typos
  • Loading branch information
yuvalyaron authored Feb 23, 2023
1 parent 2399c39 commit ed9c3d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/workspace_services/databricks/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"stepId": "main"
},
{
"stepId": "260421b3-7308-491f-b531-e007cdc0aa46",
"stepId": "7ec5fa90-23bd-4809-b0d7-2d32c94016b1",
"stepTitle": "Add firewall rules for databricks",
"resourceTemplateName": "tre-shared-service-firewall",
"resourceType": "shared-service",
Expand Down Expand Up @@ -331,7 +331,7 @@
],
"uninstall": [
{
"stepId": "260421b3-7308-491f-b531-e007cdc0aa46",
"stepId": "da2d99a3-3940-4dcc-a934-53535f2e2451",
"stepTitle": "Remove network firewall rules for databricks",
"resourceTemplateName": "tre-shared-service-firewall",
"resourceType": "shared-service",
Expand Down
6 changes: 3 additions & 3 deletions templates/workspaces/unrestricted/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
},
{
"stepId": "260421b3-7308-491f-b531-e007cdc0ff46",
"stepTitle": "Add network firewall rules for to allow all internt access",
"stepTitle": "Add network firewall rules for to allow all internet access",
"resourceTemplateName": "tre-shared-service-firewall",
"resourceType": "shared-service",
"resourceAction": "upgrade",
Expand Down Expand Up @@ -339,8 +339,8 @@
"stepId": "main"
},
{
"stepId": "260421b3-7308-491f-b531-e007cdc0ff46",
"stepTitle": "Add network firewall rules for to allow all internt access",
"stepId": "11c61770-d67c-4a58-b90e-4924ddcc035b",
"stepTitle": "Add network firewall rules for to allow all internet access",
"resourceTemplateName": "tre-shared-service-firewall",
"resourceType": "shared-service",
"resourceAction": "upgrade",
Expand Down

0 comments on commit ed9c3d5

Please sign in to comment.