Skip to content

Commit

Permalink
Merge pull request #744 from imjaroiswebdev/no-functional-custom-fiel…
Browse files Browse the repository at this point in the history
…ds-deprecation

Executes `pagerduty_custom_field` planned deprecation
  • Loading branch information
imjaroiswebdev authored Sep 8, 2023
2 parents ca0755b + cd2e565 commit eed3e28
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 963 deletions.
46 changes: 0 additions & 46 deletions pagerduty/data_source_pagerduty_custom_field.go

This file was deleted.

34 changes: 0 additions & 34 deletions pagerduty/data_source_pagerduty_custom_field_test.go

This file was deleted.

30 changes: 0 additions & 30 deletions pagerduty/data_source_pagerduty_field_schema.go

This file was deleted.

34 changes: 0 additions & 34 deletions pagerduty/data_source_pagerduty_field_schema_test.go

This file was deleted.

7 changes: 0 additions & 7 deletions pagerduty/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ func Provider() *schema.Provider {
"pagerduty_automation_actions_runner": dataSourcePagerDutyAutomationActionsRunner(),
"pagerduty_automation_actions_action": dataSourcePagerDutyAutomationActionsAction(),
"pagerduty_incident_workflow": dataSourcePagerDutyIncidentWorkflow(),
"pagerduty_custom_field": dataSourcePagerDutyField(), // deprecated
"pagerduty_custom_field_schema": dataSourcePagerDutyFieldSchema(), // deprecated
"pagerduty_incident_custom_field": dataSourcePagerDutyIncidentCustomField(),
},

Expand Down Expand Up @@ -141,11 +139,6 @@ func Provider() *schema.Provider {
"pagerduty_incident_workflow": resourcePagerDutyIncidentWorkflow(),
"pagerduty_incident_workflow_trigger": resourcePagerDutyIncidentWorkflowTrigger(),
"pagerduty_automation_actions_action_service_association": resourcePagerDutyAutomationActionsActionServiceAssociation(),
"pagerduty_custom_field": resourcePagerDutyCustomField(), // deprecated
"pagerduty_custom_field_option": resourcePagerDutyCustomFieldOption(), // deprecated
"pagerduty_custom_field_schema": resourcePagerDutyCustomFieldSchema(), // deprecated
"pagerduty_custom_field_schema_field_configuration": resourcePagerDutyCustomFieldSchemaFieldConfiguration(), // deprecated
"pagerduty_custom_field_schema_assignment": resourcePagerDutyCustomFieldSchemaAssignment(), // deprecated
"pagerduty_incident_custom_field": resourcePagerDutyIncidentCustomField(),
"pagerduty_incident_custom_field_option": resourcePagerDutyIncidentCustomFieldOption(),
},
Expand Down
52 changes: 0 additions & 52 deletions pagerduty/resource_pagerduty_custom_field.go

This file was deleted.

37 changes: 0 additions & 37 deletions pagerduty/resource_pagerduty_custom_field_option.go

This file was deleted.

38 changes: 0 additions & 38 deletions pagerduty/resource_pagerduty_custom_field_option_test.go

This file was deleted.

34 changes: 0 additions & 34 deletions pagerduty/resource_pagerduty_custom_field_schema.go

This file was deleted.

34 changes: 0 additions & 34 deletions pagerduty/resource_pagerduty_custom_field_schema_assignment.go

This file was deleted.

Loading

0 comments on commit eed3e28

Please sign in to comment.