diff --git a/dockerfiles/ocw/node-hugo/Dockerfile b/dockerfiles/ocw/node-hugo/Dockerfile
index b3efd2df64..3be4d86fc2 100644
--- a/dockerfiles/ocw/node-hugo/Dockerfile
+++ b/dockerfiles/ocw/node-hugo/Dockerfile
@@ -5,7 +5,7 @@ LABEL version="0.8"
WORKDIR /tmp
# renovate: datasource=github-releases depName=hugo packageName=gohugoio/hugo
-ENV HUGO_VERSION="0.142.0"
+ENV HUGO_VERSION="0.160.1"
ENV HUGO_NAME="hugo_extended_${HUGO_VERSION}_linux-amd64"
# renovate: datasource=github-tags depName=go packageName=golang/go versioning=go
diff --git a/sdks/rootly/pulumi_rootly/README.md b/sdks/rootly/pulumi_rootly/README.md
index 3a517268bb..c7e6d5b35a 100644
--- a/sdks/rootly/pulumi_rootly/README.md
+++ b/sdks/rootly/pulumi_rootly/README.md
@@ -1,3 +1,3 @@
> This provider is a derived work of the [Terraform Provider](https://github.com/rootlyhq/terraform-provider-rootly)
> distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,
-> please consult the source [`terraform-provider-rootly` repo](https://github.com/rootlyhq/terraform-provider-rootly/issues).
\ No newline at end of file
+> please consult the source [`terraform-provider-rootly` repo](https://github.com/rootlyhq/terraform-provider-rootly/issues).
diff --git a/sdks/rootly/pulumi_rootly/alert_field.py b/sdks/rootly/pulumi_rootly/alert_field.py
index 0b7978b339..c488962f42 100644
--- a/sdks/rootly/pulumi_rootly/alert_field.py
+++ b/sdks/rootly/pulumi_rootly/alert_field.py
@@ -279,4 +279,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the alert field
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/alert_group.py b/sdks/rootly/pulumi_rootly/alert_group.py
index 561c902383..e2e7459405 100644
--- a/sdks/rootly/pulumi_rootly/alert_group.py
+++ b/sdks/rootly/pulumi_rootly/alert_group.py
@@ -662,4 +662,3 @@ def time_window(self) -> pulumi.Output[_builtins.float]:
Time window for the alert grouping
"""
return pulumi.get(self, "time_window")
-
diff --git a/sdks/rootly/pulumi_rootly/alert_route.py b/sdks/rootly/pulumi_rootly/alert_route.py
index 368df8f109..9dd1d34ed2 100644
--- a/sdks/rootly/pulumi_rootly/alert_route.py
+++ b/sdks/rootly/pulumi_rootly/alert_route.py
@@ -324,4 +324,3 @@ def owning_team_ids(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
@pulumi.getter
def rules(self) -> pulumi.Output[Optional[Sequence['outputs.AlertRouteRule']]]:
return pulumi.get(self, "rules")
-
diff --git a/sdks/rootly/pulumi_rootly/alert_routing_rule.py b/sdks/rootly/pulumi_rootly/alert_routing_rule.py
index 60146404d3..c79108977d 100644
--- a/sdks/rootly/pulumi_rootly/alert_routing_rule.py
+++ b/sdks/rootly/pulumi_rootly/alert_routing_rule.py
@@ -505,4 +505,3 @@ def position(self) -> pulumi.Output[_builtins.float]:
The position of the alert routing rule for ordering evaluation
"""
return pulumi.get(self, "position")
-
diff --git a/sdks/rootly/pulumi_rootly/alert_urgency.py b/sdks/rootly/pulumi_rootly/alert_urgency.py
index f45a24a6e2..f2fd6375fa 100644
--- a/sdks/rootly/pulumi_rootly/alert_urgency.py
+++ b/sdks/rootly/pulumi_rootly/alert_urgency.py
@@ -280,4 +280,3 @@ def position(self) -> pulumi.Output[_builtins.float]:
Position of the alert urgency
"""
return pulumi.get(self, "position")
-
diff --git a/sdks/rootly/pulumi_rootly/authorization.py b/sdks/rootly/pulumi_rootly/authorization.py
index af39c9c9a0..e0281d7ff9 100644
--- a/sdks/rootly/pulumi_rootly/authorization.py
+++ b/sdks/rootly/pulumi_rootly/authorization.py
@@ -376,4 +376,3 @@ def permissions(self) -> pulumi.Output[Sequence[_builtins.str]]:
Value must be one of `read`, `update`, `authorize`, `destroy`.
"""
return pulumi.get(self, "permissions")
-
diff --git a/sdks/rootly/pulumi_rootly/catalog.py b/sdks/rootly/pulumi_rootly/catalog.py
index 9921275cee..bda2a34055 100644
--- a/sdks/rootly/pulumi_rootly/catalog.py
+++ b/sdks/rootly/pulumi_rootly/catalog.py
@@ -300,4 +300,3 @@ def position(self) -> pulumi.Output[_builtins.float]:
Default position of the catalog when displayed in a list.
"""
return pulumi.get(self, "position")
-
diff --git a/sdks/rootly/pulumi_rootly/catalog_checklist_template.py b/sdks/rootly/pulumi_rootly/catalog_checklist_template.py
index 6afc1c783c..63ac434319 100644
--- a/sdks/rootly/pulumi_rootly/catalog_checklist_template.py
+++ b/sdks/rootly/pulumi_rootly/catalog_checklist_template.py
@@ -516,4 +516,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the checklist template
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/catalog_property.py b/sdks/rootly/pulumi_rootly/catalog_property.py
index 4d4c61ac33..c4afc62bb7 100644
--- a/sdks/rootly/pulumi_rootly/catalog_property.py
+++ b/sdks/rootly/pulumi_rootly/catalog_property.py
@@ -475,4 +475,3 @@ def required(self) -> pulumi.Output[_builtins.bool]:
@pulumi.getter
def slug(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/cause.py b/sdks/rootly/pulumi_rootly/cause.py
index 14832a8875..3b4cbf983f 100644
--- a/sdks/rootly/pulumi_rootly/cause.py
+++ b/sdks/rootly/pulumi_rootly/cause.py
@@ -375,4 +375,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the cause
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/communications_group.py b/sdks/rootly/pulumi_rootly/communications_group.py
index 0d0c7e00b8..e0629b7c55 100644
--- a/sdks/rootly/pulumi_rootly/communications_group.py
+++ b/sdks/rootly/pulumi_rootly/communications_group.py
@@ -658,4 +658,3 @@ def sms_channel(self) -> pulumi.Output[_builtins.bool]:
SMS channel enabled. Value must be one of true or false
"""
return pulumi.get(self, "sms_channel")
-
diff --git a/sdks/rootly/pulumi_rootly/communications_stage.py b/sdks/rootly/pulumi_rootly/communications_stage.py
index da86be6e8a..44d7460d01 100644
--- a/sdks/rootly/pulumi_rootly/communications_stage.py
+++ b/sdks/rootly/pulumi_rootly/communications_stage.py
@@ -326,4 +326,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the communications stage
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/communications_template.py b/sdks/rootly/pulumi_rootly/communications_template.py
index 1a05b2196b..baf3e73643 100644
--- a/sdks/rootly/pulumi_rootly/communications_template.py
+++ b/sdks/rootly/pulumi_rootly/communications_template.py
@@ -470,4 +470,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the communications template
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/communications_type.py b/sdks/rootly/pulumi_rootly/communications_type.py
index bacb25831b..7b4e555bb8 100644
--- a/sdks/rootly/pulumi_rootly/communications_type.py
+++ b/sdks/rootly/pulumi_rootly/communications_type.py
@@ -374,4 +374,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the communications type
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/config/__init__.pyi b/sdks/rootly/pulumi_rootly/config/__init__.pyi
index 85a2c16ab1..16f880e502 100644
--- a/sdks/rootly/pulumi_rootly/config/__init__.pyi
+++ b/sdks/rootly/pulumi_rootly/config/__init__.pyi
@@ -23,4 +23,3 @@ apiToken: Optional[str]
"""
The Rootly API Token. Generate it from your account at https://rootly.com/account. It must be provided but can also be sourced from the `ROOTLY_API_TOKEN` environment variable.
"""
-
diff --git a/sdks/rootly/pulumi_rootly/config/vars.py b/sdks/rootly/pulumi_rootly/config/vars.py
index c9411241d2..8febde63c0 100644
--- a/sdks/rootly/pulumi_rootly/config/vars.py
+++ b/sdks/rootly/pulumi_rootly/config/vars.py
@@ -33,4 +33,3 @@ def api_token(self) -> Optional[str]:
The Rootly API Token. Generate it from your account at https://rootly.com/account. It must be provided but can also be sourced from the `ROOTLY_API_TOKEN` environment variable.
"""
return __config__.get('apiToken')
-
diff --git a/sdks/rootly/pulumi_rootly/custom_field.py b/sdks/rootly/pulumi_rootly/custom_field.py
index 976fb8deca..ca7026f844 100644
--- a/sdks/rootly/pulumi_rootly/custom_field.py
+++ b/sdks/rootly/pulumi_rootly/custom_field.py
@@ -523,4 +523,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the custom_field
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/custom_field_option.py b/sdks/rootly/pulumi_rootly/custom_field_option.py
index 55c3b4df61..e787155d9d 100644
--- a/sdks/rootly/pulumi_rootly/custom_field_option.py
+++ b/sdks/rootly/pulumi_rootly/custom_field_option.py
@@ -361,4 +361,3 @@ def value(self) -> pulumi.Output[_builtins.str]:
The value of the custom_field_option
"""
return pulumi.get(self, "value")
-
diff --git a/sdks/rootly/pulumi_rootly/custom_form.py b/sdks/rootly/pulumi_rootly/custom_form.py
index 0da55a5b08..27f63ae54b 100644
--- a/sdks/rootly/pulumi_rootly/custom_form.py
+++ b/sdks/rootly/pulumi_rootly/custom_form.py
@@ -348,4 +348,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The custom form slug. Add this to form_field.shown or form_field.required to associate form fields with custom forms.
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/dashboard.py b/sdks/rootly/pulumi_rootly/dashboard.py
index 59a5ddb3ef..da6f809424 100644
--- a/sdks/rootly/pulumi_rootly/dashboard.py
+++ b/sdks/rootly/pulumi_rootly/dashboard.py
@@ -335,4 +335,3 @@ def user_id(self) -> pulumi.Output[_builtins.float]:
The user_id of the dashboard, for dashboards with owner == user
"""
return pulumi.get(self, "user_id")
-
diff --git a/sdks/rootly/pulumi_rootly/dashboard_panel.py b/sdks/rootly/pulumi_rootly/dashboard_panel.py
index 0e2cce08ac..aaa4c3ca74 100644
--- a/sdks/rootly/pulumi_rootly/dashboard_panel.py
+++ b/sdks/rootly/pulumi_rootly/dashboard_panel.py
@@ -304,4 +304,3 @@ def params(self) -> pulumi.Output['outputs.DashboardPanelParams']:
@pulumi.getter
def position(self) -> pulumi.Output[Optional['outputs.DashboardPanelPosition']]:
return pulumi.get(self, "position")
-
diff --git a/sdks/rootly/pulumi_rootly/edge_connector.py b/sdks/rootly/pulumi_rootly/edge_connector.py
index 6485071586..2d4046f26e 100644
--- a/sdks/rootly/pulumi_rootly/edge_connector.py
+++ b/sdks/rootly/pulumi_rootly/edge_connector.py
@@ -394,4 +394,3 @@ def subscriptions(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
@pulumi.getter(name="updatedAt")
def updated_at(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "updated_at")
-
diff --git a/sdks/rootly/pulumi_rootly/edge_connector_action.py b/sdks/rootly/pulumi_rootly/edge_connector_action.py
index f2e3b5bef9..8f2318f461 100644
--- a/sdks/rootly/pulumi_rootly/edge_connector_action.py
+++ b/sdks/rootly/pulumi_rootly/edge_connector_action.py
@@ -558,4 +558,3 @@ def timeout(self) -> pulumi.Output[_builtins.float]:
@pulumi.getter(name="updatedAt")
def updated_at(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "updated_at")
-
diff --git a/sdks/rootly/pulumi_rootly/environment.py b/sdks/rootly/pulumi_rootly/environment.py
index babd7ef804..e6694df8fc 100644
--- a/sdks/rootly/pulumi_rootly/environment.py
+++ b/sdks/rootly/pulumi_rootly/environment.py
@@ -563,4 +563,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the environment
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/escalation_level.py b/sdks/rootly/pulumi_rootly/escalation_level.py
index a94f2f2d6c..1665aa0a1a 100644
--- a/sdks/rootly/pulumi_rootly/escalation_level.py
+++ b/sdks/rootly/pulumi_rootly/escalation_level.py
@@ -471,4 +471,3 @@ def position(self) -> pulumi.Output[_builtins.float]:
Position of the escalation policy level
"""
return pulumi.get(self, "position")
-
diff --git a/sdks/rootly/pulumi_rootly/escalation_path.py b/sdks/rootly/pulumi_rootly/escalation_path.py
index 4b3989503a..f6ce18c55c 100644
--- a/sdks/rootly/pulumi_rootly/escalation_path.py
+++ b/sdks/rootly/pulumi_rootly/escalation_path.py
@@ -845,4 +845,3 @@ def time_restrictions(self) -> pulumi.Output[Optional[Sequence['outputs.Escalati
If time restrictions are set, alerts will follow this path when they arrive within the specified time ranges and meet the rules.
"""
return pulumi.get(self, "time_restrictions")
-
diff --git a/sdks/rootly/pulumi_rootly/escalation_policy.py b/sdks/rootly/pulumi_rootly/escalation_policy.py
index c9fe881da0..f21c0db2cc 100644
--- a/sdks/rootly/pulumi_rootly/escalation_policy.py
+++ b/sdks/rootly/pulumi_rootly/escalation_policy.py
@@ -503,4 +503,3 @@ def service_ids(self) -> pulumi.Output[Sequence[_builtins.str]]:
Associated services (alerting the service will trigger escalation policy)
"""
return pulumi.get(self, "service_ids")
-
diff --git a/sdks/rootly/pulumi_rootly/form_field.py b/sdks/rootly/pulumi_rootly/form_field.py
index 312d129adb..a29d86190e 100644
--- a/sdks/rootly/pulumi_rootly/form_field.py
+++ b/sdks/rootly/pulumi_rootly/form_field.py
@@ -697,4 +697,3 @@ def value_kind_catalog_id(self) -> pulumi.Output[_builtins.str]:
The ID of the catalog used when value_kind is `catalog_entity`
"""
return pulumi.get(self, "value_kind_catalog_id")
-
diff --git a/sdks/rootly/pulumi_rootly/form_field_option.py b/sdks/rootly/pulumi_rootly/form_field_option.py
index 481b0ed616..9ebba24a80 100644
--- a/sdks/rootly/pulumi_rootly/form_field_option.py
+++ b/sdks/rootly/pulumi_rootly/form_field_option.py
@@ -388,4 +388,3 @@ def value(self) -> pulumi.Output[_builtins.str]:
The value of the form field option
"""
return pulumi.get(self, "value")
-
diff --git a/sdks/rootly/pulumi_rootly/form_field_placement.py b/sdks/rootly/pulumi_rootly/form_field_placement.py
index 40ef4876ad..67390de888 100644
--- a/sdks/rootly/pulumi_rootly/form_field_placement.py
+++ b/sdks/rootly/pulumi_rootly/form_field_placement.py
@@ -516,4 +516,3 @@ def required_operator(self) -> pulumi.Output[Optional[_builtins.str]]:
Logical operator when evaluating multiple form_field_placement_conditions with conditioned=required. Value must be one of `and`, `or`.
"""
return pulumi.get(self, "required_operator")
-
diff --git a/sdks/rootly/pulumi_rootly/form_field_placement_condition.py b/sdks/rootly/pulumi_rootly/form_field_placement_condition.py
index abf5cbf7b6..77462bfeb8 100644
--- a/sdks/rootly/pulumi_rootly/form_field_placement_condition.py
+++ b/sdks/rootly/pulumi_rootly/form_field_placement_condition.py
@@ -422,4 +422,3 @@ def values(self) -> pulumi.Output[Sequence[_builtins.str]]:
The values for comparison.
"""
return pulumi.get(self, "values")
-
diff --git a/sdks/rootly/pulumi_rootly/form_field_position.py b/sdks/rootly/pulumi_rootly/form_field_position.py
index 220896bca4..db6808cb61 100644
--- a/sdks/rootly/pulumi_rootly/form_field_position.py
+++ b/sdks/rootly/pulumi_rootly/form_field_position.py
@@ -281,4 +281,3 @@ def position(self) -> pulumi.Output[_builtins.float]:
The position of the form_field_position
"""
return pulumi.get(self, "position")
-
diff --git a/sdks/rootly/pulumi_rootly/form_set.py b/sdks/rootly/pulumi_rootly/form_set.py
index 9e881377b5..1ad215ca37 100644
--- a/sdks/rootly/pulumi_rootly/form_set.py
+++ b/sdks/rootly/pulumi_rootly/form_set.py
@@ -327,4 +327,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the form set
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/form_set_condition.py b/sdks/rootly/pulumi_rootly/form_set_condition.py
index 93666d5c84..ea786f0ace 100644
--- a/sdks/rootly/pulumi_rootly/form_set_condition.py
+++ b/sdks/rootly/pulumi_rootly/form_set_condition.py
@@ -328,4 +328,3 @@ def values(self) -> pulumi.Output[Sequence[_builtins.str]]:
The values for comparison.
"""
return pulumi.get(self, "values")
-
diff --git a/sdks/rootly/pulumi_rootly/incident_permission_set.py b/sdks/rootly/pulumi_rootly/incident_permission_set.py
index 398d2d33db..29629fea44 100644
--- a/sdks/rootly/pulumi_rootly/incident_permission_set.py
+++ b/sdks/rootly/pulumi_rootly/incident_permission_set.py
@@ -373,4 +373,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The incident permission set slug.
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/incident_permission_set_boolean.py b/sdks/rootly/pulumi_rootly/incident_permission_set_boolean.py
index 52bca774dd..4b4788e85c 100644
--- a/sdks/rootly/pulumi_rootly/incident_permission_set_boolean.py
+++ b/sdks/rootly/pulumi_rootly/incident_permission_set_boolean.py
@@ -301,4 +301,3 @@ def private(self) -> pulumi.Output[_builtins.bool]:
Value must be one of true or false
"""
return pulumi.get(self, "private")
-
diff --git a/sdks/rootly/pulumi_rootly/incident_permission_set_resource.py b/sdks/rootly/pulumi_rootly/incident_permission_set_resource.py
index fbb51565e1..b264c889bd 100644
--- a/sdks/rootly/pulumi_rootly/incident_permission_set_resource.py
+++ b/sdks/rootly/pulumi_rootly/incident_permission_set_resource.py
@@ -335,4 +335,3 @@ def resource_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="resourceType")
def resource_type(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "resource_type")
-
diff --git a/sdks/rootly/pulumi_rootly/incident_role.py b/sdks/rootly/pulumi_rootly/incident_role.py
index 88fcea8a89..716d7351de 100644
--- a/sdks/rootly/pulumi_rootly/incident_role.py
+++ b/sdks/rootly/pulumi_rootly/incident_role.py
@@ -501,4 +501,3 @@ def summary(self) -> pulumi.Output[_builtins.str]:
The summary of the incident role
"""
return pulumi.get(self, "summary")
-
diff --git a/sdks/rootly/pulumi_rootly/incident_role_task.py b/sdks/rootly/pulumi_rootly/incident_role_task.py
index c89623af76..7e6c46eaa1 100644
--- a/sdks/rootly/pulumi_rootly/incident_role_task.py
+++ b/sdks/rootly/pulumi_rootly/incident_role_task.py
@@ -314,4 +314,3 @@ def task(self) -> pulumi.Output[_builtins.str]:
The task of the incident task
"""
return pulumi.get(self, "task")
-
diff --git a/sdks/rootly/pulumi_rootly/incident_sub_status.py b/sdks/rootly/pulumi_rootly/incident_sub_status.py
index 455ecfd42f..9f102ed2cf 100644
--- a/sdks/rootly/pulumi_rootly/incident_sub_status.py
+++ b/sdks/rootly/pulumi_rootly/incident_sub_status.py
@@ -289,4 +289,3 @@ def sub_status_id(self) -> pulumi.Output[_builtins.str]:
Note: To change an incident's sub-status, use the PATCH /incidents/:id endpoint and set the sub_status_id attribute. This endpoint is for modifying the timestamp of when an incident's sub-status was assigned.
"""
return pulumi.get(self, "sub_status_id")
-
diff --git a/sdks/rootly/pulumi_rootly/incident_type.py b/sdks/rootly/pulumi_rootly/incident_type.py
index acc4c8cadb..9b2ac4a768 100644
--- a/sdks/rootly/pulumi_rootly/incident_type.py
+++ b/sdks/rootly/pulumi_rootly/incident_type.py
@@ -563,4 +563,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the incident type
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/live_call_router.py b/sdks/rootly/pulumi_rootly/live_call_router.py
index 8170da4bfd..ef76ba3bce 100644
--- a/sdks/rootly/pulumi_rootly/live_call_router.py
+++ b/sdks/rootly/pulumi_rootly/live_call_router.py
@@ -915,4 +915,3 @@ def waiting_music_url(self) -> pulumi.Output[Optional[_builtins.str]]:
The waiting music URL of the live_call_router. Value must be one of `https://storage.rootly.com/twilio/voicemail/ClockworkWaltz.mp3`, `https://storage.rootly.com/twilio/voicemail/ith_brahms-116-4.mp3`, `https://storage.rootly.com/twilio/voicemail/Mellotroniac_-_Flight_Of_Young_Hearts_Flute.mp3`, `https://storage.rootly.com/twilio/voicemail/BusyStrings.mp3`, `https://storage.rootly.com/twilio/voicemail/oldDog_-_endless_goodbye_%28instr.%29.mp3`, `https://storage.rootly.com/twilio/voicemail/MARKOVICHAMP-Borghestral.mp3`, `https://storage.rootly.com/twilio/voicemail/ith_chopin-15-2.mp3`.
"""
return pulumi.get(self, "waiting_music_url")
-
diff --git a/sdks/rootly/pulumi_rootly/on_call_role.py b/sdks/rootly/pulumi_rootly/on_call_role.py
index 1da9ed70da..13e68822dc 100644
--- a/sdks/rootly/pulumi_rootly/on_call_role.py
+++ b/sdks/rootly/pulumi_rootly/on_call_role.py
@@ -1313,4 +1313,3 @@ def workflows_permissions(self) -> pulumi.Output[Sequence[_builtins.str]]:
Value must be one of `create`, `read`, `update`, `delete`.
"""
return pulumi.get(self, "workflows_permissions")
-
diff --git a/sdks/rootly/pulumi_rootly/on_call_shadow.py b/sdks/rootly/pulumi_rootly/on_call_shadow.py
index 748905b287..c7c7d449b8 100644
--- a/sdks/rootly/pulumi_rootly/on_call_shadow.py
+++ b/sdks/rootly/pulumi_rootly/on_call_shadow.py
@@ -424,4 +424,3 @@ def starts_at(self) -> pulumi.Output[_builtins.str]:
Start datetime of shadow shift
"""
return pulumi.get(self, "starts_at")
-
diff --git a/sdks/rootly/pulumi_rootly/override_shift.py b/sdks/rootly/pulumi_rootly/override_shift.py
index a95cf789d0..133b0ebfec 100644
--- a/sdks/rootly/pulumi_rootly/override_shift.py
+++ b/sdks/rootly/pulumi_rootly/override_shift.py
@@ -376,4 +376,3 @@ def user_id(self) -> pulumi.Output[_builtins.float]:
Override shift user
"""
return pulumi.get(self, "user_id")
-
diff --git a/sdks/rootly/pulumi_rootly/playbook_task.py b/sdks/rootly/pulumi_rootly/playbook_task.py
index ef2b36d774..ee359b3486 100644
--- a/sdks/rootly/pulumi_rootly/playbook_task.py
+++ b/sdks/rootly/pulumi_rootly/playbook_task.py
@@ -314,4 +314,3 @@ def task(self) -> pulumi.Output[_builtins.str]:
The task of the task
"""
return pulumi.get(self, "task")
-
diff --git a/sdks/rootly/pulumi_rootly/post_mortem_template.py b/sdks/rootly/pulumi_rootly/post_mortem_template.py
index ca4512452d..1f1961d2ca 100644
--- a/sdks/rootly/pulumi_rootly/post_mortem_template.py
+++ b/sdks/rootly/pulumi_rootly/post_mortem_template.py
@@ -326,4 +326,3 @@ def name(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="postMortemTemplateId")
def post_mortem_template_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "post_mortem_template_id")
-
diff --git a/sdks/rootly/pulumi_rootly/provider.py b/sdks/rootly/pulumi_rootly/provider.py
index c365af533d..30e6299d87 100644
--- a/sdks/rootly/pulumi_rootly/provider.py
+++ b/sdks/rootly/pulumi_rootly/provider.py
@@ -163,4 +163,3 @@ def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult'
__args__ = dict()
__args__['__self__'] = __self__
return pulumi.runtime.call('pulumi:providers:rootly/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult, package_ref=_utilities.get_package())
-
diff --git a/sdks/rootly/pulumi_rootly/retrospective_configuration.py b/sdks/rootly/pulumi_rootly/retrospective_configuration.py
index ca12e6ef6c..c4cf39cffa 100644
--- a/sdks/rootly/pulumi_rootly/retrospective_configuration.py
+++ b/sdks/rootly/pulumi_rootly/retrospective_configuration.py
@@ -326,4 +326,3 @@ def severity_ids(self) -> pulumi.Output[Sequence[_builtins.str]]:
Severities associated with the retrospective configuration.
"""
return pulumi.get(self, "severity_ids")
-
diff --git a/sdks/rootly/pulumi_rootly/retrospective_process.py b/sdks/rootly/pulumi_rootly/retrospective_process.py
index e3b662c758..8c702e80b3 100644
--- a/sdks/rootly/pulumi_rootly/retrospective_process.py
+++ b/sdks/rootly/pulumi_rootly/retrospective_process.py
@@ -363,4 +363,3 @@ def retrospective_process_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="retrospectiveProcessMatchingCriteria")
def retrospective_process_matching_criteria(self) -> pulumi.Output['outputs.RetrospectiveProcessRetrospectiveProcessMatchingCriteria']:
return pulumi.get(self, "retrospective_process_matching_criteria")
-
diff --git a/sdks/rootly/pulumi_rootly/retrospective_process_group.py b/sdks/rootly/pulumi_rootly/retrospective_process_group.py
index 401d10d189..8b0ce7ceb3 100644
--- a/sdks/rootly/pulumi_rootly/retrospective_process_group.py
+++ b/sdks/rootly/pulumi_rootly/retrospective_process_group.py
@@ -239,4 +239,3 @@ def retrospective_process_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="subStatusId")
def sub_status_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "sub_status_id")
-
diff --git a/sdks/rootly/pulumi_rootly/retrospective_process_group_step.py b/sdks/rootly/pulumi_rootly/retrospective_process_group_step.py
index 8c302249d0..e0183152e4 100644
--- a/sdks/rootly/pulumi_rootly/retrospective_process_group_step.py
+++ b/sdks/rootly/pulumi_rootly/retrospective_process_group_step.py
@@ -239,4 +239,3 @@ def retrospective_process_group_step_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="retrospectiveStepId")
def retrospective_step_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "retrospective_step_id")
-
diff --git a/sdks/rootly/pulumi_rootly/retrospective_step.py b/sdks/rootly/pulumi_rootly/retrospective_step.py
index 86722aa18e..f4f48ddb71 100644
--- a/sdks/rootly/pulumi_rootly/retrospective_step.py
+++ b/sdks/rootly/pulumi_rootly/retrospective_step.py
@@ -502,4 +502,3 @@ def title(self) -> pulumi.Output[_builtins.str]:
The name of the step
"""
return pulumi.get(self, "title")
-
diff --git a/sdks/rootly/pulumi_rootly/schedule_rotation.py b/sdks/rootly/pulumi_rootly/schedule_rotation.py
index 663e73cb74..c3aa4a4c59 100644
--- a/sdks/rootly/pulumi_rootly/schedule_rotation.py
+++ b/sdks/rootly/pulumi_rootly/schedule_rotation.py
@@ -753,4 +753,3 @@ def time_zone(self) -> pulumi.Output[Optional[_builtins.str]]:
A valid IANA time zone name.
"""
return pulumi.get(self, "time_zone")
-
diff --git a/sdks/rootly/pulumi_rootly/schedule_rotation_active_day.py b/sdks/rootly/pulumi_rootly/schedule_rotation_active_day.py
index 2a7efb2780..0a89578697 100644
--- a/sdks/rootly/pulumi_rootly/schedule_rotation_active_day.py
+++ b/sdks/rootly/pulumi_rootly/schedule_rotation_active_day.py
@@ -269,4 +269,3 @@ def schedule_rotation_active_day_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="scheduleRotationId")
def schedule_rotation_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "schedule_rotation_id")
-
diff --git a/sdks/rootly/pulumi_rootly/schedule_rotation_user.py b/sdks/rootly/pulumi_rootly/schedule_rotation_user.py
index 48a3fbe41d..a79baeeffb 100644
--- a/sdks/rootly/pulumi_rootly/schedule_rotation_user.py
+++ b/sdks/rootly/pulumi_rootly/schedule_rotation_user.py
@@ -267,4 +267,3 @@ def user_id(self) -> pulumi.Output[_builtins.float]:
Schedule rotation user
"""
return pulumi.get(self, "user_id")
-
diff --git a/sdks/rootly/pulumi_rootly/secret.py b/sdks/rootly/pulumi_rootly/secret.py
index f502ab12db..26d1d9e04e 100644
--- a/sdks/rootly/pulumi_rootly/secret.py
+++ b/sdks/rootly/pulumi_rootly/secret.py
@@ -373,4 +373,3 @@ def secret(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="secretId")
def secret_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "secret_id")
-
diff --git a/sdks/rootly/pulumi_rootly/service.py b/sdks/rootly/pulumi_rootly/service.py
index 41d7854efb..42d8aaff3e 100644
--- a/sdks/rootly/pulumi_rootly/service.py
+++ b/sdks/rootly/pulumi_rootly/service.py
@@ -1691,4 +1691,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the service
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/severity.py b/sdks/rootly/pulumi_rootly/severity.py
index 6335044ef9..efd0d2c015 100644
--- a/sdks/rootly/pulumi_rootly/severity.py
+++ b/sdks/rootly/pulumi_rootly/severity.py
@@ -563,4 +563,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
The slug of the severity
"""
return pulumi.get(self, "slug")
-
diff --git a/sdks/rootly/pulumi_rootly/status_page_template.py b/sdks/rootly/pulumi_rootly/status_page_template.py
index 900cbddce1..96ad8a086c 100644
--- a/sdks/rootly/pulumi_rootly/status_page_template.py
+++ b/sdks/rootly/pulumi_rootly/status_page_template.py
@@ -537,4 +537,3 @@ def update_title(self) -> pulumi.Output[_builtins.str]:
Title that will be used for the status page update
"""
return pulumi.get(self, "update_title")
-
diff --git a/sdks/rootly/pulumi_rootly/sub_status.py b/sdks/rootly/pulumi_rootly/sub_status.py
index a4c6510f15..12c6324952 100644
--- a/sdks/rootly/pulumi_rootly/sub_status.py
+++ b/sdks/rootly/pulumi_rootly/sub_status.py
@@ -321,4 +321,3 @@ def slug(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="subStatusId")
def sub_status_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "sub_status_id")
-
diff --git a/sdks/rootly/pulumi_rootly/team.py b/sdks/rootly/pulumi_rootly/team.py
index 4c6925a290..0132b2238d 100644
--- a/sdks/rootly/pulumi_rootly/team.py
+++ b/sdks/rootly/pulumi_rootly/team.py
@@ -1349,4 +1349,3 @@ def victor_ops_id(self) -> pulumi.Output[_builtins.str]:
The VictorOps group id associated to this team
"""
return pulumi.get(self, "victor_ops_id")
-
diff --git a/sdks/rootly/pulumi_rootly/webhooks_endpoint.py b/sdks/rootly/pulumi_rootly/webhooks_endpoint.py
index 1211c94c5b..3047251fff 100644
--- a/sdks/rootly/pulumi_rootly/webhooks_endpoint.py
+++ b/sdks/rootly/pulumi_rootly/webhooks_endpoint.py
@@ -408,4 +408,3 @@ def url(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="webhooksEndpointId")
def webhooks_endpoint_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "webhooks_endpoint_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_action_item.py b/sdks/rootly/pulumi_rootly/workflow_action_item.py
index 2a47a8210c..cb34cc1f69 100644
--- a/sdks/rootly/pulumi_rootly/workflow_action_item.py
+++ b/sdks/rootly/pulumi_rootly/workflow_action_item.py
@@ -1172,4 +1172,3 @@ def workflow_group_id(self) -> pulumi.Output[_builtins.str]:
The group this workflow belongs to.
"""
return pulumi.get(self, "workflow_group_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_alert.py b/sdks/rootly/pulumi_rootly/workflow_alert.py
index a6e69b1573..b02b84d36b 100644
--- a/sdks/rootly/pulumi_rootly/workflow_alert.py
+++ b/sdks/rootly/pulumi_rootly/workflow_alert.py
@@ -1172,4 +1172,3 @@ def workflow_group_id(self) -> pulumi.Output[_builtins.str]:
The group this workflow belongs to.
"""
return pulumi.get(self, "workflow_group_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_custom_field_selection.py b/sdks/rootly/pulumi_rootly/workflow_custom_field_selection.py
index 27b1a104a2..a6ff49754a 100644
--- a/sdks/rootly/pulumi_rootly/workflow_custom_field_selection.py
+++ b/sdks/rootly/pulumi_rootly/workflow_custom_field_selection.py
@@ -348,4 +348,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
The workflow for this selection
"""
return pulumi.get(self, "workflow_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_incident.py b/sdks/rootly/pulumi_rootly/workflow_incident.py
index a1996263dd..940d0f31a0 100644
--- a/sdks/rootly/pulumi_rootly/workflow_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_incident.py
@@ -1172,4 +1172,3 @@ def workflow_group_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowIncidentId")
def workflow_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_post_mortem.py b/sdks/rootly/pulumi_rootly/workflow_post_mortem.py
index 7294ab5180..515d4586ea 100644
--- a/sdks/rootly/pulumi_rootly/workflow_post_mortem.py
+++ b/sdks/rootly/pulumi_rootly/workflow_post_mortem.py
@@ -1172,4 +1172,3 @@ def workflow_group_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowPostMortemId")
def workflow_post_mortem_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_post_mortem_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_pulse.py b/sdks/rootly/pulumi_rootly/workflow_pulse.py
index 4dac42c911..f9d29e1e2a 100644
--- a/sdks/rootly/pulumi_rootly/workflow_pulse.py
+++ b/sdks/rootly/pulumi_rootly/workflow_pulse.py
@@ -1172,4 +1172,3 @@ def workflow_group_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowPulseId")
def workflow_pulse_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_pulse_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_simple.py b/sdks/rootly/pulumi_rootly/workflow_simple.py
index 21a9ba9cfe..0539a55ee3 100644
--- a/sdks/rootly/pulumi_rootly/workflow_simple.py
+++ b/sdks/rootly/pulumi_rootly/workflow_simple.py
@@ -1172,4 +1172,3 @@ def workflow_group_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowSimpleId")
def workflow_simple_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_simple_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_add_action_item.py b/sdks/rootly/pulumi_rootly/workflow_task_add_action_item.py
index f277f4f999..fcc4883d09 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_add_action_item.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_add_action_item.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAddActionItemId")
def workflow_task_add_action_item_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_add_action_item_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_add_microsoft_teams_tab.py b/sdks/rootly/pulumi_rootly/workflow_task_add_microsoft_teams_tab.py
index 004775080c..338ec0e6fd 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_add_microsoft_teams_tab.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_add_microsoft_teams_tab.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAddMicrosoftTeamsTabId")
def workflow_task_add_microsoft_teams_tab_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_add_microsoft_teams_tab_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_add_role.py b/sdks/rootly/pulumi_rootly/workflow_task_add_role.py
index fb92231c7c..e53a5c554f 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_add_role.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_add_role.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAddRoleId")
def workflow_task_add_role_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_add_role_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_add_slack_bookmark.py b/sdks/rootly/pulumi_rootly/workflow_task_add_slack_bookmark.py
index 79509ac785..8e94c30efb 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_add_slack_bookmark.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_add_slack_bookmark.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAddSlackBookmarkId")
def workflow_task_add_slack_bookmark_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_add_slack_bookmark_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_add_team.py b/sdks/rootly/pulumi_rootly/workflow_task_add_team.py
index c35c633f79..3a2576a8be 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_add_team.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_add_team.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAddTeamId")
def workflow_task_add_team_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_add_team_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_add_to_timeline.py b/sdks/rootly/pulumi_rootly/workflow_task_add_to_timeline.py
index 126b68698e..5f92826838 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_add_to_timeline.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_add_to_timeline.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAddToTimelineId")
def workflow_task_add_to_timeline_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_add_to_timeline_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_archive_microsoft_teams_channels.py b/sdks/rootly/pulumi_rootly/workflow_task_archive_microsoft_teams_channels.py
index 5924ea630e..bd59787f92 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_archive_microsoft_teams_channels.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_archive_microsoft_teams_channels.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskArchiveMicrosoftTeamsChannelsId")
def workflow_task_archive_microsoft_teams_channels_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_archive_microsoft_teams_channels_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_archive_slack_channels.py b/sdks/rootly/pulumi_rootly/workflow_task_archive_slack_channels.py
index ccf1c72593..a766a7a8aa 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_archive_slack_channels.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_archive_slack_channels.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskArchiveSlackChannelsId")
def workflow_task_archive_slack_channels_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_archive_slack_channels_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_attach_datadog_dashboards.py b/sdks/rootly/pulumi_rootly/workflow_task_attach_datadog_dashboards.py
index 9dbf8acbc9..b0d03e002d 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_attach_datadog_dashboards.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_attach_datadog_dashboards.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAttachDatadogDashboardsId")
def workflow_task_attach_datadog_dashboards_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_attach_datadog_dashboards_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_opsgenie.py b/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_opsgenie.py
index 34ad1bb266..a199f588bc 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_opsgenie.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_opsgenie.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAutoAssignRoleOpsgenieId")
def workflow_task_auto_assign_role_opsgenie_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_auto_assign_role_opsgenie_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_pagerduty.py b/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_pagerduty.py
index 83d0a4a23d..c92bd79401 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_pagerduty.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_pagerduty.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAutoAssignRolePagerdutyId")
def workflow_task_auto_assign_role_pagerduty_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_auto_assign_role_pagerduty_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_rootly.py b/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_rootly.py
index 6534a322e1..9520731d5e 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_rootly.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_rootly.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAutoAssignRoleRootlyId")
def workflow_task_auto_assign_role_rootly_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_auto_assign_role_rootly_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_victor_ops.py b/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_victor_ops.py
index e3fc97ae17..2b122e575a 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_victor_ops.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_auto_assign_role_victor_ops.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskAutoAssignRoleVictorOpsId")
def workflow_task_auto_assign_role_victor_ops_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_auto_assign_role_victor_ops_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_call_people.py b/sdks/rootly/pulumi_rootly/workflow_task_call_people.py
index 0398daeafe..0ff055625a 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_call_people.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_call_people.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCallPeopleId")
def workflow_task_call_people_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_call_people_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_change_slack_channel_privacy.py b/sdks/rootly/pulumi_rootly/workflow_task_change_slack_channel_privacy.py
index ff0085fe4d..e876645a28 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_change_slack_channel_privacy.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_change_slack_channel_privacy.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskChangeSlackChannelPrivacyId")
def workflow_task_change_slack_channel_privacy_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_change_slack_channel_privacy_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_airtable_table_record.py b/sdks/rootly/pulumi_rootly/workflow_task_create_airtable_table_record.py
index f16156fb70..1f72305de1 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_airtable_table_record.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_airtable_table_record.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateAirtableTableRecordId")
def workflow_task_create_airtable_table_record_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_airtable_table_record_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_anthropic_chat_completion.py b/sdks/rootly/pulumi_rootly/workflow_task_create_anthropic_chat_completion.py
index 15d82523f0..8e7e8555a5 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_anthropic_chat_completion.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_anthropic_chat_completion.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateAnthropicChatCompletionId")
def workflow_task_create_anthropic_chat_completion_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_anthropic_chat_completion_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_asana_subtask.py b/sdks/rootly/pulumi_rootly/workflow_task_create_asana_subtask.py
index 14f666082d..900ebee558 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_asana_subtask.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_asana_subtask.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateAsanaSubtaskId")
def workflow_task_create_asana_subtask_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_asana_subtask_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_asana_task.py b/sdks/rootly/pulumi_rootly/workflow_task_create_asana_task.py
index 7a474621c0..d3e19b4a45 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_asana_task.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_asana_task.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateAsanaTaskId")
def workflow_task_create_asana_task_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_asana_task_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_clickup_task.py b/sdks/rootly/pulumi_rootly/workflow_task_create_clickup_task.py
index 3456132d20..8992e06331 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_clickup_task.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_clickup_task.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateClickupTaskId")
def workflow_task_create_clickup_task_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_clickup_task_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_coda_page.py b/sdks/rootly/pulumi_rootly/workflow_task_create_coda_page.py
index 38ce5e95a1..3658b33e3f 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_coda_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_coda_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateCodaPageId")
def workflow_task_create_coda_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_coda_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_confluence_page.py b/sdks/rootly/pulumi_rootly/workflow_task_create_confluence_page.py
index a9d42b1da9..7cb6fd7fb3 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_confluence_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_confluence_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateConfluencePageId")
def workflow_task_create_confluence_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_confluence_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_datadog_notebook.py b/sdks/rootly/pulumi_rootly/workflow_task_create_datadog_notebook.py
index 2fc1c90148..123fd5add0 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_datadog_notebook.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_datadog_notebook.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateDatadogNotebookId")
def workflow_task_create_datadog_notebook_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_datadog_notebook_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_dropbox_paper_page.py b/sdks/rootly/pulumi_rootly/workflow_task_create_dropbox_paper_page.py
index 6109926aeb..8d064d3a10 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_dropbox_paper_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_dropbox_paper_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateDropboxPaperPageId")
def workflow_task_create_dropbox_paper_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_dropbox_paper_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_github_issue.py b/sdks/rootly/pulumi_rootly/workflow_task_create_github_issue.py
index 21e106d49a..3d82353dba 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_github_issue.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_github_issue.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateGithubIssueId")
def workflow_task_create_github_issue_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_github_issue_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_gitlab_issue.py b/sdks/rootly/pulumi_rootly/workflow_task_create_gitlab_issue.py
index df28d10cdb..ee2f4eed40 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_gitlab_issue.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_gitlab_issue.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateGitlabIssueId")
def workflow_task_create_gitlab_issue_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_gitlab_issue_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_go_to_meeting.py b/sdks/rootly/pulumi_rootly/workflow_task_create_go_to_meeting.py
index 634ce82f1d..2940192f75 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_go_to_meeting.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_go_to_meeting.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateGoToMeetingId")
def workflow_task_create_go_to_meeting_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_go_to_meeting_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_google_calendar_event.py b/sdks/rootly/pulumi_rootly/workflow_task_create_google_calendar_event.py
index 7f123b6402..09bc5a55cb 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_google_calendar_event.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_google_calendar_event.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateGoogleCalendarEventId")
def workflow_task_create_google_calendar_event_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_google_calendar_event_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_google_docs_page.py b/sdks/rootly/pulumi_rootly/workflow_task_create_google_docs_page.py
index 13cc1f7b51..c8a6056c5d 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_google_docs_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_google_docs_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateGoogleDocsPageId")
def workflow_task_create_google_docs_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_google_docs_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_google_docs_permissions.py b/sdks/rootly/pulumi_rootly/workflow_task_create_google_docs_permissions.py
index 92006cbc37..6bbf026d5c 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_google_docs_permissions.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_google_docs_permissions.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateGoogleDocsPermissionsId")
def workflow_task_create_google_docs_permissions_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_google_docs_permissions_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_google_gemini_chat_completion.py b/sdks/rootly/pulumi_rootly/workflow_task_create_google_gemini_chat_completion.py
index e33e143ebb..0d2826e400 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_google_gemini_chat_completion.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_google_gemini_chat_completion.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateGoogleGeminiChatCompletionId")
def workflow_task_create_google_gemini_chat_completion_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_google_gemini_chat_completion_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_google_meeting.py b/sdks/rootly/pulumi_rootly/workflow_task_create_google_meeting.py
index 5243e8d1ac..a0f7b207fa 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_google_meeting.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_google_meeting.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateGoogleMeetingId")
def workflow_task_create_google_meeting_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_google_meeting_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_incident.py b/sdks/rootly/pulumi_rootly/workflow_task_create_incident.py
index 586a1e4894..b778365a26 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_incident.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateIncidentId")
def workflow_task_create_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_incident_postmortem.py b/sdks/rootly/pulumi_rootly/workflow_task_create_incident_postmortem.py
index 91bcc70fba..a1d1917aab 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_incident_postmortem.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_incident_postmortem.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateIncidentPostmortemId")
def workflow_task_create_incident_postmortem_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_incident_postmortem_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_jira_issue.py b/sdks/rootly/pulumi_rootly/workflow_task_create_jira_issue.py
index c6023d83e9..0bb27459cc 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_jira_issue.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_jira_issue.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateJiraIssueId")
def workflow_task_create_jira_issue_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_jira_issue_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_jira_subtask.py b/sdks/rootly/pulumi_rootly/workflow_task_create_jira_subtask.py
index 6ed74e921b..f87780a57e 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_jira_subtask.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_jira_subtask.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateJiraSubtaskId")
def workflow_task_create_jira_subtask_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_jira_subtask_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_linear_issue.py b/sdks/rootly/pulumi_rootly/workflow_task_create_linear_issue.py
index 6b58f38a13..ac67c78b12 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_linear_issue.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_linear_issue.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateLinearIssueId")
def workflow_task_create_linear_issue_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_linear_issue_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_linear_issue_comment.py b/sdks/rootly/pulumi_rootly/workflow_task_create_linear_issue_comment.py
index a40c362986..6f3c64b1fe 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_linear_issue_comment.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_linear_issue_comment.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateLinearIssueCommentId")
def workflow_task_create_linear_issue_comment_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_linear_issue_comment_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_linear_subtask_issue.py b/sdks/rootly/pulumi_rootly/workflow_task_create_linear_subtask_issue.py
index cf4d0fcd16..fb9930d423 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_linear_subtask_issue.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_linear_subtask_issue.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateLinearSubtaskIssueId")
def workflow_task_create_linear_subtask_issue_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_linear_subtask_issue_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_channel.py b/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_channel.py
index 520123deac..0c2cf2f524 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_channel.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_channel.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateMicrosoftTeamsChannelId")
def workflow_task_create_microsoft_teams_channel_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_microsoft_teams_channel_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_chat.py b/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_chat.py
index a703d2908f..f3a218bfd2 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_chat.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_chat.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateMicrosoftTeamsChatId")
def workflow_task_create_microsoft_teams_chat_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_microsoft_teams_chat_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_meeting.py b/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_meeting.py
index 453eac85db..48cc3c9941 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_meeting.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_microsoft_teams_meeting.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateMicrosoftTeamsMeetingId")
def workflow_task_create_microsoft_teams_meeting_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_microsoft_teams_meeting_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_mistral_chat_completion.py b/sdks/rootly/pulumi_rootly/workflow_task_create_mistral_chat_completion.py
index 47f1359745..a288e0ec69 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_mistral_chat_completion.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_mistral_chat_completion.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateMistralChatCompletionId")
def workflow_task_create_mistral_chat_completion_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_mistral_chat_completion_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_motion_task.py b/sdks/rootly/pulumi_rootly/workflow_task_create_motion_task.py
index 98a359497e..73e6ea8c3f 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_motion_task.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_motion_task.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateMotionTaskId")
def workflow_task_create_motion_task_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_motion_task_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_notion_page.py b/sdks/rootly/pulumi_rootly/workflow_task_create_notion_page.py
index cd57a0c389..4c3b04bf48 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_notion_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_notion_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateNotionPageId")
def workflow_task_create_notion_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_notion_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_openai_chat_completion.py b/sdks/rootly/pulumi_rootly/workflow_task_create_openai_chat_completion.py
index 89fa9c1949..6cc2e10521 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_openai_chat_completion.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_openai_chat_completion.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateOpenaiChatCompletionId")
def workflow_task_create_openai_chat_completion_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_openai_chat_completion_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_opsgenie_alert.py b/sdks/rootly/pulumi_rootly/workflow_task_create_opsgenie_alert.py
index 67cd88edf2..1aa671d89f 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_opsgenie_alert.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_opsgenie_alert.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateOpsgenieAlertId")
def workflow_task_create_opsgenie_alert_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_opsgenie_alert_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_outlook_event.py b/sdks/rootly/pulumi_rootly/workflow_task_create_outlook_event.py
index e6a2e06961..c0c0d29d53 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_outlook_event.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_outlook_event.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateOutlookEventId")
def workflow_task_create_outlook_event_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_outlook_event_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_pagerduty_status_update.py b/sdks/rootly/pulumi_rootly/workflow_task_create_pagerduty_status_update.py
index ecc45aca1d..de6107a80e 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_pagerduty_status_update.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_pagerduty_status_update.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreatePagerdutyStatusUpdateId")
def workflow_task_create_pagerduty_status_update_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_pagerduty_status_update_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_pagertree_alert.py b/sdks/rootly/pulumi_rootly/workflow_task_create_pagertree_alert.py
index e46826c63d..f4d8105e95 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_pagertree_alert.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_pagertree_alert.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreatePagertreeAlertId")
def workflow_task_create_pagertree_alert_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_pagertree_alert_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_quip_page.py b/sdks/rootly/pulumi_rootly/workflow_task_create_quip_page.py
index 1508867fe6..86673a3c3b 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_quip_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_quip_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateQuipPageId")
def workflow_task_create_quip_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_quip_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_service_now_incident.py b/sdks/rootly/pulumi_rootly/workflow_task_create_service_now_incident.py
index 95a7e2f687..eeece17826 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_service_now_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_service_now_incident.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateServiceNowIncidentId")
def workflow_task_create_service_now_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_service_now_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_sharepoint_page.py b/sdks/rootly/pulumi_rootly/workflow_task_create_sharepoint_page.py
index 9870b29f16..7069e7d2cd 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_sharepoint_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_sharepoint_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateSharepointPageId")
def workflow_task_create_sharepoint_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_sharepoint_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_shortcut_story.py b/sdks/rootly/pulumi_rootly/workflow_task_create_shortcut_story.py
index b1c522ab4c..9813a53df5 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_shortcut_story.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_shortcut_story.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateShortcutStoryId")
def workflow_task_create_shortcut_story_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_shortcut_story_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_shortcut_task.py b/sdks/rootly/pulumi_rootly/workflow_task_create_shortcut_task.py
index 06c6a73932..c17f68e913 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_shortcut_task.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_shortcut_task.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateShortcutTaskId")
def workflow_task_create_shortcut_task_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_shortcut_task_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_slack_channel.py b/sdks/rootly/pulumi_rootly/workflow_task_create_slack_channel.py
index 5a09be42f8..185f88865d 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_slack_channel.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_slack_channel.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateSlackChannelId")
def workflow_task_create_slack_channel_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_slack_channel_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_sub_incident.py b/sdks/rootly/pulumi_rootly/workflow_task_create_sub_incident.py
index 5720b64b0d..db70510a75 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_sub_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_sub_incident.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateSubIncidentId")
def workflow_task_create_sub_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_sub_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_trello_card.py b/sdks/rootly/pulumi_rootly/workflow_task_create_trello_card.py
index dbb1a8a5a1..09db49ddae 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_trello_card.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_trello_card.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateTrelloCardId")
def workflow_task_create_trello_card_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_trello_card_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_watsonx_chat_completion.py b/sdks/rootly/pulumi_rootly/workflow_task_create_watsonx_chat_completion.py
index 12a357ea05..fd2a5c148c 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_watsonx_chat_completion.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_watsonx_chat_completion.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateWatsonxChatCompletionId")
def workflow_task_create_watsonx_chat_completion_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_watsonx_chat_completion_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_webex_meeting.py b/sdks/rootly/pulumi_rootly/workflow_task_create_webex_meeting.py
index 1835b7f0ba..17f237029a 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_webex_meeting.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_webex_meeting.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateWebexMeetingId")
def workflow_task_create_webex_meeting_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_webex_meeting_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_zendesk_jira_link.py b/sdks/rootly/pulumi_rootly/workflow_task_create_zendesk_jira_link.py
index 884cafa139..9e6fd180f2 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_zendesk_jira_link.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_zendesk_jira_link.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateZendeskJiraLinkId")
def workflow_task_create_zendesk_jira_link_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_zendesk_jira_link_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_zendesk_ticket.py b/sdks/rootly/pulumi_rootly/workflow_task_create_zendesk_ticket.py
index c8f257426e..3d383e68f5 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_zendesk_ticket.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_zendesk_ticket.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateZendeskTicketId")
def workflow_task_create_zendesk_ticket_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_zendesk_ticket_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_create_zoom_meeting.py b/sdks/rootly/pulumi_rootly/workflow_task_create_zoom_meeting.py
index e9fa7a560b..0f84ee5be1 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_create_zoom_meeting.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_create_zoom_meeting.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskCreateZoomMeetingId")
def workflow_task_create_zoom_meeting_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_create_zoom_meeting_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_get_alerts.py b/sdks/rootly/pulumi_rootly/workflow_task_get_alerts.py
index e7cbac73e0..9d385067f5 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_get_alerts.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_get_alerts.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskGetAlertsId")
def workflow_task_get_alerts_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_get_alerts_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_get_github_commits.py b/sdks/rootly/pulumi_rootly/workflow_task_get_github_commits.py
index 9eca5d2be8..91d6accf05 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_get_github_commits.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_get_github_commits.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskGetGithubCommitsId")
def workflow_task_get_github_commits_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_get_github_commits_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_get_gitlab_commits.py b/sdks/rootly/pulumi_rootly/workflow_task_get_gitlab_commits.py
index f3965dab0b..4581f69923 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_get_gitlab_commits.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_get_gitlab_commits.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskGetGitlabCommitsId")
def workflow_task_get_gitlab_commits_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_get_gitlab_commits_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_get_pulses.py b/sdks/rootly/pulumi_rootly/workflow_task_get_pulses.py
index 2d28376f63..9780b939fd 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_get_pulses.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_get_pulses.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskGetPulsesId")
def workflow_task_get_pulses_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_get_pulses_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_http_client.py b/sdks/rootly/pulumi_rootly/workflow_task_http_client.py
index aa43b2b32d..af5f7dc7a9 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_http_client.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_http_client.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskHttpClientId")
def workflow_task_http_client_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_http_client_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_microsoft_teams_channel.py b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_microsoft_teams_channel.py
index 13244b00b6..8d63db7090 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_microsoft_teams_channel.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_microsoft_teams_channel.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskInviteToMicrosoftTeamsChannelId")
def workflow_task_invite_to_microsoft_teams_channel_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_invite_to_microsoft_teams_channel_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel.py b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel.py
index e30edbf202..d559eac7f0 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskInviteToSlackChannelId")
def workflow_task_invite_to_slack_channel_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_invite_to_slack_channel_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_opsgenie.py b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_opsgenie.py
index 0d3468b30d..4cf085b776 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_opsgenie.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_opsgenie.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskInviteToSlackChannelOpsgenieId")
def workflow_task_invite_to_slack_channel_opsgenie_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_invite_to_slack_channel_opsgenie_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_pagerduty.py b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_pagerduty.py
index e8a46f814a..940fdaabfb 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_pagerduty.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_pagerduty.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskInviteToSlackChannelPagerdutyId")
def workflow_task_invite_to_slack_channel_pagerduty_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_invite_to_slack_channel_pagerduty_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_rootly.py b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_rootly.py
index 49ae3a0fee..283427e268 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_rootly.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_rootly.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskInviteToSlackChannelRootlyId")
def workflow_task_invite_to_slack_channel_rootly_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_invite_to_slack_channel_rootly_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_victor_ops.py b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_victor_ops.py
index f07165c268..58ffade6c4 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_victor_ops.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_invite_to_slack_channel_victor_ops.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskInviteToSlackChannelVictorOpsId")
def workflow_task_invite_to_slack_channel_victor_ops_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_invite_to_slack_channel_victor_ops_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_page_opsgenie_on_call_responders.py b/sdks/rootly/pulumi_rootly/workflow_task_page_opsgenie_on_call_responders.py
index 816ece63ae..b0d6805c98 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_page_opsgenie_on_call_responders.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_page_opsgenie_on_call_responders.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskPageOpsgenieOnCallRespondersId")
def workflow_task_page_opsgenie_on_call_responders_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_page_opsgenie_on_call_responders_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_page_pagerduty_on_call_responders.py b/sdks/rootly/pulumi_rootly/workflow_task_page_pagerduty_on_call_responders.py
index 29222fda0f..a45a049d55 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_page_pagerduty_on_call_responders.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_page_pagerduty_on_call_responders.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskPagePagerdutyOnCallRespondersId")
def workflow_task_page_pagerduty_on_call_responders_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_page_pagerduty_on_call_responders_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_page_rootly_on_call_responders.py b/sdks/rootly/pulumi_rootly/workflow_task_page_rootly_on_call_responders.py
index 539815e2d9..697612ef29 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_page_rootly_on_call_responders.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_page_rootly_on_call_responders.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskPageRootlyOnCallRespondersId")
def workflow_task_page_rootly_on_call_responders_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_page_rootly_on_call_responders_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_page_victor_ops_on_call_responders.py b/sdks/rootly/pulumi_rootly/workflow_task_page_victor_ops_on_call_responders.py
index 412dc20c68..d0692b89db 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_page_victor_ops_on_call_responders.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_page_victor_ops_on_call_responders.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskPageVictorOpsOnCallRespondersId")
def workflow_task_page_victor_ops_on_call_responders_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_page_victor_ops_on_call_responders_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_print.py b/sdks/rootly/pulumi_rootly/workflow_task_print.py
index cb65481c8f..eb65b7cdc0 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_print.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_print.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskPrintId")
def workflow_task_print_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_print_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_publish_incident.py b/sdks/rootly/pulumi_rootly/workflow_task_publish_incident.py
index dd4fbf42e4..c077f04047 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_publish_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_publish_incident.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskPublishIncidentId")
def workflow_task_publish_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_publish_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_redis_client.py b/sdks/rootly/pulumi_rootly/workflow_task_redis_client.py
index 002869fbfc..eee744b876 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_redis_client.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_redis_client.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskRedisClientId")
def workflow_task_redis_client_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_redis_client_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_remove_google_docs_permissions.py b/sdks/rootly/pulumi_rootly/workflow_task_remove_google_docs_permissions.py
index 36d4e3b52d..e93f37135f 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_remove_google_docs_permissions.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_remove_google_docs_permissions.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskRemoveGoogleDocsPermissionsId")
def workflow_task_remove_google_docs_permissions_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_remove_google_docs_permissions_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_rename_microsoft_teams_channel.py b/sdks/rootly/pulumi_rootly/workflow_task_rename_microsoft_teams_channel.py
index 22492ee2a9..39029a8f55 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_rename_microsoft_teams_channel.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_rename_microsoft_teams_channel.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskRenameMicrosoftTeamsChannelId")
def workflow_task_rename_microsoft_teams_channel_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_rename_microsoft_teams_channel_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_rename_slack_channel.py b/sdks/rootly/pulumi_rootly/workflow_task_rename_slack_channel.py
index 20af443ac3..2c8b58f73a 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_rename_slack_channel.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_rename_slack_channel.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskRenameSlackChannelId")
def workflow_task_rename_slack_channel_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_rename_slack_channel_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_run_command_heroku.py b/sdks/rootly/pulumi_rootly/workflow_task_run_command_heroku.py
index 6270f6ed58..a0e0974a9b 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_run_command_heroku.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_run_command_heroku.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskRunCommandHerokuId")
def workflow_task_run_command_heroku_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_run_command_heroku_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_send_dashboard_report.py b/sdks/rootly/pulumi_rootly/workflow_task_send_dashboard_report.py
index bda33c6bb4..d23ee0a4a2 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_send_dashboard_report.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_send_dashboard_report.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSendDashboardReportId")
def workflow_task_send_dashboard_report_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_send_dashboard_report_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_send_email.py b/sdks/rootly/pulumi_rootly/workflow_task_send_email.py
index 9c8d842efb..e847e270fc 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_send_email.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_send_email.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSendEmailId")
def workflow_task_send_email_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_send_email_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_send_microsoft_teams_blocks.py b/sdks/rootly/pulumi_rootly/workflow_task_send_microsoft_teams_blocks.py
index 3630880811..9217ccbb65 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_send_microsoft_teams_blocks.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_send_microsoft_teams_blocks.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSendMicrosoftTeamsBlocksId")
def workflow_task_send_microsoft_teams_blocks_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_send_microsoft_teams_blocks_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_send_microsoft_teams_message.py b/sdks/rootly/pulumi_rootly/workflow_task_send_microsoft_teams_message.py
index 96cfec8da1..f3ed9c63b1 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_send_microsoft_teams_message.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_send_microsoft_teams_message.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSendMicrosoftTeamsMessageId")
def workflow_task_send_microsoft_teams_message_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_send_microsoft_teams_message_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_send_slack_blocks.py b/sdks/rootly/pulumi_rootly/workflow_task_send_slack_blocks.py
index 12482556ef..61cbffe56e 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_send_slack_blocks.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_send_slack_blocks.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSendSlackBlocksId")
def workflow_task_send_slack_blocks_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_send_slack_blocks_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_send_slack_message.py b/sdks/rootly/pulumi_rootly/workflow_task_send_slack_message.py
index 7edfc6722b..4b1827f4a4 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_send_slack_message.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_send_slack_message.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSendSlackMessageId")
def workflow_task_send_slack_message_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_send_slack_message_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_send_sms.py b/sdks/rootly/pulumi_rootly/workflow_task_send_sms.py
index 7ea835610b..4a47989529 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_send_sms.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_send_sms.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSendSmsId")
def workflow_task_send_sms_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_send_sms_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_send_whatsapp_message.py b/sdks/rootly/pulumi_rootly/workflow_task_send_whatsapp_message.py
index 5c8c40a8a6..f8f456136b 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_send_whatsapp_message.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_send_whatsapp_message.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSendWhatsappMessageId")
def workflow_task_send_whatsapp_message_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_send_whatsapp_message_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_snapshot_datadog_graph.py b/sdks/rootly/pulumi_rootly/workflow_task_snapshot_datadog_graph.py
index 74c6384ab5..7cce13e9c6 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_snapshot_datadog_graph.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_snapshot_datadog_graph.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSnapshotDatadogGraphId")
def workflow_task_snapshot_datadog_graph_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_snapshot_datadog_graph_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_snapshot_grafana_dashboard.py b/sdks/rootly/pulumi_rootly/workflow_task_snapshot_grafana_dashboard.py
index e534224e00..e1bdcd28f4 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_snapshot_grafana_dashboard.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_snapshot_grafana_dashboard.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSnapshotGrafanaDashboardId")
def workflow_task_snapshot_grafana_dashboard_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_snapshot_grafana_dashboard_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_snapshot_looker_look.py b/sdks/rootly/pulumi_rootly/workflow_task_snapshot_looker_look.py
index 82f3e18e12..08b1c41556 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_snapshot_looker_look.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_snapshot_looker_look.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSnapshotLookerLookId")
def workflow_task_snapshot_looker_look_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_snapshot_looker_look_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_snapshot_new_relic_graph.py b/sdks/rootly/pulumi_rootly/workflow_task_snapshot_new_relic_graph.py
index 9b6c46698c..534ffff1f1 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_snapshot_new_relic_graph.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_snapshot_new_relic_graph.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskSnapshotNewRelicGraphId")
def workflow_task_snapshot_new_relic_graph_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_snapshot_new_relic_graph_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_trigger_workflow.py b/sdks/rootly/pulumi_rootly/workflow_task_trigger_workflow.py
index cf13f17a6e..7eeba0f3a9 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_trigger_workflow.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_trigger_workflow.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskTriggerWorkflowId")
def workflow_task_trigger_workflow_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_trigger_workflow_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_tweet_twitter_message.py b/sdks/rootly/pulumi_rootly/workflow_task_tweet_twitter_message.py
index 9dd9332a0e..64c46b9cd7 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_tweet_twitter_message.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_tweet_twitter_message.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskTweetTwitterMessageId")
def workflow_task_tweet_twitter_message_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_tweet_twitter_message_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_action_item.py b/sdks/rootly/pulumi_rootly/workflow_task_update_action_item.py
index c1ca5063f1..5a3a01a37d 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_action_item.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_action_item.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateActionItemId")
def workflow_task_update_action_item_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_action_item_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_airtable_table_record.py b/sdks/rootly/pulumi_rootly/workflow_task_update_airtable_table_record.py
index 01159bb759..ca125ebc84 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_airtable_table_record.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_airtable_table_record.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateAirtableTableRecordId")
def workflow_task_update_airtable_table_record_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_airtable_table_record_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_asana_task.py b/sdks/rootly/pulumi_rootly/workflow_task_update_asana_task.py
index e348c0afdf..b51be6155d 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_asana_task.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_asana_task.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateAsanaTaskId")
def workflow_task_update_asana_task_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_asana_task_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_attached_alerts.py b/sdks/rootly/pulumi_rootly/workflow_task_update_attached_alerts.py
index ab1476a003..d61163d192 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_attached_alerts.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_attached_alerts.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateAttachedAlertsId")
def workflow_task_update_attached_alerts_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_attached_alerts_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_clickup_task.py b/sdks/rootly/pulumi_rootly/workflow_task_update_clickup_task.py
index 643fc5b491..53f24f2136 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_clickup_task.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_clickup_task.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateClickupTaskId")
def workflow_task_update_clickup_task_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_clickup_task_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_coda_page.py b/sdks/rootly/pulumi_rootly/workflow_task_update_coda_page.py
index 52f98983d0..5b22f98e56 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_coda_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_coda_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateCodaPageId")
def workflow_task_update_coda_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_coda_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_confluence_page.py b/sdks/rootly/pulumi_rootly/workflow_task_update_confluence_page.py
index 2e2fd4a474..1cf6ad327e 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_confluence_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_confluence_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateConfluencePageId")
def workflow_task_update_confluence_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_confluence_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_datadog_notebook.py b/sdks/rootly/pulumi_rootly/workflow_task_update_datadog_notebook.py
index ef4635a2e9..ab3810861e 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_datadog_notebook.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_datadog_notebook.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateDatadogNotebookId")
def workflow_task_update_datadog_notebook_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_datadog_notebook_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_dropbox_paper_page.py b/sdks/rootly/pulumi_rootly/workflow_task_update_dropbox_paper_page.py
index 9d828ff8c6..505c94aac6 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_dropbox_paper_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_dropbox_paper_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateDropboxPaperPageId")
def workflow_task_update_dropbox_paper_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_dropbox_paper_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_github_issue.py b/sdks/rootly/pulumi_rootly/workflow_task_update_github_issue.py
index b15072cddb..0ccd609449 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_github_issue.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_github_issue.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateGithubIssueId")
def workflow_task_update_github_issue_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_github_issue_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_gitlab_issue.py b/sdks/rootly/pulumi_rootly/workflow_task_update_gitlab_issue.py
index 0be28f03b1..57011f69b0 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_gitlab_issue.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_gitlab_issue.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateGitlabIssueId")
def workflow_task_update_gitlab_issue_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_gitlab_issue_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_google_calendar_event.py b/sdks/rootly/pulumi_rootly/workflow_task_update_google_calendar_event.py
index f4ad978a45..dd7d00fdc8 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_google_calendar_event.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_google_calendar_event.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateGoogleCalendarEventId")
def workflow_task_update_google_calendar_event_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_google_calendar_event_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_google_docs_page.py b/sdks/rootly/pulumi_rootly/workflow_task_update_google_docs_page.py
index 0071b53d5d..2fb5ab8e60 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_google_docs_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_google_docs_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateGoogleDocsPageId")
def workflow_task_update_google_docs_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_google_docs_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_incident.py b/sdks/rootly/pulumi_rootly/workflow_task_update_incident.py
index 4fcd4c6eb9..222980bf2d 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_incident.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateIncidentId")
def workflow_task_update_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_incident_postmortem.py b/sdks/rootly/pulumi_rootly/workflow_task_update_incident_postmortem.py
index 0eee1d65c6..9477731c4f 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_incident_postmortem.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_incident_postmortem.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateIncidentPostmortemId")
def workflow_task_update_incident_postmortem_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_incident_postmortem_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_incident_status_timestamp.py b/sdks/rootly/pulumi_rootly/workflow_task_update_incident_status_timestamp.py
index 6264d2c7b5..d420890000 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_incident_status_timestamp.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_incident_status_timestamp.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateIncidentStatusTimestampId")
def workflow_task_update_incident_status_timestamp_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_incident_status_timestamp_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_jira_issue.py b/sdks/rootly/pulumi_rootly/workflow_task_update_jira_issue.py
index 70fdd51443..5113f0e72f 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_jira_issue.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_jira_issue.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateJiraIssueId")
def workflow_task_update_jira_issue_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_jira_issue_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_linear_issue.py b/sdks/rootly/pulumi_rootly/workflow_task_update_linear_issue.py
index 7c9800ae96..9cdbc2424c 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_linear_issue.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_linear_issue.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateLinearIssueId")
def workflow_task_update_linear_issue_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_linear_issue_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_motion_task.py b/sdks/rootly/pulumi_rootly/workflow_task_update_motion_task.py
index 4ff7163d89..2f54130bc8 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_motion_task.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_motion_task.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateMotionTaskId")
def workflow_task_update_motion_task_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_motion_task_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_notion_page.py b/sdks/rootly/pulumi_rootly/workflow_task_update_notion_page.py
index 47aacc3fdc..9d4b9e3d84 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_notion_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_notion_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateNotionPageId")
def workflow_task_update_notion_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_notion_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_opsgenie_alert.py b/sdks/rootly/pulumi_rootly/workflow_task_update_opsgenie_alert.py
index 689493de5f..c31eee1583 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_opsgenie_alert.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_opsgenie_alert.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateOpsgenieAlertId")
def workflow_task_update_opsgenie_alert_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_opsgenie_alert_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_opsgenie_incident.py b/sdks/rootly/pulumi_rootly/workflow_task_update_opsgenie_incident.py
index a219ea9695..35853dfe2f 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_opsgenie_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_opsgenie_incident.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateOpsgenieIncidentId")
def workflow_task_update_opsgenie_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_opsgenie_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_pagerduty_incident.py b/sdks/rootly/pulumi_rootly/workflow_task_update_pagerduty_incident.py
index f412f6a1c0..da22c5f371 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_pagerduty_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_pagerduty_incident.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdatePagerdutyIncidentId")
def workflow_task_update_pagerduty_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_pagerduty_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_pagertree_alert.py b/sdks/rootly/pulumi_rootly/workflow_task_update_pagertree_alert.py
index 5faa63904d..856bb1e13d 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_pagertree_alert.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_pagertree_alert.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdatePagertreeAlertId")
def workflow_task_update_pagertree_alert_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_pagertree_alert_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_quip_page.py b/sdks/rootly/pulumi_rootly/workflow_task_update_quip_page.py
index fb349982b4..677663cd0a 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_quip_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_quip_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateQuipPageId")
def workflow_task_update_quip_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_quip_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_service_now_incident.py b/sdks/rootly/pulumi_rootly/workflow_task_update_service_now_incident.py
index 4c6e14f0d8..62d3879f37 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_service_now_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_service_now_incident.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateServiceNowIncidentId")
def workflow_task_update_service_now_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_service_now_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_sharepoint_page.py b/sdks/rootly/pulumi_rootly/workflow_task_update_sharepoint_page.py
index 2432a554af..fb9fe77a68 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_sharepoint_page.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_sharepoint_page.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateSharepointPageId")
def workflow_task_update_sharepoint_page_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_sharepoint_page_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_shortcut_story.py b/sdks/rootly/pulumi_rootly/workflow_task_update_shortcut_story.py
index 9f50c3e114..3025597541 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_shortcut_story.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_shortcut_story.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateShortcutStoryId")
def workflow_task_update_shortcut_story_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_shortcut_story_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_shortcut_task.py b/sdks/rootly/pulumi_rootly/workflow_task_update_shortcut_task.py
index 634e61757c..8fa60f8792 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_shortcut_task.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_shortcut_task.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateShortcutTaskId")
def workflow_task_update_shortcut_task_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_shortcut_task_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_slack_channel_topic.py b/sdks/rootly/pulumi_rootly/workflow_task_update_slack_channel_topic.py
index 3aed858074..73d5d0e76b 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_slack_channel_topic.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_slack_channel_topic.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateSlackChannelTopicId")
def workflow_task_update_slack_channel_topic_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_slack_channel_topic_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_status.py b/sdks/rootly/pulumi_rootly/workflow_task_update_status.py
index e5c00cb956..e248b03025 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_status.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_status.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateStatusId")
def workflow_task_update_status_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_status_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_trello_card.py b/sdks/rootly/pulumi_rootly/workflow_task_update_trello_card.py
index f763729340..e48362ca4e 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_trello_card.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_trello_card.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateTrelloCardId")
def workflow_task_update_trello_card_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_trello_card_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_victor_ops_incident.py b/sdks/rootly/pulumi_rootly/workflow_task_update_victor_ops_incident.py
index dc851fea2b..b8b9e899b6 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_victor_ops_incident.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_victor_ops_incident.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateVictorOpsIncidentId")
def workflow_task_update_victor_ops_incident_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_victor_ops_incident_id")
-
diff --git a/sdks/rootly/pulumi_rootly/workflow_task_update_zendesk_ticket.py b/sdks/rootly/pulumi_rootly/workflow_task_update_zendesk_ticket.py
index c3a943676c..74edb72dcd 100644
--- a/sdks/rootly/pulumi_rootly/workflow_task_update_zendesk_ticket.py
+++ b/sdks/rootly/pulumi_rootly/workflow_task_update_zendesk_ticket.py
@@ -424,4 +424,3 @@ def workflow_id(self) -> pulumi.Output[_builtins.str]:
@pulumi.getter(name="workflowTaskUpdateZendeskTicketId")
def workflow_task_update_zendesk_ticket_id(self) -> pulumi.Output[_builtins.str]:
return pulumi.get(self, "workflow_task_update_zendesk_ticket_id")
-