Skip to content

Commit 93e95d9

Browse files
committed
sync up autorest generated code
1 parent b2c2ae1 commit 93e95d9

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

src/Resources/Resources.Management.Sdk/Generated/DeploymentScriptsClient.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ public DeploymentScriptsClient(System.Uri baseUri, Microsoft.Rest.ServiceClientC
269269
/// <param name='rootHandler'>
270270
/// Optional. The http client handler used to handle http transport.
271271
/// </param>
272+
/// <param name='handlers'>
273+
/// Optional. The delegating handlers to add to the http client pipeline.
274+
/// </param>
272275
/// <exception cref="System.ArgumentNullException">
273276
/// Thrown when a required parameter is null
274277
/// </exception>

src/Resources/Resources.Management.Sdk/Generated/DeploymentStacksClient.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ public DeploymentStacksClient(System.Uri baseUri, Microsoft.Rest.ServiceClientCr
269269
/// <param name='rootHandler'>
270270
/// Optional. The http client handler used to handle http transport.
271271
/// </param>
272+
/// <param name='handlers'>
273+
/// Optional. The delegating handlers to add to the http client pipeline.
274+
/// </param>
272275
/// <exception cref="System.ArgumentNullException">
273276
/// Thrown when a required parameter is null
274277
/// </exception>

src/Resources/Resources.Management.Sdk/Generated/FeatureClient.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ public FeatureClient(System.Uri baseUri, Microsoft.Rest.ServiceClientCredentials
276276
/// <param name='rootHandler'>
277277
/// Optional. The http client handler used to handle http transport.
278278
/// </param>
279+
/// <param name='handlers'>
280+
/// Optional. The delegating handlers to add to the http client pipeline.
281+
/// </param>
279282
/// <exception cref="System.ArgumentNullException">
280283
/// Thrown when a required parameter is null
281284
/// </exception>

src/Resources/Resources.Management.Sdk/Generated/ResourceManagementClient.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ public ResourceManagementClient(System.Uri baseUri, Microsoft.Rest.ServiceClient
296296
/// <param name='rootHandler'>
297297
/// Optional. The http client handler used to handle http transport.
298298
/// </param>
299+
/// <param name='handlers'>
300+
/// Optional. The delegating handlers to add to the http client pipeline.
301+
/// </param>
299302
/// <exception cref="System.ArgumentNullException">
300303
/// Thrown when a required parameter is null
301304
/// </exception>

src/Resources/Resources.Management.Sdk/Generated/ResourcePrivateLinkClient.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ public ResourcePrivateLinkClient(System.Uri baseUri, Microsoft.Rest.ServiceClien
272272
/// <param name='rootHandler'>
273273
/// Optional. The http client handler used to handle http transport.
274274
/// </param>
275+
/// <param name='handlers'>
276+
/// Optional. The delegating handlers to add to the http client pipeline.
277+
/// </param>
275278
/// <exception cref="System.ArgumentNullException">
276279
/// Thrown when a required parameter is null
277280
/// </exception>

src/Resources/Resources.Management.Sdk/Generated/SubscriptionClient.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ public SubscriptionClient(System.Uri baseUri, Microsoft.Rest.ServiceClientCreden
270270
/// <param name='rootHandler'>
271271
/// Optional. The http client handler used to handle http transport.
272272
/// </param>
273+
/// <param name='handlers'>
274+
/// Optional. The delegating handlers to add to the http client pipeline.
275+
/// </param>
273276
/// <exception cref="System.ArgumentNullException">
274277
/// Thrown when a required parameter is null
275278
/// </exception>

src/Resources/Resources.Management.Sdk/Generated/TemplateSpecsClient.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ public TemplateSpecsClient(System.Uri baseUri, Microsoft.Rest.ServiceClientCrede
273273
/// <param name='rootHandler'>
274274
/// Optional. The http client handler used to handle http transport.
275275
/// </param>
276+
/// <param name='handlers'>
277+
/// Optional. The delegating handlers to add to the http client pipeline.
278+
/// </param>
276279
/// <exception cref="System.ArgumentNullException">
277280
/// Thrown when a required parameter is null
278281
/// </exception>

0 commit comments

Comments
 (0)