Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix templates that are were un-registerable due to new stepId check #3246

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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