Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

iothub: removing the deprecated azurerm_iot_dps and azurerm_iot_dps_certificate resources #5753

Merged
merged 2 commits into from
Feb 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

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