Skip to content

Commit

Permalink
Rename Azure Backup and Azure Site Recovery resources (#5170)
Browse files Browse the repository at this point in the history
Fixes #5089

This PR implements the proposed changes in the above issue to better distinguish Azure Site Recovery and Azure Backup resources.
  • Loading branch information
sean-nixon authored and katbyte committed Dec 19, 2019
1 parent 247efbd commit 16a3c45
Show file tree
Hide file tree
Showing 41 changed files with 5,395 additions and 33 deletions.
8 changes: 8 additions & 0 deletions azurerm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ func Provider() terraform.ResourceProvider {
"azurerm_azuread_application": resourceArmActiveDirectoryApplication(),
"azurerm_azuread_service_principal_password": resourceArmActiveDirectoryServicePrincipalPassword(),
"azurerm_azuread_service_principal": resourceArmActiveDirectoryServicePrincipal(),
"azurerm_backup_protected_vm": resourceArmRecoveryServicesBackupProtectedVM(),
"azurerm_backup_policy_vm": resourceArmBackupProtectionPolicyVM(),
"azurerm_bastion_host": resourceArmBastionHost(),
"azurerm_batch_account": resourceArmBatchAccount(),
"azurerm_batch_application": resourceArmBatchApplication(),
Expand Down Expand Up @@ -459,6 +461,12 @@ func Provider() terraform.ResourceProvider {
"azurerm_shared_image_version": resourceArmSharedImageVersion(),
"azurerm_shared_image": resourceArmSharedImage(),
"azurerm_signalr_service": resourceArmSignalRService(),
"azurerm_site_recovery_fabric": resourceArmSiteRecoveryFabric(),
"azurerm_site_recovery_network_mapping": resourceArmSiteRecoveryNetworkMapping(),
"azurerm_site_recovery_protection_container": resourceArmSiteRecoveryProtectionContainer(),
"azurerm_site_recovery_protection_container_mapping": resourceArmSiteRecoveryProtectionContainerMapping(),
"azurerm_site_recovery_replicated_vm": resourceArmSiteRecoveryReplicatedVM(),
"azurerm_site_recovery_replication_policy": resourceArmSiteRecoveryReplicationPolicy(),
"azurerm_snapshot": resourceArmSnapshot(),
"azurerm_sql_active_directory_administrator": resourceArmSqlAdministrator(),
"azurerm_sql_database": resourceArmSqlDatabase(),
Expand Down
Loading

0 comments on commit 16a3c45

Please sign in to comment.