Skip to content

Commit

Permalink
Merge pull request #5753 from terraform-providers/f/iot-deprecation
Browse files Browse the repository at this point in the history
iothub: removing the deprecated `azurerm_iot_dps` and `azurerm_iot_dps_certificate` resources
  • Loading branch information
tombuildsstuff authored Feb 17, 2020
2 parents b854b16 + 5c6975b commit d33081c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,059 deletions.
2 changes: 0 additions & 2 deletions azurerm/internal/services/iothub/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ func (r Registration) SupportedDataSources() map[string]*schema.Resource {
// SupportedResources returns the supported Resources supported by this Service
func (r Registration) SupportedResources() map[string]*schema.Resource {
return map[string]*schema.Resource{
"azurerm_iot_dps": resourceArmIotDPS(),
"azurerm_iot_dps_certificate": resourceArmIotDPSCertificate(),
"azurerm_iothub_dps": resourceArmIotHubDPS(),
"azurerm_iothub_dps_certificate": resourceArmIotHubDPSCertificate(),
"azurerm_iothub_dps_shared_access_policy": resourceArmIotHubDPSSharedAccessPolicy(),
Expand Down
381 changes: 0 additions & 381 deletions azurerm/internal/services/iothub/resource_arm_iot_dps.go

This file was deleted.

Loading

0 comments on commit d33081c

Please sign in to comment.