/// <summary>
 /// Sends the TDE protector update request to the service
 /// </summary>
 /// <param name="entity">The update parameters</param>
 /// <returns>The response object from the service</returns>
 protected override IEnumerable <AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel> PersistChanges(IEnumerable <AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel> entity)
 {
     return(new List <AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel>()
     {
         ModelAdapter.CreateOrUpdateManagedInstanceEncryptionProtector(entity.First())
     });
 }