Skip to content

Commit f4ff330

Browse files
committed
Remove test code
1 parent 4781cce commit f4ff330

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Commands/Synchronize-AzureASInstance.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,6 @@ private async Task<ScaleOutServerDatabaseSyncResult> PollSyncStatusWithRetryAsyn
396396
await Task.Delay(DefaultRetryIntervalForPolling);
397397
}
398398

399-
var polling = pollingUrl.ToString().Split("?".ToCharArray())[0];
400-
pollingUrl = new Uri(polling);
401-
402399
this.AsAzureHttpClient.resetHttpClient();
403400
using (HttpResponseMessage message = await AsAzureHttpClient.CallGetAsync(
404401
pollingUrl,

0 commit comments

Comments
 (0)