Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed Dec 22, 2020
1 parent ccefd10 commit ccaf783
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func resourceBackupProtectedFileShare() *schema.Resource {
}

func resourceBackupProtectedFileShareCreateUpdate(d *schema.ResourceData, meta interface{}) error {
protectedClient := meta.(*clients.Client).RecoveryServices.ProtectedItemsGroupClient
protectableClient := meta.(*clients.Client).RecoveryServices.ProtectableItemsClient
client := meta.(*clients.Client).RecoveryServices.ProtectedItemsClient
opClient := meta.(*clients.Client).RecoveryServices.BackupOperationStatusesClient
Expand Down

0 comments on commit ccaf783

Please sign in to comment.