@@ -563,10 +563,10 @@ internal BigDataPoolsOperations (SynapseManagementClient client)
563563 /// <param name='cancellationToken'>
564564 /// The cancellation token.
565565 /// </param>
566- public async System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < object > > DeleteWithHttpMessagesAsync ( string resourceGroupName , string workspaceName , string bigDataPoolName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) )
566+ public async System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < BigDataPoolResourceInfo > > DeleteWithHttpMessagesAsync ( string resourceGroupName , string workspaceName , string bigDataPoolName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) )
567567 {
568568 // Send Request
569- Microsoft . Rest . Azure . AzureOperationResponse < object > _response = await BeginDeleteWithHttpMessagesAsync ( resourceGroupName , workspaceName , bigDataPoolName , customHeaders , cancellationToken ) . ConfigureAwait ( false ) ;
569+ Microsoft . Rest . Azure . AzureOperationResponse < BigDataPoolResourceInfo > _response = await BeginDeleteWithHttpMessagesAsync ( resourceGroupName , workspaceName , bigDataPoolName , customHeaders , cancellationToken ) . ConfigureAwait ( false ) ;
570570 return await this . Client . GetPostOrDeleteOperationResultAsync ( _response , customHeaders , cancellationToken ) . ConfigureAwait ( false ) ;
571571 }
572572
@@ -1100,7 +1100,7 @@ internal BigDataPoolsOperations (SynapseManagementClient client)
11001100 /// <return>
11011101 /// A response object containing the response body and response headers.
11021102 /// </return>
1103- public async System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < object > > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string workspaceName , string bigDataPoolName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) )
1103+ public async System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < BigDataPoolResourceInfo > > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string workspaceName , string bigDataPoolName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) )
11041104 {
11051105
11061106
@@ -1261,7 +1261,7 @@ internal BigDataPoolsOperations (SynapseManagementClient client)
12611261 throw ex ;
12621262 }
12631263 // Create Result
1264- var _result = new Microsoft . Rest . Azure . AzureOperationResponse < object > ( ) ;
1264+ var _result = new Microsoft . Rest . Azure . AzureOperationResponse < BigDataPoolResourceInfo > ( ) ;
12651265 _result . Request = _httpRequest ;
12661266 _result . Response = _httpResponse ;
12671267
@@ -1275,7 +1275,7 @@ internal BigDataPoolsOperations (SynapseManagementClient client)
12751275 _responseContent = await _httpResponse . Content . ReadAsStringAsync ( ) . ConfigureAwait ( false ) ;
12761276 try
12771277 {
1278- _result . Body = Microsoft . Rest . Serialization . SafeJsonConvert . DeserializeObject < object > ( _responseContent , this . Client . DeserializationSettings ) ;
1278+ _result . Body = Microsoft . Rest . Serialization . SafeJsonConvert . DeserializeObject < BigDataPoolResourceInfo > ( _responseContent , this . Client . DeserializationSettings ) ;
12791279 }
12801280 catch ( Newtonsoft . Json . JsonException ex )
12811281 {
@@ -1293,7 +1293,7 @@ internal BigDataPoolsOperations (SynapseManagementClient client)
12931293 _responseContent = await _httpResponse . Content . ReadAsStringAsync ( ) . ConfigureAwait ( false ) ;
12941294 try
12951295 {
1296- _result . Body = Microsoft . Rest . Serialization . SafeJsonConvert . DeserializeObject < object > ( _responseContent , this . Client . DeserializationSettings ) ;
1296+ _result . Body = Microsoft . Rest . Serialization . SafeJsonConvert . DeserializeObject < BigDataPoolResourceInfo > ( _responseContent , this . Client . DeserializationSettings ) ;
12971297 }
12981298 catch ( Newtonsoft . Json . JsonException ex )
12991299 {
0 commit comments