diff --git a/package.json b/package.json index 18f1b30202..6949f7c55d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@autorest/autorest": "^3.0.0", "@azure-tools/extension": "^3.0.249", - "@microsoft.azure/autorest.testserver": "^2.10.37" + "@microsoft.azure/autorest.testserver": "^2.10.38" }, "files": [ "autorest/**/*.py", diff --git a/test/vanilla/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/operations_async/_datetime_operations_async.py b/test/vanilla/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/operations_async/_datetime_operations_async.py index ed7976fab3..d73f9b3005 100644 --- a/test/vanilla/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/operations_async/_datetime_operations_async.py +++ b/test/vanilla/Expected/AcceptanceTests/BodyDateTime/bodydatetime/aio/operations_async/_datetime_operations_async.py @@ -272,9 +272,10 @@ async def put_utc_max_date_time7_digits( datetime_body: datetime.datetime, **kwargs ) -> None: - """This is against the recommendation that asks for 3 digits, but allow to test what happens in that scenario. + """Put max datetime value 9999-12-31T23:59:59.9999999Z. - Put max datetime value 9999-12-31T23:59:59.9999999Z. + This is against the recommendation that asks for 3 digits, but allow to test what happens in + that scenario. :param datetime_body: :type datetime_body: ~datetime.datetime @@ -410,9 +411,10 @@ async def get_utc_uppercase_max_date_time7_digits( self, **kwargs ) -> datetime.datetime: - """This is against the recommendation that asks for 3 digits, but allow to test what happens in that scenario. + """Get max datetime value 9999-12-31T23:59:59.9999999Z. - Get max datetime value 9999-12-31T23:59:59.9999999Z. + This is against the recommendation that asks for 3 digits, but allow to test what happens in + that scenario. :keyword callable cls: A custom type or function that will be passed the direct response :return: datetime, or the result of cls(response) diff --git a/test/vanilla/Expected/AcceptanceTests/BodyDateTime/bodydatetime/operations/_datetime_operations.py b/test/vanilla/Expected/AcceptanceTests/BodyDateTime/bodydatetime/operations/_datetime_operations.py index 8482d8609e..68cf59554f 100644 --- a/test/vanilla/Expected/AcceptanceTests/BodyDateTime/bodydatetime/operations/_datetime_operations.py +++ b/test/vanilla/Expected/AcceptanceTests/BodyDateTime/bodydatetime/operations/_datetime_operations.py @@ -282,9 +282,10 @@ def put_utc_max_date_time7_digits( **kwargs # type: Any ): # type: (...) -> None - """This is against the recommendation that asks for 3 digits, but allow to test what happens in that scenario. + """Put max datetime value 9999-12-31T23:59:59.9999999Z. - Put max datetime value 9999-12-31T23:59:59.9999999Z. + This is against the recommendation that asks for 3 digits, but allow to test what happens in + that scenario. :param datetime_body: :type datetime_body: ~datetime.datetime @@ -423,9 +424,10 @@ def get_utc_uppercase_max_date_time7_digits( **kwargs # type: Any ): # type: (...) -> datetime.datetime - """This is against the recommendation that asks for 3 digits, but allow to test what happens in that scenario. + """Get max datetime value 9999-12-31T23:59:59.9999999Z. - Get max datetime value 9999-12-31T23:59:59.9999999Z. + This is against the recommendation that asks for 3 digits, but allow to test what happens in + that scenario. :keyword callable cls: A custom type or function that will be passed the direct response :return: datetime, or the result of cls(response) diff --git a/test/vanilla/Expected/AcceptanceTests/Url/url/aio/operations_async/_paths_operations_async.py b/test/vanilla/Expected/AcceptanceTests/Url/url/aio/operations_async/_paths_operations_async.py index 61d77d5006..ced45fcf9d 100644 --- a/test/vanilla/Expected/AcceptanceTests/Url/url/aio/operations_async/_paths_operations_async.py +++ b/test/vanilla/Expected/AcceptanceTests/Url/url/aio/operations_async/_paths_operations_async.py @@ -586,9 +586,9 @@ async def string_url_non_encoded( self, **kwargs ) -> None: - """https://tools.ietf.org/html/rfc3986#appendix-A 'path' accept any 'pchar' not encoded. + """Get 'begin!*'();:@&=+$,end. - Get 'begin!*'();:@&=+$,end. + https://tools.ietf.org/html/rfc3986#appendix-A 'path' accept any 'pchar' not encoded. :keyword callable cls: A custom type or function that will be passed the direct response :return: None, or the result of cls(response) diff --git a/test/vanilla/Expected/AcceptanceTests/Url/url/operations/_paths_operations.py b/test/vanilla/Expected/AcceptanceTests/Url/url/operations/_paths_operations.py index 3b84157896..5b2d5f56eb 100644 --- a/test/vanilla/Expected/AcceptanceTests/Url/url/operations/_paths_operations.py +++ b/test/vanilla/Expected/AcceptanceTests/Url/url/operations/_paths_operations.py @@ -603,9 +603,9 @@ def string_url_non_encoded( **kwargs # type: Any ): # type: (...) -> None - """https://tools.ietf.org/html/rfc3986#appendix-A 'path' accept any 'pchar' not encoded. + """Get 'begin!*'();:@&=+$,end. - Get 'begin!*'();:@&=+$,end. + https://tools.ietf.org/html/rfc3986#appendix-A 'path' accept any 'pchar' not encoded. :keyword callable cls: A custom type or function that will be passed the direct response :return: None, or the result of cls(response)