예제 #1
0
 /// <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 <Model.AzureSqlServerTransparentDataEncryptionProtectorModel> PersistChanges(IEnumerable <Model.AzureSqlServerTransparentDataEncryptionProtectorModel> entity)
 {
     return(new List <Model.AzureSqlServerTransparentDataEncryptionProtectorModel>()
     {
         ModelAdapter.CreateOrUpdateEncryptionProtector(entity.First())
     });
 }