diff --git a/src/dev/TestServer/swagger/body-complex.json b/src/dev/TestServer/swagger/body-complex.json
index feadb5c089001..d1169491eec5e 100644
--- a/src/dev/TestServer/swagger/body-complex.json
+++ b/src/dev/TestServer/swagger/body-complex.json
@@ -1121,10 +1121,15 @@
"basic": {
"properties": {
"id": {
- "type": "integer"
+ "type": "integer",
+ "description": "Basic Id"
},
"name": {
- "type": "string"
+ "type": "string",
+ "description": "Name property with a very
+ long description that
+ does not fit on a single line
+ and a line break."
},
"color": {
"type": "string",
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/Basic.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/Basic.cs
index 68ce5a64a315d..8418da76303e7 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/Basic.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/Basic.cs
@@ -26,7 +26,13 @@ public Basic() { }
///
/// Initializes a new instance of the Basic class.
///
- /// Possible values include: 'cyan', 'Magenta', 'YELLOW', 'blacK'
+ /// Basic Id
+ /// Name property with a very
+ /// long description that
+ /// does not fit on a single line
+ /// and a line break.
+ /// Possible values include: 'cyan', 'Magenta',
+ /// 'YELLOW', 'blacK'
public Basic(int? id = default(int?), string name = default(string), string color = default(string))
{
Id = id;
@@ -35,11 +41,16 @@ public Basic() { }
}
///
+ /// Gets or sets basic Id
///
[JsonProperty(PropertyName = "id")]
public int? Id { get; set; }
///
+ /// Gets or sets name property with a very
+ /// long description that
+ /// does not fit on a single line
+ /// and a line break.
///
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/CatalogArrayOfDictionary.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/CatalogArrayOfDictionary.cs
index b0c9ba7cab78c..b9bda357ef7a8 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/CatalogArrayOfDictionary.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/CatalogArrayOfDictionary.cs
@@ -26,7 +26,8 @@ public CatalogArrayOfDictionary() { }
///
/// Initializes a new instance of the CatalogArrayOfDictionary class.
///
- /// Array of dictionary of products
+ /// Array of dictionary of
+ /// products
public CatalogArrayOfDictionary(IList> productArrayOfDictionary = default(IList>))
{
ProductArrayOfDictionary = productArrayOfDictionary;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/CatalogDictionaryOfArray.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/CatalogDictionaryOfArray.cs
index 0f29d2c0fd138..2f3ac6dbedf3f 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/CatalogDictionaryOfArray.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/CatalogDictionaryOfArray.cs
@@ -26,7 +26,8 @@ public CatalogDictionaryOfArray() { }
///
/// Initializes a new instance of the CatalogDictionaryOfArray class.
///
- /// Dictionary of Array of product
+ /// Dictionary of Array of
+ /// product
public CatalogDictionaryOfArray(IDictionary> productDictionaryOfArray = default(IDictionary>))
{
ProductDictionaryOfArray = productDictionaryOfArray;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/Product.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/Product.cs
index 3d6c18f03645a..513f68eac7442 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/Product.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/AzureCompositeModelClient/Models/Product.cs
@@ -29,10 +29,14 @@ public Product() { }
///
/// Initializes a new instance of the Product class.
///
- /// Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles.
+ /// Unique identifier representing a specific
+ /// product for a given latitude & longitude. For example, uberX in
+ /// San Francisco will have a different product_id than uberX in Los
+ /// Angeles.
/// Description of product.
/// Display name of product.
- /// Capacity of product. For example, 4 people.
+ /// Capacity of product. For example, 4
+ /// people.
/// Image URL representing the product.
public Product(string productId = default(string), string description = default(string), string displayName = default(string), string capacity = default(string), string image = default(string))
{
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDelete202Retry200Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDelete202Retry200Headers.cs
index b049b3c818e23..a48d01786e6de 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDelete202Retry200Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDelete202Retry200Headers.cs
@@ -31,8 +31,10 @@ public LRORetrysDelete202Retry200Headers() { }
/// Initializes a new instance of the
/// LRORetrysDelete202Retry200Headers class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/delete/202/retry/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/retryerror/delete/202/retry/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LRORetrysDelete202Retry200Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDeleteAsyncRelativeRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDeleteAsyncRelativeRetrySucceededHeaders.cs
index 50f3b3b04b6da..c04cebbaa155f 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDeleteAsyncRelativeRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDeleteAsyncRelativeRetrySucceededHeaders.cs
@@ -31,9 +31,14 @@ public LRORetrysDeleteAsyncRelativeRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LRORetrysDeleteAsyncRelativeRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/deleteasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/retryerror/deleteasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/retryerror/deleteasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/retryerror/deleteasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LRORetrysDeleteAsyncRelativeRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDeleteProvisioning202Accepted200SucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDeleteProvisioning202Accepted200SucceededHeaders.cs
index 247524ab20a31..b833f708c48f4 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDeleteProvisioning202Accepted200SucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysDeleteProvisioning202Accepted200SucceededHeaders.cs
@@ -32,8 +32,11 @@ public LRORetrysDeleteProvisioning202Accepted200SucceededHeaders() { }
/// Initializes a new instance of the
/// LRORetrysDeleteProvisioning202Accepted200SucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/delete/provisioning/202/accepted/200/succeeded
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/retryerror/delete/provisioning/202/accepted/200/succeeded
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LRORetrysDeleteProvisioning202Accepted200SucceededHeaders(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPost202Retry200Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPost202Retry200Headers.cs
index 585f55ef827f7..b23dbddfa31e3 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPost202Retry200Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPost202Retry200Headers.cs
@@ -31,8 +31,10 @@ public LRORetrysPost202Retry200Headers() { }
/// Initializes a new instance of the LRORetrysPost202Retry200Headers
/// class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/post/202/retry/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/retryerror/post/202/retry/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LRORetrysPost202Retry200Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPostAsyncRelativeRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPostAsyncRelativeRetrySucceededHeaders.cs
index 277bf3c0e98d0..c4a2be86ee790 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPostAsyncRelativeRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPostAsyncRelativeRetrySucceededHeaders.cs
@@ -31,9 +31,14 @@ public LRORetrysPostAsyncRelativeRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LRORetrysPostAsyncRelativeRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/retryerror/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/retryerror/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/retryerror/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LRORetrysPostAsyncRelativeRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPutAsyncRelativeRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPutAsyncRelativeRetrySucceededHeaders.cs
index 4e4176b7190cb..960d94cebdb01 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPutAsyncRelativeRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LRORetrysPutAsyncRelativeRetrySucceededHeaders.cs
@@ -31,9 +31,14 @@ public LRORetrysPutAsyncRelativeRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LRORetrysPutAsyncRelativeRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/retryerror/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/retryerror/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/retryerror/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LRORetrysPutAsyncRelativeRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDelete202NonRetry400Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDelete202NonRetry400Headers.cs
index c3a833d22d13e..a1eb5f75d48bf 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDelete202NonRetry400Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDelete202NonRetry400Headers.cs
@@ -31,8 +31,10 @@ public LROSADsDelete202NonRetry400Headers() { }
/// Initializes a new instance of the
/// LROSADsDelete202NonRetry400Headers class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/delete/202/retry/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/retryerror/delete/202/retry/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsDelete202NonRetry400Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDelete202RetryInvalidHeaderHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDelete202RetryInvalidHeaderHeaders.cs
index aadc5d32d2ea1..1a9830f7ab263 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDelete202RetryInvalidHeaderHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDelete202RetryInvalidHeaderHeaders.cs
@@ -31,8 +31,10 @@ public LROSADsDelete202RetryInvalidHeaderHeaders() { }
/// Initializes a new instance of the
/// LROSADsDelete202RetryInvalidHeaderHeaders class.
///
- /// Location to poll for result status: will be set to /foo
- /// Number of milliseconds until the next poll should be sent, will be set to /bar
+ /// Location to poll for result status: will be
+ /// set to /foo
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to /bar
public LROSADsDelete202RetryInvalidHeaderHeaders(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetry400Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetry400Headers.cs
index f58dd7b2dd850..4f81433bc331d 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetry400Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetry400Headers.cs
@@ -31,9 +31,14 @@ public LROSADsDeleteAsyncRelativeRetry400Headers() { }
/// Initializes a new instance of the
/// LROSADsDeleteAsyncRelativeRetry400Headers class.
///
- /// Location to poll for result status: will be set to /lro/nonretryerror/deleteasync/retry/operationResults/400
- /// Location to poll for result status: will be set to /lro/nonretryerror/deleteasync/retry/operationResults/400
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/nonretryerror/deleteasync/retry/operationResults/400
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/nonretryerror/deleteasync/retry/operationResults/400
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsDeleteAsyncRelativeRetry400Headers(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryInvalidHeaderHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryInvalidHeaderHeaders.cs
index cbeeaf3a94feb..77850bbba7938 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryInvalidHeaderHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryInvalidHeaderHeaders.cs
@@ -31,9 +31,12 @@ public LROSADsDeleteAsyncRelativeRetryInvalidHeaderHeaders() { }
/// Initializes a new instance of the
/// LROSADsDeleteAsyncRelativeRetryInvalidHeaderHeaders class.
///
- /// Location to poll for result status: will be set to /foo
- /// Location to poll for result status: will be set to /foo
- /// Number of milliseconds until the next poll should be sent, will be set to /bar
+ /// Location to poll for result
+ /// status: will be set to /foo
+ /// Location to poll for result status: will be
+ /// set to /foo
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to /bar
public LROSADsDeleteAsyncRelativeRetryInvalidHeaderHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryInvalidJsonPollingHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryInvalidJsonPollingHeaders.cs
index 7138b3624dfcd..e2c46ee7cc37a 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryInvalidJsonPollingHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryInvalidJsonPollingHeaders.cs
@@ -32,9 +32,14 @@ public LROSADsDeleteAsyncRelativeRetryInvalidJsonPollingHeaders() { }
/// Initializes a new instance of the
/// LROSADsDeleteAsyncRelativeRetryInvalidJsonPollingHeaders class.
///
- /// Location to poll for result status: will be set to /lro/error/deleteasync/retry/failed/operationResults/invalidjsonpolling
- /// Location to poll for result status: will be set to /lro/error/deleteasync/retry/failed/operationResults/invalidjsonpolling
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/error/deleteasync/retry/failed/operationResults/invalidjsonpolling
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/error/deleteasync/retry/failed/operationResults/invalidjsonpolling
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsDeleteAsyncRelativeRetryInvalidJsonPollingHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryNoStatusHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryNoStatusHeaders.cs
index e41590c76d819..034d2f5ee4f16 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryNoStatusHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteAsyncRelativeRetryNoStatusHeaders.cs
@@ -31,9 +31,14 @@ public LROSADsDeleteAsyncRelativeRetryNoStatusHeaders() { }
/// Initializes a new instance of the
/// LROSADsDeleteAsyncRelativeRetryNoStatusHeaders class.
///
- /// Location to poll for result status: will be set to /lro/deleteasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/deleteasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/deleteasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/deleteasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsDeleteAsyncRelativeRetryNoStatusHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteNonRetry400Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteNonRetry400Headers.cs
index dfda8a43cdadc..c9391c6d095c0 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteNonRetry400Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsDeleteNonRetry400Headers.cs
@@ -31,8 +31,10 @@ public LROSADsDeleteNonRetry400Headers() { }
/// Initializes a new instance of the LROSADsDeleteNonRetry400Headers
/// class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/delete/202/retry/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/retryerror/delete/202/retry/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsDeleteNonRetry400Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202NoLocationHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202NoLocationHeaders.cs
index 81c7d08a5ce63..35b9275b9146c 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202NoLocationHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202NoLocationHeaders.cs
@@ -31,8 +31,10 @@ public LROSADsPost202NoLocationHeaders() { }
/// Initializes a new instance of the LROSADsPost202NoLocationHeaders
/// class.
///
- /// Location to poll for result status: will not be set
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will
+ /// not be set
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPost202NoLocationHeaders(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202NonRetry400Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202NonRetry400Headers.cs
index a35945d2eb443..805a51d2fe2a5 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202NonRetry400Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202NonRetry400Headers.cs
@@ -31,8 +31,10 @@ public LROSADsPost202NonRetry400Headers() { }
/// Initializes a new instance of the LROSADsPost202NonRetry400Headers
/// class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/post/202/retry/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/retryerror/post/202/retry/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPost202NonRetry400Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202RetryInvalidHeaderHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202RetryInvalidHeaderHeaders.cs
index fb83907630820..5bfb73c430a8d 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202RetryInvalidHeaderHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPost202RetryInvalidHeaderHeaders.cs
@@ -31,8 +31,10 @@ public LROSADsPost202RetryInvalidHeaderHeaders() { }
/// Initializes a new instance of the
/// LROSADsPost202RetryInvalidHeaderHeaders class.
///
- /// Location to poll for result status: will be set to /foo
- /// Number of milliseconds until the next poll should be sent, will be set to /bar
+ /// Location to poll for result status: will be
+ /// set to /foo
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to /bar
public LROSADsPost202RetryInvalidHeaderHeaders(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetry400Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetry400Headers.cs
index 7925cc38bf789..d752a2ff5d802 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetry400Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetry400Headers.cs
@@ -31,9 +31,14 @@ public LROSADsPostAsyncRelativeRetry400Headers() { }
/// Initializes a new instance of the
/// LROSADsPostAsyncRelativeRetry400Headers class.
///
- /// Location to poll for result status: will be set to /lro/nonretryerror/putasync/retry/operationResults/400
- /// Location to poll for result status: will be set to /lro/nonretryerror/putasync/retry/operationResults/400
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/nonretryerror/putasync/retry/operationResults/400
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/nonretryerror/putasync/retry/operationResults/400
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPostAsyncRelativeRetry400Headers(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryInvalidHeaderHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryInvalidHeaderHeaders.cs
index 9a75c2d067e83..14e22e4b3fcca 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryInvalidHeaderHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryInvalidHeaderHeaders.cs
@@ -31,9 +31,12 @@ public LROSADsPostAsyncRelativeRetryInvalidHeaderHeaders() { }
/// Initializes a new instance of the
/// LROSADsPostAsyncRelativeRetryInvalidHeaderHeaders class.
///
- /// Location to poll for result status: will be set to foo
- /// Location to poll for result status: will be set to foo
- /// Number of milliseconds until the next poll should be sent, will be set to /bar
+ /// Location to poll for result
+ /// status: will be set to foo
+ /// Location to poll for result status: will be
+ /// set to foo
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to /bar
public LROSADsPostAsyncRelativeRetryInvalidHeaderHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryInvalidJsonPollingHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryInvalidJsonPollingHeaders.cs
index e848a5d39fafb..5918c853c1ecf 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryInvalidJsonPollingHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryInvalidJsonPollingHeaders.cs
@@ -31,9 +31,14 @@ public LROSADsPostAsyncRelativeRetryInvalidJsonPollingHeaders() { }
/// Initializes a new instance of the
/// LROSADsPostAsyncRelativeRetryInvalidJsonPollingHeaders class.
///
- /// Location to poll for result status: will be set to /lro/error/postasync/retry/failed/operationResults/invalidjsonpolling
- /// Location to poll for result status: will be set to /lro/error/postasync/retry/failed/operationResults/invalidjsonpolling
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/error/postasync/retry/failed/operationResults/invalidjsonpolling
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/error/postasync/retry/failed/operationResults/invalidjsonpolling
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPostAsyncRelativeRetryInvalidJsonPollingHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryNoPayloadHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryNoPayloadHeaders.cs
index a9e11f2fafa41..1d65d05346132 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryNoPayloadHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostAsyncRelativeRetryNoPayloadHeaders.cs
@@ -31,9 +31,14 @@ public LROSADsPostAsyncRelativeRetryNoPayloadHeaders() { }
/// Initializes a new instance of the
/// LROSADsPostAsyncRelativeRetryNoPayloadHeaders class.
///
- /// Location to poll for result status: will be set to /lro/error/putasync/retry/failed/operationResults/nopayload
- /// Location to poll for result status: will be set to /lro/error/putasync/retry/failed/operationResults/nopayload
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/error/putasync/retry/failed/operationResults/nopayload
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/error/putasync/retry/failed/operationResults/nopayload
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPostAsyncRelativeRetryNoPayloadHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostNonRetry400Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostNonRetry400Headers.cs
index 1b5dbbb651a60..2b4747d02301d 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostNonRetry400Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPostNonRetry400Headers.cs
@@ -31,8 +31,10 @@ public LROSADsPostNonRetry400Headers() { }
/// Initializes a new instance of the LROSADsPostNonRetry400Headers
/// class.
///
- /// Location to poll for result status: will be set to /lro/retryerror/post/202/retry/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/retryerror/post/202/retry/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPostNonRetry400Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetry400Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetry400Headers.cs
index 48c1912f97153..b6276e4f04840 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetry400Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetry400Headers.cs
@@ -31,9 +31,14 @@ public LROSADsPutAsyncRelativeRetry400Headers() { }
/// Initializes a new instance of the
/// LROSADsPutAsyncRelativeRetry400Headers class.
///
- /// Location to poll for result status: will be set to /lro/nonretryerror/putasync/retry/operationResults/400
- /// Location to poll for result status: will be set to /lro/nonretryerror/putasync/retry/operationResults/400
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/nonretryerror/putasync/retry/operationResults/400
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/nonretryerror/putasync/retry/operationResults/400
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPutAsyncRelativeRetry400Headers(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryInvalidHeaderHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryInvalidHeaderHeaders.cs
index 2c24ddd80251d..1fb01d3b4c46d 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryInvalidHeaderHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryInvalidHeaderHeaders.cs
@@ -31,9 +31,13 @@ public LROSADsPutAsyncRelativeRetryInvalidHeaderHeaders() { }
/// Initializes a new instance of the
/// LROSADsPutAsyncRelativeRetryInvalidHeaderHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPutAsyncRelativeRetryInvalidHeaderHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryInvalidJsonPollingHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryInvalidJsonPollingHeaders.cs
index 93909ae4de918..c5a9c8818d28e 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryInvalidJsonPollingHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryInvalidJsonPollingHeaders.cs
@@ -31,9 +31,13 @@ public LROSADsPutAsyncRelativeRetryInvalidJsonPollingHeaders() { }
/// Initializes a new instance of the
/// LROSADsPutAsyncRelativeRetryInvalidJsonPollingHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/failed/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/failed/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/failed/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/failed/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPutAsyncRelativeRetryInvalidJsonPollingHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryNoStatusHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryNoStatusHeaders.cs
index 0feec651c2654..a75a1c83d6857 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryNoStatusHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryNoStatusHeaders.cs
@@ -31,9 +31,13 @@ public LROSADsPutAsyncRelativeRetryNoStatusHeaders() { }
/// Initializes a new instance of the
/// LROSADsPutAsyncRelativeRetryNoStatusHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPutAsyncRelativeRetryNoStatusHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryNoStatusPayloadHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryNoStatusPayloadHeaders.cs
index b4343f06925e4..7a7ff066c7398 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryNoStatusPayloadHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROSADsPutAsyncRelativeRetryNoStatusPayloadHeaders.cs
@@ -31,9 +31,13 @@ public LROSADsPutAsyncRelativeRetryNoStatusPayloadHeaders() { }
/// Initializes a new instance of the
/// LROSADsPutAsyncRelativeRetryNoStatusPayloadHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROSADsPutAsyncRelativeRetryNoStatusPayloadHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPost202Retry200Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPost202Retry200Headers.cs
index b2a3dfce8149f..8df21bdaae2c4 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPost202Retry200Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPost202Retry200Headers.cs
@@ -31,8 +31,10 @@ public LROsCustomHeaderPost202Retry200Headers() { }
/// Initializes a new instance of the
/// LROsCustomHeaderPost202Retry200Headers class.
///
- /// Location to poll for result status: will be set to /lro/customheader/post/202/retry/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/customheader/post/202/retry/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsCustomHeaderPost202Retry200Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPostAsyncRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPostAsyncRetrySucceededHeaders.cs
index 9678dca47b561..cfbda8df053ee 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPostAsyncRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPostAsyncRetrySucceededHeaders.cs
@@ -31,9 +31,14 @@ public LROsCustomHeaderPostAsyncRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LROsCustomHeaderPostAsyncRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/customheader/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/customheader/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/customheader/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/customheader/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsCustomHeaderPostAsyncRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPutAsyncRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPutAsyncRetrySucceededHeaders.cs
index d8c10e7446258..bb74bd45e54e1 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPutAsyncRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsCustomHeaderPutAsyncRetrySucceededHeaders.cs
@@ -31,9 +31,14 @@ public LROsCustomHeaderPutAsyncRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LROsCustomHeaderPutAsyncRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/customheader/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/customheader/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/customheader/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/customheader/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsCustomHeaderPutAsyncRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDelete202NoRetry204Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDelete202NoRetry204Headers.cs
index 042b83c537c5d..6cda0db1e5be5 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDelete202NoRetry204Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDelete202NoRetry204Headers.cs
@@ -31,8 +31,10 @@ public LROsDelete202NoRetry204Headers() { }
/// Initializes a new instance of the LROsDelete202NoRetry204Headers
/// class.
///
- /// Location to poll for result status: will be set to /lro/delete/202/noretry/204
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/delete/202/noretry/204
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsDelete202NoRetry204Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDelete202Retry200Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDelete202Retry200Headers.cs
index 44c11f6aa169c..d72eac6a5dddd 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDelete202Retry200Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDelete202Retry200Headers.cs
@@ -31,8 +31,10 @@ public LROsDelete202Retry200Headers() { }
/// Initializes a new instance of the LROsDelete202Retry200Headers
/// class.
///
- /// Location to poll for result status: will be set to /lro/delete/202/retry/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/delete/202/retry/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsDelete202Retry200Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncNoHeaderInRetryHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncNoHeaderInRetryHeaders.cs
index 03ea9001488fa..cfb9f3704f9b8 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncNoHeaderInRetryHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncNoHeaderInRetryHeaders.cs
@@ -31,7 +31,8 @@ public LROsDeleteAsyncNoHeaderInRetryHeaders() { }
/// Initializes a new instance of the
/// LROsDeleteAsyncNoHeaderInRetryHeaders class.
///
- /// Location to poll for result status: will be set to /lro/put/noheader/202/204/operationresults
+ /// Location to poll for result status: will be
+ /// set to /lro/put/noheader/202/204/operationresults
public LROsDeleteAsyncNoHeaderInRetryHeaders(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncNoRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncNoRetrySucceededHeaders.cs
index 111834356b9fe..1553208b9d4c4 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncNoRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncNoRetrySucceededHeaders.cs
@@ -31,9 +31,14 @@ public LROsDeleteAsyncNoRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LROsDeleteAsyncNoRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/deleteasync/noretry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/deleteasync/noretry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/deleteasync/noretry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/deleteasync/noretry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsDeleteAsyncNoRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetryFailedHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetryFailedHeaders.cs
index 0477b0cd025da..05efae9d1c229 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetryFailedHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetryFailedHeaders.cs
@@ -31,9 +31,13 @@ public LROsDeleteAsyncRetryFailedHeaders() { }
/// Initializes a new instance of the
/// LROsDeleteAsyncRetryFailedHeaders class.
///
- /// Location to poll for result status: will be set to /lro/deleteasync/retry/failed/operationResults/200
- /// Location to poll for result status: will be set to /lro/deleteasync/retry/failed/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/deleteasync/retry/failed/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/deleteasync/retry/failed/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsDeleteAsyncRetryFailedHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetrySucceededHeaders.cs
index 5036c25f64959..3ec2872c4cbf0 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetrySucceededHeaders.cs
@@ -31,9 +31,14 @@ public LROsDeleteAsyncRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LROsDeleteAsyncRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/deleteasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/deleteasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/deleteasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/deleteasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsDeleteAsyncRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetrycanceledHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetrycanceledHeaders.cs
index b210aa347f700..7a9045762ff19 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetrycanceledHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteAsyncRetrycanceledHeaders.cs
@@ -31,9 +31,14 @@ public LROsDeleteAsyncRetrycanceledHeaders() { }
/// Initializes a new instance of the
/// LROsDeleteAsyncRetrycanceledHeaders class.
///
- /// Location to poll for result status: will be set to /lro/deleteasync/retry/canceled/operationResults/200
- /// Location to poll for result status: will be set to /lro/deleteasync/retry/canceled/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/deleteasync/retry/canceled/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/deleteasync/retry/canceled/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsDeleteAsyncRetrycanceledHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteNoHeaderInRetryHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteNoHeaderInRetryHeaders.cs
index 7ca88ea8744b9..8444c3b579b32 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteNoHeaderInRetryHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteNoHeaderInRetryHeaders.cs
@@ -31,7 +31,8 @@ public LROsDeleteNoHeaderInRetryHeaders() { }
/// Initializes a new instance of the LROsDeleteNoHeaderInRetryHeaders
/// class.
///
- /// Location to poll for result status: will be set to /lro/put/noheader/202/204/operationresults
+ /// Location to poll for result status: will be
+ /// set to /lro/put/noheader/202/204/operationresults
public LROsDeleteNoHeaderInRetryHeaders(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202Accepted200SucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202Accepted200SucceededHeaders.cs
index f40bd8be1208c..6f1ee9ebb225d 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202Accepted200SucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202Accepted200SucceededHeaders.cs
@@ -32,8 +32,10 @@ public LROsDeleteProvisioning202Accepted200SucceededHeaders() { }
/// Initializes a new instance of the
/// LROsDeleteProvisioning202Accepted200SucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/delete/provisioning/202/accepted/200/succeeded
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/delete/provisioning/202/accepted/200/succeeded
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsDeleteProvisioning202Accepted200SucceededHeaders(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202DeletingFailed200Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202DeletingFailed200Headers.cs
index 6cc15fce47c05..2938d920fe62b 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202DeletingFailed200Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202DeletingFailed200Headers.cs
@@ -31,8 +31,10 @@ public LROsDeleteProvisioning202DeletingFailed200Headers() { }
/// Initializes a new instance of the
/// LROsDeleteProvisioning202DeletingFailed200Headers class.
///
- /// Location to poll for result status: will be set to /lro/delete/provisioning/202/deleting/200/failed
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/delete/provisioning/202/deleting/200/failed
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsDeleteProvisioning202DeletingFailed200Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202Deletingcanceled200Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202Deletingcanceled200Headers.cs
index e9e6f59a328ac..5088cb19017a5 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202Deletingcanceled200Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsDeleteProvisioning202Deletingcanceled200Headers.cs
@@ -31,8 +31,10 @@ public LROsDeleteProvisioning202Deletingcanceled200Headers() { }
/// Initializes a new instance of the
/// LROsDeleteProvisioning202Deletingcanceled200Headers class.
///
- /// Location to poll for result status: will be set to /lro/delete/provisioning/202/deleting/200/canceled
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/delete/provisioning/202/deleting/200/canceled
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsDeleteProvisioning202Deletingcanceled200Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPost202NoRetry204Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPost202NoRetry204Headers.cs
index fb7b4f5570b53..b7e92fb43ebab 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPost202NoRetry204Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPost202NoRetry204Headers.cs
@@ -31,8 +31,10 @@ public LROsPost202NoRetry204Headers() { }
/// Initializes a new instance of the LROsPost202NoRetry204Headers
/// class.
///
- /// Location to poll for result status: will be set to /lro/post/202/noretry/204
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/post/202/noretry/204
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsPost202NoRetry204Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPost202Retry200Headers.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPost202Retry200Headers.cs
index 7cde8cff4b741..b2e08e5574ff7 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPost202Retry200Headers.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPost202Retry200Headers.cs
@@ -29,8 +29,10 @@ public LROsPost202Retry200Headers() { }
///
/// Initializes a new instance of the LROsPost202Retry200Headers class.
///
- /// Location to poll for result status: will be set to /lro/post/202/retry/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result status: will be
+ /// set to /lro/post/202/retry/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsPost202Retry200Headers(string location = default(string), int? retryAfter = default(int?))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncNoRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncNoRetrySucceededHeaders.cs
index a289ae09e0341..95e63092ab472 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncNoRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncNoRetrySucceededHeaders.cs
@@ -31,9 +31,13 @@ public LROsPostAsyncNoRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LROsPostAsyncNoRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsPostAsyncNoRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetryFailedHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetryFailedHeaders.cs
index b9b8406d2930f..ad5fe0b4b9cbe 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetryFailedHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetryFailedHeaders.cs
@@ -31,9 +31,13 @@ public LROsPostAsyncRetryFailedHeaders() { }
/// Initializes a new instance of the LROsPostAsyncRetryFailedHeaders
/// class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/failed/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/failed/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/failed/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/failed/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsPostAsyncRetryFailedHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetrySucceededHeaders.cs
index 9e49dd7e98fab..68c70e04ca478 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetrySucceededHeaders.cs
@@ -31,9 +31,13 @@ public LROsPostAsyncRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LROsPostAsyncRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsPostAsyncRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetrycanceledHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetrycanceledHeaders.cs
index 7d30599946653..2ccff3ea1ac6c 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetrycanceledHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPostAsyncRetrycanceledHeaders.cs
@@ -31,9 +31,13 @@ public LROsPostAsyncRetrycanceledHeaders() { }
/// Initializes a new instance of the
/// LROsPostAsyncRetrycanceledHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/canceled/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/canceled/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/canceled/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/canceled/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsPostAsyncRetrycanceledHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncNoRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncNoRetrySucceededHeaders.cs
index 552781378e7b6..27bd6bf2b0e5b 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncNoRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncNoRetrySucceededHeaders.cs
@@ -31,8 +31,12 @@ public LROsPutAsyncNoRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LROsPutAsyncNoRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/noretry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/noretry/succeeded/operationResults/200
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/noretry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to
+ /// /lro/putasync/noretry/succeeded/operationResults/200
public LROsPutAsyncNoRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncNoRetrycanceledHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncNoRetrycanceledHeaders.cs
index 8809b7fa92f31..c48353b4b96c7 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncNoRetrycanceledHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncNoRetrycanceledHeaders.cs
@@ -31,8 +31,11 @@ public LROsPutAsyncNoRetrycanceledHeaders() { }
/// Initializes a new instance of the
/// LROsPutAsyncNoRetrycanceledHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/noretry/canceled/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/noretry/canceled/operationResults/200
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/noretry/canceled/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/noretry/canceled/operationResults/200
public LROsPutAsyncNoRetrycanceledHeaders(string azureAsyncOperation = default(string), string location = default(string))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncRetryFailedHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncRetryFailedHeaders.cs
index 72b07b8b8b49f..e6472f01cf7f9 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncRetryFailedHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncRetryFailedHeaders.cs
@@ -31,9 +31,13 @@ public LROsPutAsyncRetryFailedHeaders() { }
/// Initializes a new instance of the LROsPutAsyncRetryFailedHeaders
/// class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/failed/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/failed/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/failed/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/failed/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsPutAsyncRetryFailedHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncRetrySucceededHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncRetrySucceededHeaders.cs
index aeac40b7cdeae..6d9b0bcd5b246 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncRetrySucceededHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutAsyncRetrySucceededHeaders.cs
@@ -31,9 +31,13 @@ public LROsPutAsyncRetrySucceededHeaders() { }
/// Initializes a new instance of the
/// LROsPutAsyncRetrySucceededHeaders class.
///
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Location to poll for result status: will be set to /lro/putasync/retry/succeeded/operationResults/200
- /// Number of milliseconds until the next poll should be sent, will be set to zero
+ /// Location to poll for result
+ /// status: will be set to
+ /// /lro/putasync/retry/succeeded/operationResults/200
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/retry/succeeded/operationResults/200
+ /// Number of milliseconds until the next
+ /// poll should be sent, will be set to zero
public LROsPutAsyncRetrySucceededHeaders(string azureAsyncOperation = default(string), string location = default(string), int? retryAfter = default(int?))
{
AzureAsyncOperation = azureAsyncOperation;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutNoHeaderInRetryHeaders.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutNoHeaderInRetryHeaders.cs
index 5916afdd61ba6..19624dd811445 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutNoHeaderInRetryHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/LROsPutNoHeaderInRetryHeaders.cs
@@ -31,7 +31,8 @@ public LROsPutNoHeaderInRetryHeaders() { }
/// Initializes a new instance of the LROsPutNoHeaderInRetryHeaders
/// class.
///
- /// Location to poll for result status: will be set to /lro/putasync/noheader/202/200/operationResults
+ /// Location to poll for result status: will be
+ /// set to /lro/putasync/noheader/202/200/operationResults
public LROsPutNoHeaderInRetryHeaders(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/OperationResult.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/OperationResult.cs
index 2346c5c7759bf..59cdf9e75a571 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/OperationResult.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/OperationResult.cs
@@ -26,7 +26,10 @@ public OperationResult() { }
///
/// Initializes a new instance of the OperationResult class.
///
- /// The status of the request. Possible values include: 'Succeeded', 'Failed', 'canceled', 'Accepted', 'Creating', 'Created', 'Updating', 'Updated', 'Deleting', 'Deleted', 'OK'
+ /// The status of the request. Possible values
+ /// include: 'Succeeded', 'Failed', 'canceled', 'Accepted',
+ /// 'Creating', 'Created', 'Updating', 'Updated', 'Deleting',
+ /// 'Deleted', 'OK'
public OperationResult(string status = default(string), OperationResultError error = default(OperationResultError))
{
Status = status;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/Product.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/Product.cs
index 18159b604af7c..100e572c232b4 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/Product.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/Product.cs
@@ -31,7 +31,10 @@ public Product() { }
/// Resource Type
/// Resource Location
/// Resource Name
- /// Possible values include: 'Succeeded', 'Failed', 'canceled', 'Accepted', 'Creating', 'Created', 'Updating', 'Updated', 'Deleting', 'Deleted', 'OK'
+ /// Possible values include:
+ /// 'Succeeded', 'Failed', 'canceled', 'Accepted', 'Creating',
+ /// 'Created', 'Updating', 'Updated', 'Deleting', 'Deleted',
+ /// 'OK'
public Product(string id = default(string), string type = default(string), IDictionary tags = default(IDictionary), string location = default(string), string name = default(string), string provisioningState = default(string), string provisioningStateValues = default(string))
: base(id, type, tags, location, name)
{
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/SubProduct.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/SubProduct.cs
index 7899604d00d4e..7b05cd6e623fe 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/SubProduct.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Lro/Models/SubProduct.cs
@@ -28,7 +28,10 @@ public SubProduct() { }
/// Initializes a new instance of the SubProduct class.
///
/// Sub Resource Id
- /// Possible values include: 'Succeeded', 'Failed', 'canceled', 'Accepted', 'Creating', 'Created', 'Updating', 'Updated', 'Deleting', 'Deleted', 'OK'
+ /// Possible values include:
+ /// 'Succeeded', 'Failed', 'canceled', 'Accepted', 'Creating',
+ /// 'Created', 'Updating', 'Updated', 'Deleting', 'Deleted',
+ /// 'OK'
public SubProduct(string id = default(string), string provisioningState = default(string), string provisioningStateValues = default(string))
: base(id)
{
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/OperationResult.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/OperationResult.cs
index 3d6c17f77dc6f..00e03c6d2fd58 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/OperationResult.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/OperationResult.cs
@@ -26,7 +26,10 @@ public OperationResult() { }
///
/// Initializes a new instance of the OperationResult class.
///
- /// The status of the request. Possible values include: 'Succeeded', 'Failed', 'canceled', 'Accepted', 'Creating', 'Created', 'Updating', 'Updated', 'Deleting', 'Deleted', 'OK'
+ /// The status of the request. Possible values
+ /// include: 'Succeeded', 'Failed', 'canceled', 'Accepted',
+ /// 'Creating', 'Created', 'Updating', 'Updated', 'Deleting',
+ /// 'Deleted', 'OK'
public OperationResult(string status = default(string))
{
Status = status;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesOptions.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesOptions.cs
index 38e9f659ebc9c..aff1564dcdea3 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesOptions.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesOptions.cs
@@ -31,8 +31,11 @@ public PagingGetMultiplePagesOptions() { }
/// Initializes a new instance of the PagingGetMultiplePagesOptions
/// class.
///
- /// Sets the maximum number of items to return in the response.
- /// Sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.
+ /// Sets the maximum number of items to
+ /// return in the response.
+ /// Sets the maximum time that the server can
+ /// spend processing the request, in seconds. The default is 30
+ /// seconds.
public PagingGetMultiplePagesOptions(int? maxresults = default(int?), int? timeout = default(int?))
{
Maxresults = maxresults;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesWithOffsetNextOptions.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesWithOffsetNextOptions.cs
index 5ddf8f84ea24c..6a9fb5c8753ca 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesWithOffsetNextOptions.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesWithOffsetNextOptions.cs
@@ -31,8 +31,11 @@ public PagingGetMultiplePagesWithOffsetNextOptions() { }
/// Initializes a new instance of the
/// PagingGetMultiplePagesWithOffsetNextOptions class.
///
- /// Sets the maximum number of items to return in the response.
- /// Sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.
+ /// Sets the maximum number of items to
+ /// return in the response.
+ /// Sets the maximum time that the server can
+ /// spend processing the request, in seconds. The default is 30
+ /// seconds.
public PagingGetMultiplePagesWithOffsetNextOptions(int? maxresults = default(int?), int? timeout = default(int?))
{
Maxresults = maxresults;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesWithOffsetOptions.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesWithOffsetOptions.cs
index cdd95d3a84b29..7fa5f3cb51809 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesWithOffsetOptions.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetMultiplePagesWithOffsetOptions.cs
@@ -33,8 +33,11 @@ public PagingGetMultiplePagesWithOffsetOptions() { }
/// PagingGetMultiplePagesWithOffsetOptions class.
///
/// Offset of return value
- /// Sets the maximum number of items to return in the response.
- /// Sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.
+ /// Sets the maximum number of items to
+ /// return in the response.
+ /// Sets the maximum time that the server can
+ /// spend processing the request, in seconds. The default is 30
+ /// seconds.
public PagingGetMultiplePagesWithOffsetOptions(int offset, int? maxresults = default(int?), int? timeout = default(int?))
{
Maxresults = maxresults;
diff --git a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetOdataMultiplePagesOptions.cs b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetOdataMultiplePagesOptions.cs
index be732fbccf7e7..fcea572b94bc9 100644
--- a/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetOdataMultiplePagesOptions.cs
+++ b/src/generator/AutoRest.CSharp.Azure.Tests/Expected/AcceptanceTests/Paging/Models/PagingGetOdataMultiplePagesOptions.cs
@@ -31,8 +31,11 @@ public PagingGetOdataMultiplePagesOptions() { }
/// Initializes a new instance of the
/// PagingGetOdataMultiplePagesOptions class.
///
- /// Sets the maximum number of items to return in the response.
- /// Sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.
+ /// Sets the maximum number of items to
+ /// return in the response.
+ /// Sets the maximum time that the server can
+ /// spend processing the request, in seconds. The default is 30
+ /// seconds.
public PagingGetOdataMultiplePagesOptions(int? maxresults = default(int?), int? timeout = default(int?))
{
Maxresults = maxresults;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/BodyComplex/Models/Basic.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/BodyComplex/Models/Basic.cs
index edd7cefd7a9a3..8a537d3db035e 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/BodyComplex/Models/Basic.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/BodyComplex/Models/Basic.cs
@@ -25,7 +25,13 @@ public Basic() { }
///
/// Initializes a new instance of the Basic class.
///
- /// Possible values include: 'cyan', 'Magenta', 'YELLOW', 'blacK'
+ /// Basic Id
+ /// Name property with a very
+ /// long description that
+ /// does not fit on a single line
+ /// and a line break.
+ /// Possible values include: 'cyan', 'Magenta',
+ /// 'YELLOW', 'blacK'
public Basic(int? id = default(int?), string name = default(string), string color = default(string))
{
Id = id;
@@ -34,11 +40,16 @@ public Basic() { }
}
///
+ /// Gets or sets basic Id
///
[JsonProperty(PropertyName = "id")]
public int? Id { get; set; }
///
+ /// Gets or sets name property with a very
+ /// long description that
+ /// does not fit on a single line
+ /// and a line break.
///
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseBoolHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseBoolHeaders.cs
index ac665667f58b1..4fa66258b69e1 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseBoolHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseBoolHeaders.cs
@@ -28,7 +28,8 @@ public HeaderResponseBoolHeaders() { }
///
/// Initializes a new instance of the HeaderResponseBoolHeaders class.
///
- /// response with header value "value": true or false
+ /// response with header value "value": true or
+ /// false
public HeaderResponseBoolHeaders(bool? value = default(bool?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseByteHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseByteHeaders.cs
index d9c29e096f994..cb3a7f4553392 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseByteHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseByteHeaders.cs
@@ -28,7 +28,8 @@ public HeaderResponseByteHeaders() { }
///
/// Initializes a new instance of the HeaderResponseByteHeaders class.
///
- /// response with header values "啊齄丂狛狜隣郎隣兀﨩"
+ /// response with header values
+ /// "啊齄丂狛狜隣郎隣兀﨩"
public HeaderResponseByteHeaders(byte[] value = default(byte[]))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDateHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDateHeaders.cs
index 63d6ec99d1d60..439b09c3c6f4b 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDateHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDateHeaders.cs
@@ -28,7 +28,8 @@ public HeaderResponseDateHeaders() { }
///
/// Initializes a new instance of the HeaderResponseDateHeaders class.
///
- /// response with header values "2010-01-01" or "0001-01-01"
+ /// response with header values "2010-01-01" or
+ /// "0001-01-01"
public HeaderResponseDateHeaders(DateTime? value = default(DateTime?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDatetimeHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDatetimeHeaders.cs
index 75de4fe027a88..684f45e20c766 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDatetimeHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDatetimeHeaders.cs
@@ -30,7 +30,8 @@ public HeaderResponseDatetimeHeaders() { }
/// Initializes a new instance of the HeaderResponseDatetimeHeaders
/// class.
///
- /// response with header values "2010-01-01T12:34:56Z" or "0001-01-01T00:00:00Z"
+ /// response with header values
+ /// "2010-01-01T12:34:56Z" or "0001-01-01T00:00:00Z"
public HeaderResponseDatetimeHeaders(DateTime? value = default(DateTime?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDatetimeRfc1123Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDatetimeRfc1123Headers.cs
index 74533a881e148..2d64f87f062df 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDatetimeRfc1123Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDatetimeRfc1123Headers.cs
@@ -30,7 +30,8 @@ public HeaderResponseDatetimeRfc1123Headers() { }
/// Initializes a new instance of the
/// HeaderResponseDatetimeRfc1123Headers class.
///
- /// response with header values "Wed, 01 Jan 2010 12:34:56 GMT" or "Mon, 01 Jan 0001 00:00:00 GMT"
+ /// response with header values "Wed, 01 Jan 2010
+ /// 12:34:56 GMT" or "Mon, 01 Jan 0001 00:00:00 GMT"
public HeaderResponseDatetimeRfc1123Headers(DateTime? value = default(DateTime?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDoubleHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDoubleHeaders.cs
index 0220ef1fed01f..f7c177c12eabc 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDoubleHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDoubleHeaders.cs
@@ -30,7 +30,8 @@ public HeaderResponseDoubleHeaders() { }
/// Initializes a new instance of the HeaderResponseDoubleHeaders
/// class.
///
- /// response with header value "value": 7e120 or -3.0
+ /// response with header value "value": 7e120 or
+ /// -3.0
public HeaderResponseDoubleHeaders(double? value = default(double?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDurationHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDurationHeaders.cs
index a115e2efbbf56..1e5d20c31d69b 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDurationHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseDurationHeaders.cs
@@ -30,7 +30,8 @@ public HeaderResponseDurationHeaders() { }
/// Initializes a new instance of the HeaderResponseDurationHeaders
/// class.
///
- /// response with header values "P123DT22H14M12.011S"
+ /// response with header values
+ /// "P123DT22H14M12.011S"
public HeaderResponseDurationHeaders(TimeSpan? value = default(TimeSpan?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseEnumHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseEnumHeaders.cs
index 32d299f381949..17d65d84e2814 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseEnumHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseEnumHeaders.cs
@@ -28,7 +28,8 @@ public HeaderResponseEnumHeaders() { }
///
/// Initializes a new instance of the HeaderResponseEnumHeaders class.
///
- /// response with header values "GREY" or null
+ /// response with header values "GREY" or
+ /// null
public HeaderResponseEnumHeaders(GreyscaleColors? value = default(GreyscaleColors?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseExistingKeyHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseExistingKeyHeaders.cs
index 2c277f0923433..b2b0d9fbaccd4 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseExistingKeyHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseExistingKeyHeaders.cs
@@ -30,7 +30,8 @@ public HeaderResponseExistingKeyHeaders() { }
/// Initializes a new instance of the HeaderResponseExistingKeyHeaders
/// class.
///
- /// response with header value "User-Agent": "overwrite"
+ /// response with header value "User-Agent":
+ /// "overwrite"
public HeaderResponseExistingKeyHeaders(string userAgent = default(string))
{
UserAgent = userAgent;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseFloatHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseFloatHeaders.cs
index 606f62607f3a9..8a01a58a7263b 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseFloatHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseFloatHeaders.cs
@@ -28,7 +28,8 @@ public HeaderResponseFloatHeaders() { }
///
/// Initializes a new instance of the HeaderResponseFloatHeaders class.
///
- /// response with header value "value": 0.07 or -3.0
+ /// response with header value "value": 0.07 or
+ /// -3.0
public HeaderResponseFloatHeaders(double? value = default(double?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseIntegerHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseIntegerHeaders.cs
index 2bc0ba3716628..5988dde4ac988 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseIntegerHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseIntegerHeaders.cs
@@ -30,7 +30,8 @@ public HeaderResponseIntegerHeaders() { }
/// Initializes a new instance of the HeaderResponseIntegerHeaders
/// class.
///
- /// response with header value "value": 1 or -2
+ /// response with header value "value": 1 or
+ /// -2
public HeaderResponseIntegerHeaders(int? value = default(int?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseLongHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseLongHeaders.cs
index b16ecca57df36..a629767a7cf4d 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseLongHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseLongHeaders.cs
@@ -28,7 +28,8 @@ public HeaderResponseLongHeaders() { }
///
/// Initializes a new instance of the HeaderResponseLongHeaders class.
///
- /// response with header value "value": 105 or -2
+ /// response with header value "value": 105 or
+ /// -2
public HeaderResponseLongHeaders(long? value = default(long?))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseProtectedKeyHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseProtectedKeyHeaders.cs
index 3c0a5057a1bc0..b058ac94ca52e 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseProtectedKeyHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseProtectedKeyHeaders.cs
@@ -30,7 +30,8 @@ public HeaderResponseProtectedKeyHeaders() { }
/// Initializes a new instance of the
/// HeaderResponseProtectedKeyHeaders class.
///
- /// response with header value "Content-Type": "text/html"
+ /// response with header value
+ /// "Content-Type": "text/html"
public HeaderResponseProtectedKeyHeaders(string contentType = default(string))
{
ContentType = contentType;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseStringHeaders.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseStringHeaders.cs
index 642f51a5ae5d7..3cbbbed68e8c8 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseStringHeaders.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Header/Models/HeaderResponseStringHeaders.cs
@@ -30,7 +30,8 @@ public HeaderResponseStringHeaders() { }
/// Initializes a new instance of the HeaderResponseStringHeaders
/// class.
///
- /// response with header values "The quick brown fox jumps over the lazy dog" or null or ""
+ /// response with header values "The quick brown
+ /// fox jumps over the lazy dog" or null or ""
public HeaderResponseStringHeaders(string value = default(string))
{
Value = value;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsDelete307Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsDelete307Headers.cs
index 7839a58fac170..32c156607babd 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsDelete307Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsDelete307Headers.cs
@@ -30,7 +30,8 @@ public HttpRedirectsDelete307Headers() { }
/// Initializes a new instance of the HttpRedirectsDelete307Headers
/// class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsDelete307Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet300Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet300Headers.cs
index ba52b04ad7156..dfbcbaf409c15 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet300Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet300Headers.cs
@@ -28,7 +28,8 @@ public HttpRedirectsGet300Headers() { }
///
/// Initializes a new instance of the HttpRedirectsGet300Headers class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsGet300Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet301Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet301Headers.cs
index f983c73e1de2b..3945816d48063 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet301Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet301Headers.cs
@@ -28,7 +28,8 @@ public HttpRedirectsGet301Headers() { }
///
/// Initializes a new instance of the HttpRedirectsGet301Headers class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsGet301Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet302Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet302Headers.cs
index e45006363380b..3c7b9a97f0949 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet302Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet302Headers.cs
@@ -28,7 +28,8 @@ public HttpRedirectsGet302Headers() { }
///
/// Initializes a new instance of the HttpRedirectsGet302Headers class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsGet302Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet307Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet307Headers.cs
index 1b5c291a4b61a..187c8413c7728 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet307Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsGet307Headers.cs
@@ -28,7 +28,8 @@ public HttpRedirectsGet307Headers() { }
///
/// Initializes a new instance of the HttpRedirectsGet307Headers class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsGet307Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead300Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead300Headers.cs
index 472433afd4d06..45a8176723183 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead300Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead300Headers.cs
@@ -30,7 +30,8 @@ public HttpRedirectsHead300Headers() { }
/// Initializes a new instance of the HttpRedirectsHead300Headers
/// class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsHead300Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead301Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead301Headers.cs
index 65ee3544c11d3..c28b3e820ff66 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead301Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead301Headers.cs
@@ -30,7 +30,8 @@ public HttpRedirectsHead301Headers() { }
/// Initializes a new instance of the HttpRedirectsHead301Headers
/// class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsHead301Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead302Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead302Headers.cs
index 86fbae8d1fcfa..00db7ce4ac1c7 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead302Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead302Headers.cs
@@ -30,7 +30,8 @@ public HttpRedirectsHead302Headers() { }
/// Initializes a new instance of the HttpRedirectsHead302Headers
/// class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsHead302Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead307Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead307Headers.cs
index 4121032b05000..d458893d0ed6a 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead307Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsHead307Headers.cs
@@ -30,7 +30,8 @@ public HttpRedirectsHead307Headers() { }
/// Initializes a new instance of the HttpRedirectsHead307Headers
/// class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsHead307Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPatch302Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPatch302Headers.cs
index c4e97704d8a56..df6a3228de5f3 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPatch302Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPatch302Headers.cs
@@ -30,7 +30,8 @@ public HttpRedirectsPatch302Headers() { }
/// Initializes a new instance of the HttpRedirectsPatch302Headers
/// class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsPatch302Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPatch307Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPatch307Headers.cs
index 6a74fe70dc17f..e74450b7915b4 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPatch307Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPatch307Headers.cs
@@ -30,7 +30,8 @@ public HttpRedirectsPatch307Headers() { }
/// Initializes a new instance of the HttpRedirectsPatch307Headers
/// class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsPatch307Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPost303Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPost303Headers.cs
index bd1e349817294..8844375ebb595 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPost303Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPost303Headers.cs
@@ -30,7 +30,8 @@ public HttpRedirectsPost303Headers() { }
/// Initializes a new instance of the HttpRedirectsPost303Headers
/// class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsPost303Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPost307Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPost307Headers.cs
index 5c019c5ec4a45..c32005e769df7 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPost307Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPost307Headers.cs
@@ -30,7 +30,8 @@ public HttpRedirectsPost307Headers() { }
/// Initializes a new instance of the HttpRedirectsPost307Headers
/// class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsPost307Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPut301Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPut301Headers.cs
index 3dcc911831a33..d369044ffa032 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPut301Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPut301Headers.cs
@@ -28,7 +28,8 @@ public HttpRedirectsPut301Headers() { }
///
/// Initializes a new instance of the HttpRedirectsPut301Headers class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsPut301Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPut307Headers.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPut307Headers.cs
index 12d5658420fb7..c835c24338d06 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPut307Headers.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Http/Models/HttpRedirectsPut307Headers.cs
@@ -28,7 +28,8 @@ public HttpRedirectsPut307Headers() { }
///
/// Initializes a new instance of the HttpRedirectsPut307Headers class.
///
- /// The redirect location for this request
+ /// The redirect location for this
+ /// request
public HttpRedirectsPut307Headers(string location = default(string))
{
Location = location;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/BaseProduct.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/BaseProduct.cs
index 5ab17666351c9..53927ddc6ee64 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/BaseProduct.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/BaseProduct.cs
@@ -28,7 +28,10 @@ public BaseProduct() { }
///
/// Initializes a new instance of the BaseProduct class.
///
- /// Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles.
+ /// Unique identifier representing a specific
+ /// product for a given latitude & longitude. For example, uberX in
+ /// San Francisco will have a different product_id than uberX in Los
+ /// Angeles.
/// Description of product.
public BaseProduct(string productId, string description = default(string))
{
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/FlattenParameterGroup.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/FlattenParameterGroup.cs
index 745a1e9947537..6d58b263b1d5b 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/FlattenParameterGroup.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/FlattenParameterGroup.cs
@@ -30,8 +30,12 @@ public FlattenParameterGroup() { }
/// Initializes a new instance of the FlattenParameterGroup class.
///
/// Product name with value 'groupproduct'
- /// Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles.
- /// Display name of product.
+ /// Unique identifier representing a specific
+ /// product for a given latitude & longitude. For example, uberX in
+ /// San Francisco will have a different product_id than uberX in Los
+ /// Angeles.
+ /// Display name of
+ /// product.
/// Description of product.
/// Generic URL value.
/// URL value.
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/FlattenedProduct.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/FlattenedProduct.cs
index 73649940c1711..802fb67fc389c 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/FlattenedProduct.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/FlattenedProduct.cs
@@ -34,7 +34,10 @@ public FlattenedProduct() { }
/// Resource Type
/// Resource Location
/// Resource Name
- /// Possible values include: 'Succeeded', 'Failed', 'canceled', 'Accepted', 'Creating', 'Created', 'Updating', 'Updated', 'Deleting', 'Deleted', 'OK'
+ /// Possible values include:
+ /// 'Succeeded', 'Failed', 'canceled', 'Accepted', 'Creating',
+ /// 'Created', 'Updating', 'Updated', 'Deleting', 'Deleted',
+ /// 'OK'
public FlattenedProduct(string id = default(string), string type = default(string), IDictionary tags = default(IDictionary), string location = default(string), string name = default(string), string pname = default(string), string flattenedProductType = default(string), string provisioningStateValues = default(string), string provisioningState = default(string))
: base(id, type, tags, location, name)
{
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/SimpleProduct.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/SimpleProduct.cs
index 46d6c7478b1f0..2e664068c49e6 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/SimpleProduct.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/ModelFlattening/Models/SimpleProduct.cs
@@ -29,8 +29,12 @@ public SimpleProduct() { }
///
/// Initializes a new instance of the SimpleProduct class.
///
- /// Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles.
- /// Display name of product.
+ /// Unique identifier representing a specific
+ /// product for a given latitude & longitude. For example, uberX in
+ /// San Francisco will have a different product_id than uberX in Los
+ /// Angeles.
+ /// Display name of
+ /// product.
/// Description of product.
/// Generic URL value.
/// URL value.
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Validation/Models/Product.cs b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Validation/Models/Product.cs
index c22b148732a0c..a74ff60d8ddc0 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Validation/Models/Product.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/AcceptanceTests/Validation/Models/Product.cs
@@ -31,10 +31,13 @@ public Product()
///
/// Initializes a new instance of the Product class.
///
- /// Non required array of unique items from 0 to 6 elements.
- /// Non required int betwen 0 and 100 exclusive.
+ /// Non required array of unique items from
+ /// 0 to 6 elements.
+ /// Non required int betwen 0 and 100
+ /// exclusive.
/// Image URL representing the product.
- /// Constant string as Enum. Possible values include: 'constant_string_as_enum'
+ /// Constant string as Enum. Possible
+ /// values include: 'constant_string_as_enum'
public Product(ChildProduct child, IList displayNames = default(IList), int? capacity = default(int?), string image = default(string), EnumConst? constStringAsEnum = default(EnumConst?))
{
Child = new ChildProduct();
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/Pet.cs b/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/Pet.cs
index b729e9c022dc1..5599b3391cd46 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/Pet.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/Pet.cs
@@ -25,7 +25,8 @@ public Pet() { }
///
/// Initializes a new instance of the Pet class.
///
- /// Unmatched properties from the message are deserialized this collection
+ /// Unmatched properties from the
+ /// message are deserialized this collection
public Pet(IDictionary additionalProperties = default(IDictionary), string name = default(string), int? birthday = default(int?), WithStringDictionary wsd = default(WithStringDictionary), WithUntypedDictionary wud = default(WithUntypedDictionary), WithTypedDictionary wtd = default(WithTypedDictionary))
{
AdditionalProperties = additionalProperties;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithStringDictionary.cs b/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithStringDictionary.cs
index 9ef02889eed6b..f0d9e34599962 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithStringDictionary.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithStringDictionary.cs
@@ -25,7 +25,8 @@ public WithStringDictionary() { }
///
/// Initializes a new instance of the WithStringDictionary class.
///
- /// Unmatched properties from the message are deserialized this collection
+ /// Unmatched properties from the
+ /// message are deserialized this collection
public WithStringDictionary(IDictionary additionalProperties = default(IDictionary), string abc = default(string))
{
AdditionalProperties = additionalProperties;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithTypedDictionary.cs b/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithTypedDictionary.cs
index 8fb5efd770f30..1a2b1a9d7c6a3 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithTypedDictionary.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithTypedDictionary.cs
@@ -25,7 +25,8 @@ public WithTypedDictionary() { }
///
/// Initializes a new instance of the WithTypedDictionary class.
///
- /// Unmatched properties from the message are deserialized this collection
+ /// Unmatched properties from the
+ /// message are deserialized this collection
public WithTypedDictionary(IDictionary additionalProperties = default(IDictionary), string abc = default(string))
{
AdditionalProperties = additionalProperties;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithUntypedDictionary.cs b/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithUntypedDictionary.cs
index a7f174879138c..fd398e1b7f42b 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithUntypedDictionary.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/Additional.Properties/Models/WithUntypedDictionary.cs
@@ -25,7 +25,8 @@ public WithUntypedDictionary() { }
///
/// Initializes a new instance of the WithUntypedDictionary class.
///
- /// Unmatched properties from the message are deserialized this collection
+ /// Unmatched properties from the
+ /// message are deserialized this collection
public WithUntypedDictionary(IDictionary additionalProperties = default(IDictionary), string abc = default(string))
{
AdditionalProperties = additionalProperties;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/Mirror.Primitives/Models/Product.cs b/src/generator/AutoRest.CSharp.Tests/Expected/Mirror.Primitives/Models/Product.cs
index 8ffcde77b5416..a0f19cb60f498 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/Mirror.Primitives/Models/Product.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/Mirror.Primitives/Models/Product.cs
@@ -25,7 +25,8 @@ public Product() { }
///
/// Initializes a new instance of the Product class.
///
- /// Possible values include: 'red', 'blue', 'green'
+ /// Possible values include: 'red', 'blue',
+ /// 'green'
public Product(int? integer = default(int?), int? intProperty = default(int?), long? longProperty = default(long?), double? number = default(double?), double? floatProperty = default(double?), double? doubleProperty = default(double?), byte[] byteProperty = default(byte[]), string stringProperty = default(string), byte[] base64url = default(byte[]), Guid? uuid = default(Guid?), string enumProperty = default(string), bool? boolean = default(bool?), DateTime? date = default(DateTime?), DateTime? dateTime = default(DateTime?), IList integerArray = default(IList), IList intArray = default(IList), IList longArray = default(IList), IList numberArray = default(IList), IList floatArray = default(IList), IList doubleArray = default(IList), IList byteArray = default(IList), IList booleanArray = default(IList), IList stringArray = default(IList), IList base64urlArray = default(IList), IList dateArray = default(IList), IList dateTimeArray = default(IList), IList uuidArray = default(IList))
{
Integer = integer;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/Mirror.RecursiveTypes/Models/Product.cs b/src/generator/AutoRest.CSharp.Tests/Expected/Mirror.RecursiveTypes/Models/Product.cs
index 2a1af85eaeae2..8cd16ef59abd5 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/Mirror.RecursiveTypes/Models/Product.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/Mirror.RecursiveTypes/Models/Product.cs
@@ -25,7 +25,10 @@ public Product() { }
///
/// Initializes a new instance of the Product class.
///
- /// Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles.
+ /// Unique identifier representing a specific
+ /// product for a given latitude & longitude. For example, uberX in
+ /// San Francisco will have a different product_id than uberX in Los
+ /// Angeles.
public Product(string productId = default(string), Product parentProduct = default(Product), IList innerProducts = default(IList))
{
ProductId = productId;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2/Models/Order.cs b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2/Models/Order.cs
index 60e61de98e0cc..68d5a54954c67 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2/Models/Order.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2/Models/Order.cs
@@ -25,7 +25,8 @@ public Order() { }
///
/// Initializes a new instance of the Order class.
///
- /// Order Status. Possible values include: 'placed', 'approved', 'delivered'
+ /// Order Status. Possible values include:
+ /// 'placed', 'approved', 'delivered'
public Order(long? id = default(long?), long? petId = default(long?), int? quantity = default(int?), DateTime? shipDate = default(DateTime?), string status = default(string), bool? complete = default(bool?))
{
Id = id;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2/Models/Pet.cs b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2/Models/Pet.cs
index 9fd1cfb1fd029..92e1ac1cacd23 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2/Models/Pet.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2/Models/Pet.cs
@@ -25,7 +25,8 @@ public Pet() { }
///
/// Initializes a new instance of the Pet class.
///
- /// pet status in the store. Possible values include: 'available', 'pending', 'sold'
+ /// pet status in the store. Possible values
+ /// include: 'available', 'pending', 'sold'
public Pet(string name, IList photoUrls, long? id = default(long?), Category category = default(Category), IList tags = default(IList), byte[] sByteProperty = default(byte[]), DateTime? birthday = default(DateTime?), IDictionary dictionary = default(IDictionary), string status = default(string))
{
Id = id;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2AllSync/Models/Order.cs b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2AllSync/Models/Order.cs
index 6d0f202572c29..0269a11582a5a 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2AllSync/Models/Order.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2AllSync/Models/Order.cs
@@ -25,7 +25,8 @@ public Order() { }
///
/// Initializes a new instance of the Order class.
///
- /// Order Status. Possible values include: 'placed', 'approved', 'delivered'
+ /// Order Status. Possible values include:
+ /// 'placed', 'approved', 'delivered'
public Order(long? id = default(long?), long? petId = default(long?), int? quantity = default(int?), DateTime? shipDate = default(DateTime?), string status = default(string), bool? complete = default(bool?))
{
Id = id;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2AllSync/Models/Pet.cs b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2AllSync/Models/Pet.cs
index b14a280191df1..8e6d24c25fe3c 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2AllSync/Models/Pet.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2AllSync/Models/Pet.cs
@@ -25,7 +25,8 @@ public Pet() { }
///
/// Initializes a new instance of the Pet class.
///
- /// pet status in the store. Possible values include: 'available', 'pending', 'sold'
+ /// pet status in the store. Possible values
+ /// include: 'available', 'pending', 'sold'
public Pet(string name, IList photoUrls, long? id = default(long?), Category category = default(Category), IList tags = default(IList), byte[] sByteProperty = default(byte[]), DateTime? birthday = default(DateTime?), IDictionary dictionary = default(IDictionary), string status = default(string))
{
Id = id;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2NoSync/Models/Order.cs b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2NoSync/Models/Order.cs
index b3429c44d00b5..2df410b4ed586 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2NoSync/Models/Order.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2NoSync/Models/Order.cs
@@ -25,7 +25,8 @@ public Order() { }
///
/// Initializes a new instance of the Order class.
///
- /// Order Status. Possible values include: 'placed', 'approved', 'delivered'
+ /// Order Status. Possible values include:
+ /// 'placed', 'approved', 'delivered'
public Order(long? id = default(long?), long? petId = default(long?), int? quantity = default(int?), DateTime? shipDate = default(DateTime?), string status = default(string), bool? complete = default(bool?))
{
Id = id;
diff --git a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2NoSync/Models/Pet.cs b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2NoSync/Models/Pet.cs
index 20051048bab55..c883c369ca0f3 100644
--- a/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2NoSync/Models/Pet.cs
+++ b/src/generator/AutoRest.CSharp.Tests/Expected/PetstoreV2NoSync/Models/Pet.cs
@@ -25,7 +25,8 @@ public Pet() { }
///
/// Initializes a new instance of the Pet class.
///
- /// pet status in the store. Possible values include: 'available', 'pending', 'sold'
+ /// pet status in the store. Possible values
+ /// include: 'available', 'pending', 'sold'
public Pet(string name, IList photoUrls, long? id = default(long?), Category category = default(Category), IList tags = default(IList), byte[] sByteProperty = default(byte[]), DateTime? birthday = default(DateTime?), IDictionary dictionary = default(IDictionary), string status = default(string))
{
Id = id;
diff --git a/src/generator/AutoRest.CSharp/Templates/ModelTemplate.cshtml b/src/generator/AutoRest.CSharp/Templates/ModelTemplate.cshtml
index 0c17cd9d90962..c65730ffb984e 100644
--- a/src/generator/AutoRest.CSharp/Templates/ModelTemplate.cshtml
+++ b/src/generator/AutoRest.CSharp/Templates/ModelTemplate.cshtml
@@ -80,7 +80,7 @@ namespace @(Settings.Namespace).Models
@:///
foreach (var parameter in Model.ConstructorParametersDocumentation)
{
- @:/// @(parameter)
+ @:@WrapComment("/// ", parameter)
}
@:public @(Model.Name)(@Model.ConstructorParameters)
if (!string.IsNullOrEmpty(Model.BaseConstructorCall))