diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index 04a85cd6746..945c7584fe7 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,21 @@ # Release +## 2024-04-30 - 6.13.16 + +| Library | Min Version | +| ----------------------------------------------------------------------- | ----------- | +| `@autorest/core` | `3.9.2` | +| `@autorest/modelerfour` | `4.24.3` | +| `azure-core` dep of generated code | `1.30.0` | +| `isodate` dep of generated code | `0.6.1` | +| `msrest` dep of generated code (If generating legacy code) | `0.7.1` | +| `azure-mgmt-core` dep of generated code (If generating mgmt plane code) | `1.3.2` | +| `typing-extensions` dep of generated code (If generating with constants)| `4.0.1` | + +**Bug Fixes** + +- Escape backslashes in docstrings. Thanks @onlined for this contribution, you rock! #2560 + ## 2024-04-29 - 6.13.15 | Library | Min Version | diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index cadc67140a3..bf0add53df6 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.13.15", + "version": "6.13.16", "description": "The Python extension for generators in AutoRest.", "scripts": { "prepare": "node run-python3.js prepare.py", diff --git a/packages/typespec-python/CHANGELOG.md b/packages/typespec-python/CHANGELOG.md index 11ddfb43c52..061a2ed8e92 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,29 @@ # Release +## 2023-04-30 - 0.23.9 + +| Library | Min Version | +| ----------------------------------------------------------------------- | ------------- | +| `@typespec/compiler` | `0.55.0` | +| `@typespec/http` | `0.55.0` | +| `@typespec/rest` | `0.55.0` | +| `@typespec/versioning` | `0.55.0` | +| `@azure-tools/typespec-azure-core` | `0.41.8` | +| `@azure-tools/typespec-client-generator-core` | `0.41.2` | +| `azure-core` dep of generated code | `1.30.0` | +| `corehttp` dep of generated code | `1.0.0b3` | +| `isodate` dep of generated code | `0.6.1` | +| `azure-mgmt-core` dep of generated code (If generating mgmt plane code) | `1.3.2` | +| `typing-extensions` dep of generated code | `4.6.0` | + +**Bug Fixes** + +- Escape backslashes in docstrings. Thanks @onlined for this contribution, you rock! #2560 + +- **Other Changes** + +- Bump `@azure-tools/typespec-client-generator-core` version to `0.41.8` #2562 + ## 2023-04-26 - 0.23.8 | Library | Min Version | diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index df144195002..9bca17ec035 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.23.8", + "version": "0.23.9", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python", @@ -45,7 +45,7 @@ "@azure-tools/typespec-azure-core": ">=0.41.0 <1.0.0", "@azure-tools/typespec-azure-resource-manager": ">=0.41.0 <1.0.0", "@azure-tools/typespec-autorest": ">=0.41.0 <1.0.0", - "@azure-tools/typespec-client-generator-core": ">=0.41.7 <1.0.0", + "@azure-tools/typespec-client-generator-core": ">=0.41.8 <1.0.0", "@typespec/compiler": ">=0.55.0 <1.0.0", "@typespec/http": ">=0.55.0 <1.0.0", "@typespec/rest": ">=0.55.0 <1.0.0", @@ -78,7 +78,7 @@ "rimraf": "~5.0.0", "typescript": "~5.1.3", "@azure-tools/typespec-azure-core": "~0.41.0", - "@azure-tools/typespec-client-generator-core": "~0.41.7", + "@azure-tools/typespec-client-generator-core": "~0.41.8", "@typespec/compiler": "~0.55.0", "@typespec/http": "~0.55.0", "@typespec/rest": "~0.55.0", diff --git a/packages/typespec-python/test/azure/cadl-ranch-coverage.json b/packages/typespec-python/test/azure/cadl-ranch-coverage.json new file mode 100644 index 00000000000..2df75b5133d --- /dev/null +++ b/packages/typespec-python/test/azure/cadl-ranch-coverage.json @@ -0,0 +1,595 @@ +{ + "scenariosMetadata": { + "commit": "d09ec42624676370f0d4e46e5c94c46ee84ed32a", + "version": "0.33.0" + }, + "results": { + "SpecialWords_Operations_and": "not-implemented", + "SpecialWords_Operations_as": "not-implemented", + "SpecialWords_Operations_assert": "not-implemented", + "SpecialWords_Operations_async": "not-implemented", + "SpecialWords_Operations_await": "not-implemented", + "SpecialWords_Operations_break": "not-implemented", + "SpecialWords_Operations_class": "not-implemented", + "SpecialWords_Operations_constructor": "not-implemented", + "SpecialWords_Operations_continue": "not-implemented", + "SpecialWords_Operations_def": "not-implemented", + "SpecialWords_Operations_del": "not-implemented", + "SpecialWords_Operations_elif": "not-implemented", + "SpecialWords_Operations_else": "not-implemented", + "SpecialWords_Operations_except": "not-implemented", + "SpecialWords_Operations_exec": "not-implemented", + "SpecialWords_Operations_finally": "not-implemented", + "SpecialWords_Operations_for": "not-implemented", + "SpecialWords_Operations_from": "not-implemented", + "SpecialWords_Operations_global": "not-implemented", + "SpecialWords_Operations_if": "not-implemented", + "SpecialWords_Operations_import": "not-implemented", + "SpecialWords_Operations_in": "not-implemented", + "SpecialWords_Operations_is": "not-implemented", + "SpecialWords_Operations_lambda": "not-implemented", + "SpecialWords_Operations_not": "not-implemented", + "SpecialWords_Operations_or": "not-implemented", + "SpecialWords_Operations_pass": "not-implemented", + "SpecialWords_Operations_raise": "not-implemented", + "SpecialWords_Operations_return": "not-implemented", + "SpecialWords_Operations_try": "not-implemented", + "SpecialWords_Operations_while": "not-implemented", + "SpecialWords_Operations_with": "not-implemented", + "SpecialWords_Operations_yield": "not-implemented", + "SpecialWords_Parameters_and": "not-implemented", + "SpecialWords_Parameters_as": "not-implemented", + "SpecialWords_Parameters_assert": "not-implemented", + "SpecialWords_Parameters_async": "not-implemented", + "SpecialWords_Parameters_await": "not-implemented", + "SpecialWords_Parameters_break": "not-implemented", + "SpecialWords_Parameters_class": "not-implemented", + "SpecialWords_Parameters_constructor": "not-implemented", + "SpecialWords_Parameters_continue": "not-implemented", + "SpecialWords_Parameters_def": "not-implemented", + "SpecialWords_Parameters_del": "not-implemented", + "SpecialWords_Parameters_elif": "not-implemented", + "SpecialWords_Parameters_else": "not-implemented", + "SpecialWords_Parameters_except": "not-implemented", + "SpecialWords_Parameters_exec": "not-implemented", + "SpecialWords_Parameters_finally": "not-implemented", + "SpecialWords_Parameters_for": "not-implemented", + "SpecialWords_Parameters_from": "not-implemented", + "SpecialWords_Parameters_global": "not-implemented", + "SpecialWords_Parameters_if": "not-implemented", + "SpecialWords_Parameters_import": "not-implemented", + "SpecialWords_Parameters_in": "not-implemented", + "SpecialWords_Parameters_is": "not-implemented", + "SpecialWords_Parameters_lambda": "not-implemented", + "SpecialWords_Parameters_not": "not-implemented", + "SpecialWords_Parameters_or": "not-implemented", + "SpecialWords_Parameters_pass": "not-implemented", + "SpecialWords_Parameters_raise": "not-implemented", + "SpecialWords_Parameters_return": "not-implemented", + "SpecialWords_Parameters_try": "not-implemented", + "SpecialWords_Parameters_while": "not-implemented", + "SpecialWords_Parameters_with": "not-implemented", + "SpecialWords_Parameters_yield": "not-implemented", + "SpecialWords_Parameters_cancellationToken": "not-implemented", + "SpecialWords_Models_and": "not-implemented", + "SpecialWords_Models_as": "not-implemented", + "SpecialWords_Models_assert": "not-implemented", + "SpecialWords_Models_async": "not-implemented", + "SpecialWords_Models_await": "not-implemented", + "SpecialWords_Models_break": "not-implemented", + "SpecialWords_Models_class": "not-implemented", + "SpecialWords_Models_constructor": "not-implemented", + "SpecialWords_Models_continue": "not-implemented", + "SpecialWords_Models_def": "not-implemented", + "SpecialWords_Models_del": "not-implemented", + "SpecialWords_Models_elif": "not-implemented", + "SpecialWords_Models_else": "not-implemented", + "SpecialWords_Models_except": "not-implemented", + "SpecialWords_Models_exec": "not-implemented", + "SpecialWords_Models_finally": "not-implemented", + "SpecialWords_Models_for": "not-implemented", + "SpecialWords_Models_from": "not-implemented", + "SpecialWords_Models_global": "not-implemented", + "SpecialWords_Models_if": "not-implemented", + "SpecialWords_Models_import": "not-implemented", + "SpecialWords_Models_in": "not-implemented", + "SpecialWords_Models_is": "not-implemented", + "SpecialWords_Models_lambda": "not-implemented", + "SpecialWords_Models_not": "not-implemented", + "SpecialWords_Models_or": "not-implemented", + "SpecialWords_Models_pass": "not-implemented", + "SpecialWords_Models_raise": "not-implemented", + "SpecialWords_Models_return": "not-implemented", + "SpecialWords_Models_try": "not-implemented", + "SpecialWords_Models_while": "not-implemented", + "SpecialWords_Models_with": "not-implemented", + "SpecialWords_Models_yield": "not-implemented", + "SpecialWords_ModelProperties_sameAsModel": "not-implemented", + "Type_Union_StringsOnly_get": "not-implemented", + "Type_Union_StringsOnly_send": "not-implemented", + "Type_Union_StringExtensible_get": "not-implemented", + "Type_Union_StringExtensible_send": "not-implemented", + "Type_Union_StringExtensibleNamed_get": "not-implemented", + "Type_Union_StringExtensibleNamed_send": "not-implemented", + "Type_Union_IntsOnly_get": "not-implemented", + "Type_Union_IntsOnly_send": "not-implemented", + "Type_Union_FloatsOnly_get": "not-implemented", + "Type_Union_FloatsOnly_send": "not-implemented", + "Type_Union_ModelsOnly_get": "not-implemented", + "Type_Union_ModelsOnly_send": "not-implemented", + "Type_Union_EnumsOnly_get": "not-implemented", + "Type_Union_EnumsOnly_send": "not-implemented", + "Type_Union_StringAndArray_get": "not-implemented", + "Type_Union_StringAndArray_send": "not-implemented", + "Type_Union_MixedLiterals_get": "not-implemented", + "Type_Union_MixedLiterals_send": "not-implemented", + "Type_Union_MixedTypes_get": "not-implemented", + "Type_Union_MixedTypes_send": "not-implemented", + "Type_Scalar_String_get": "not-implemented", + "Type_Scalar_String_put": "not-implemented", + "Type_Scalar_Boolean_get": "not-implemented", + "Type_Scalar_Boolean_put": "not-implemented", + "Type_Scalar_Unknown_get": "not-implemented", + "Type_Scalar_Unknown_put": "not-implemented", + "Type_Scalar_DecimalType_responseBody": "not-implemented", + "Type_Scalar_DecimalType_requestBody": "not-implemented", + "Type_Scalar_DecimalType_requestParameter": "not-implemented", + "Type_Scalar_Decimal128Type_responseBody": "not-implemented", + "Type_Scalar_Decimal128Type_requestBody": "not-implemented", + "Type_Scalar_Decimal128Type_requestParameter": "not-implemented", + "Type_Scalar_DecimalVerify_prepareVerify": "not-implemented", + "Type_Scalar_DecimalVerify_verify": "not-implemented", + "Type_Scalar_Decimal128Verify_prepareVerify": "not-implemented", + "Type_Scalar_Decimal128Verify_verify": "not-implemented", + "Type_Dictionary_Int32Value_get": "not-implemented", + "Type_Dictionary_Int32Value_put": "not-implemented", + "Type_Dictionary_Int64Value_get": "not-implemented", + "Type_Dictionary_Int64Value_put": "not-implemented", + "Type_Dictionary_BooleanValue_get": "not-implemented", + "Type_Dictionary_BooleanValue_put": "not-implemented", + "Type_Dictionary_StringValue_get": "not-implemented", + "Type_Dictionary_StringValue_put": "not-implemented", + "Type_Dictionary_Float32Value_get": "not-implemented", + "Type_Dictionary_Float32Value_put": "not-implemented", + "Type_Dictionary_DatetimeValue_get": "not-implemented", + "Type_Dictionary_DatetimeValue_put": "not-implemented", + "Type_Dictionary_DurationValue_get": "not-implemented", + "Type_Dictionary_DurationValue_put": "not-implemented", + "Type_Dictionary_UnknownValue_get": "not-implemented", + "Type_Dictionary_UnknownValue_put": "not-implemented", + "Type_Dictionary_ModelValue_get": "not-implemented", + "Type_Dictionary_ModelValue_put": "not-implemented", + "Type_Dictionary_RecursiveModelValue_get": "not-implemented", + "Type_Dictionary_RecursiveModelValue_put": "not-implemented", + "Type_Dictionary_NullableFloatValue_get": "not-implemented", + "Type_Dictionary_NullableFloatValue_put": "not-implemented", + "Type_Array_Int32Value_get": "not-implemented", + "Type_Array_Int32Value_put": "not-implemented", + "Type_Array_Int64Value_get": "not-implemented", + "Type_Array_Int64Value_put": "not-implemented", + "Type_Array_BooleanValue_get": "not-implemented", + "Type_Array_BooleanValue_put": "not-implemented", + "Type_Array_StringValue_get": "not-implemented", + "Type_Array_StringValue_put": "not-implemented", + "Type_Array_Float32Value_get": "not-implemented", + "Type_Array_Float32Value_put": "not-implemented", + "Type_Array_DatetimeValue_get": "not-implemented", + "Type_Array_DatetimeValue_put": "not-implemented", + "Type_Array_DurationValue_get": "not-implemented", + "Type_Array_DurationValue_put": "not-implemented", + "Type_Array_UnknownValue_get": "not-implemented", + "Type_Array_UnknownValue_put": "not-implemented", + "Type_Array_ModelValue_get": "not-implemented", + "Type_Array_ModelValue_put": "not-implemented", + "Type_Array_NullableFloatValue_get": "not-implemented", + "Type_Array_NullableFloatValue_put": "not-implemented", + "SpecialHeaders_Repeatability_immediateSuccess": "not-implemented", + "SpecialHeaders_ConditionalRequest_postIfMatch": "not-implemented", + "SpecialHeaders_ConditionalRequest_postIfNoneMatch": "not-implemented", + "Payload_MultiPart_FormData_basic": "not-implemented", + "Payload_MultiPart_FormData_complex": "not-implemented", + "Payload_MultiPart_FormData_jsonPart": "not-implemented", + "Payload_MultiPart_FormData_binaryArrayParts": "not-implemented", + "Payload_MultiPart_FormData_jsonArrayParts": "not-implemented", + "Payload_MultiPart_FormData_multiBinaryParts": "not-implemented", + "Payload_MultiPart_FormData_checkFileNameAndContentType": "not-implemented", + "Payload_MultiPart_FormData_anonymousModel": "not-implemented", + "Payload_Pageable_list": "not-implemented", + "Payload_MediaType_StringBody_sendAsText": "not-implemented", + "Payload_MediaType_StringBody_getAsText": "not-implemented", + "Payload_MediaType_StringBody_sendAsJson": "not-implemented", + "Payload_MediaType_StringBody_getAsJson": "not-implemented", + "Payload_JsonMergePatch_createResource": "not-implemented", + "Payload_JsonMergePatch_updateResource": "not-implemented", + "Payload_JsonMergePatch_updateOptionalResource": "not-implemented", + "Payload_ContentNegotiation_SameBody": "not-implemented", + "Payload_ContentNegotiation_DifferentBody": "not-implemented", + "Parameters_CollectionFormat_Query_multi": "not-implemented", + "Parameters_CollectionFormat_Query_csv": "not-implemented", + "Parameters_CollectionFormat_Query_ssv": "not-implemented", + "Parameters_CollectionFormat_Query_tsv": "not-implemented", + "Parameters_CollectionFormat_Query_pipes": "not-implemented", + "Parameters_CollectionFormat_Header_csv": "not-implemented", + "Parameters_Spread_Model_spreadAsRequestBody": "not-implemented", + "Parameters_Spread_Alias_spreadAsRequestBody": "not-implemented", + "Parameters_Spread_Alias_spreadAsRequestParameter": "not-implemented", + "Parameters_Spread_Alias_spreadWithMultipleParameters": "not-implemented", + "Parameters_BodyOptionality_requiredExplicit": "not-implemented", + "Parameters_BodyOptionality_OptionalExplicit": "not-implemented", + "Parameters_BodyOptionality_requiredImplicit": "not-implemented", + "Encode_Duration_Query_default": "not-implemented", + "Encode_Duration_Query_iso8601": "not-implemented", + "Encode_Duration_Query_int32Seconds": "not-implemented", + "Encode_Duration_Query_int32SecondsArray": "not-implemented", + "Encode_Duration_Query_floatSeconds": "not-implemented", + "Encode_Duration_Property_default": "not-implemented", + "Encode_Duration_Property_iso8601": "not-implemented", + "Encode_Duration_Property_int32Seconds": "not-implemented", + "Encode_Duration_Property_floatSeconds": "not-implemented", + "Encode_Duration_Property_floatSecondsArray": "not-implemented", + "Encode_Duration_Header_default": "not-implemented", + "Encode_Duration_Header_iso8601": "not-implemented", + "Encode_Duration_Header_iso8601Array": "not-implemented", + "Encode_Duration_Header_int32Seconds": "not-implemented", + "Encode_Duration_Header_floatSeconds": "not-implemented", + "Encode_Datetime_Query_default": "not-implemented", + "Encode_Datetime_Query_rfc3339": "not-implemented", + "Encode_Datetime_Query_rfc7231": "not-implemented", + "Encode_Datetime_Query_unixTimestamp": "not-implemented", + "Encode_Datetime_Query_unixTimestampArray": "not-implemented", + "Encode_Datetime_Property_default": "not-implemented", + "Encode_Datetime_Property_rfc3339": "not-implemented", + "Encode_Datetime_Property_rfc7231": "not-implemented", + "Encode_Datetime_Property_unixTimestamp": "not-implemented", + "Encode_Datetime_Property_unixTimestampArray": "not-implemented", + "Encode_Datetime_Header_default": "not-implemented", + "Encode_Datetime_Header_rfc3339": "not-implemented", + "Encode_Datetime_Header_rfc7231": "not-implemented", + "Encode_Datetime_Header_unixTimestamp": "not-implemented", + "Encode_Datetime_Header_unixTimestampArray": "not-implemented", + "Encode_Datetime_ResponseHeader_default": "not-implemented", + "Encode_Datetime_ResponseHeader_rfc3339": "not-implemented", + "Encode_Datetime_ResponseHeader_rfc7231": "not-implemented", + "Encode_Datetime_ResponseHeader_unixTimestamp": "not-implemented", + "Resiliency_ServiceDriven_AddOptionalParam_fromNone": "not-implemented", + "Resiliency_ServiceDriven_AddOptionalParam_fromOneRequired": "not-implemented", + "Resiliency_ServiceDriven_AddOptionalParam_fromOneOptional": "not-implemented", + "Resiliency_ServiceDriven_breakTheGlass": "not-implemented", + "Resiliency_ServiceDriven_addOperation": "not-implemented", + "Encode_Bytes_Query_default": "not-implemented", + "Encode_Bytes_Query_base64": "not-implemented", + "Encode_Bytes_Query_base64url": "not-implemented", + "Encode_Bytes_Query_base64urlArray": "not-implemented", + "Encode_Bytes_Property_default": "not-implemented", + "Encode_Bytes_Property_base64": "not-implemented", + "Encode_Bytes_Property_base64url": "not-implemented", + "Encode_Bytes_Property_base64urlArray": "not-implemented", + "Encode_Bytes_Header_default": "not-implemented", + "Encode_Bytes_Header_base64": "not-implemented", + "Encode_Bytes_Header_base64url": "not-implemented", + "Encode_Bytes_Header_base64urlArray": "not-implemented", + "Encode_Bytes_RequestBody_default": "not-implemented", + "Encode_Bytes_RequestBody_octetStream": "not-implemented", + "Encode_Bytes_RequestBody_customContentType": "not-implemented", + "Encode_Bytes_RequestBody_base64": "not-implemented", + "Encode_Bytes_RequestBody_base64url": "not-implemented", + "Encode_Bytes_ResponseBody_default": "not-implemented", + "Encode_Bytes_ResponseBody_octetStream": "not-implemented", + "Encode_Bytes_ResponseBody_customContentType": "not-implemented", + "Encode_Bytes_ResponseBody_base64": "not-implemented", + "Encode_Bytes_ResponseBody_base64url": "not-implemented", + "Authentication_OAuth2_valid": "not-implemented", + "Authentication_OAuth2_invalid": "not-implemented", + "Authentication_Union_validKey": "not-implemented", + "Authentication_Union_validToken": "not-implemented", + "Authentication_ApiKey_valid": "not-implemented", + "Authentication_ApiKey_invalid": "not-implemented", + "Client_Naming_Property_client": "not-implemented", + "Client_Naming_Property_language": "not-implemented", + "Client_Naming_Property_compatibleWithEncodedName": "not-implemented", + "Client_Naming_operation": "not-implemented", + "Client_Naming_parameter": "not-implemented", + "Client_Naming_Header_request": "not-implemented", + "Client_Naming_Header_response": "not-implemented", + "Client_Naming_Model_client": "not-implemented", + "Client_Naming_Model_language": "not-implemented", + "Client_Naming_UnionEnum_unionEnumName": "not-implemented", + "Client_Naming_UnionEnum_unionEnumMemberName": "not-implemented", + "Type_Property_Optional_String_getAll": "not-implemented", + "Type_Property_Optional_String_getDefault": "not-implemented", + "Type_Property_Optional_String_putAll": "not-implemented", + "Type_Property_Optional_String_putDefault": "not-implemented", + "Type_Property_Optional_Bytes_getAll": "not-implemented", + "Type_Property_Optional_Bytes_getDefault": "not-implemented", + "Type_Property_Optional_Bytes_putAll": "not-implemented", + "Type_Property_Optional_Bytes_putDefault": "not-implemented", + "Type_Property_Optional_Datetime_getAll": "not-implemented", + "Type_Property_Optional_Datetime_getDefault": "not-implemented", + "Type_Property_Optional_Datetime_putAll": "not-implemented", + "Type_Property_Optional_Datetime_putDefault": "not-implemented", + "Type_Property_Optional_Duration_getAll": "not-implemented", + "Type_Property_Optional_Duration_getDefault": "not-implemented", + "Type_Property_Optional_Duration_putAll": "not-implemented", + "Type_Property_Optional_Duration_putDefault": "not-implemented", + "Type_Property_Optional_CollectionsByte_getAll": "not-implemented", + "Type_Property_Optional_CollectionsByte_getDefault": "not-implemented", + "Type_Property_Optional_CollectionsByte_putAll": "not-implemented", + "Type_Property_Optional_CollectionsByte_putDefault": "not-implemented", + "Type_Property_Optional_CollectionsModel_getAll": "not-implemented", + "Type_Property_Optional_CollectionsModel_getDefault": "not-implemented", + "Type_Property_Optional_CollectionsModel_putAll": "not-implemented", + "Type_Property_Optional_CollectionsModel_putDefault": "not-implemented", + "Type_Property_Optional_StringLiteral_getAll": "not-implemented", + "Type_Property_Optional_StringLiteral_getDefault": "not-implemented", + "Type_Property_Optional_StringLiteral_putAll": "not-implemented", + "Type_Property_Optional_StringLiteral_putDefault": "not-implemented", + "Type_Property_Optional_IntLiteral_getAll": "not-implemented", + "Type_Property_Optional_IntLiteral_getDefault": "not-implemented", + "Type_Property_Optional_IntLiteral_putAll": "not-implemented", + "Type_Property_Optional_IntLiteral_putDefault": "not-implemented", + "Type_Property_Optional_FloatLiteral_getAll": "not-implemented", + "Type_Property_Optional_FloatLiteral_getDefault": "not-implemented", + "Type_Property_Optional_FloatLiteral_putAll": "not-implemented", + "Type_Property_Optional_FloatLiteral_putDefault": "not-implemented", + "Type_Property_Optional_BooleanLiteral_getAll": "not-implemented", + "Type_Property_Optional_BooleanLiteral_getDefault": "not-implemented", + "Type_Property_Optional_BooleanLiteral_putAll": "not-implemented", + "Type_Property_Optional_BooleanLiteral_putDefault": "not-implemented", + "Type_Property_Optional_UnionStringLiteral_getAll": "not-implemented", + "Type_Property_Optional_UnionStringLiteral_getDefault": "not-implemented", + "Type_Property_Optional_UnionStringLiteral_putAll": "not-implemented", + "Type_Property_Optional_UnionStringLiteral_putDefault": "not-implemented", + "Type_Property_Optional_UnionIntLiteral_getAll": "not-implemented", + "Type_Property_Optional_UnionIntLiteral_getDefault": "not-implemented", + "Type_Property_Optional_UnionIntLiteral_putAll": "not-implemented", + "Type_Property_Optional_UnionIntLiteral_putDefault": "not-implemented", + "Type_Property_Optional_UnionFloatLiteral_getAll": "not-implemented", + "Type_Property_Optional_UnionFloatLiteral_getDefault": "not-implemented", + "Type_Property_Optional_UnionFloatLiteral_putAll": "not-implemented", + "Type_Property_Optional_UnionFloatLiteral_putDefault": "not-implemented", + "Type_Property_Optional_RequiredAndOptional_getAll": "not-implemented", + "Type_Property_Optional_RequiredAndOptional_getRequiredOnly": "not-implemented", + "Type_Property_Optional_RequiredAndOptional_putAll": "not-implemented", + "Type_Property_Optional_RequiredAndOptional_putRequiredOnly": "not-implemented", + "Type_Property_ValueTypes_Boolean_get": "not-implemented", + "Type_Property_ValueTypes_Boolean_put": "not-implemented", + "Type_Property_ValueTypes_String_get": "not-implemented", + "Type_Property_ValueTypes_String_put": "not-implemented", + "Type_Property_ValueTypes_Bytes_get": "not-implemented", + "Type_Property_ValueTypes_Bytes_put": "not-implemented", + "Type_Property_ValueTypes_Int_get": "not-implemented", + "Type_Property_ValueTypes_Int_put": "not-implemented", + "Type_Property_ValueTypes_Float_get": "not-implemented", + "Type_Property_ValueTypes_Float_put": "not-implemented", + "Type_Property_ValueTypes_Decimal_get": "not-implemented", + "Type_Property_ValueTypes_Decimal_put": "not-implemented", + "Type_Property_ValueTypes_Decimal128_get": "not-implemented", + "Type_Property_ValueTypes_Decimal128_put": "not-implemented", + "Type_Property_ValueTypes_Datetime_get": "not-implemented", + "Type_Property_ValueTypes_Datetime_put": "not-implemented", + "Type_Property_ValueTypes_Duration_get": "not-implemented", + "Type_Property_ValueTypes_Duration_put": "not-implemented", + "Type_Property_ValueTypes_Enum_get": "not-implemented", + "Type_Property_ValueTypes_Enum_put": "not-implemented", + "Type_Property_ValueTypes_ExtensibleEnum_get": "not-implemented", + "Type_Property_ValueTypes_ExtensibleEnum_put": "not-implemented", + "Type_Property_ValueTypes_Model_get": "not-implemented", + "Type_Property_ValueTypes_Model_put": "not-implemented", + "Type_Property_ValueTypes_CollectionsString_get": "not-implemented", + "Type_Property_ValueTypes_CollectionsString_put": "not-implemented", + "Type_Property_ValueTypes_CollectionsInt_get": "not-implemented", + "Type_Property_ValueTypes_CollectionsInt_put": "not-implemented", + "Type_Property_ValueTypes_CollectionsModel_get": "not-implemented", + "Type_Property_ValueTypes_CollectionsModel_put": "not-implemented", + "Type_Property_ValueTypes_DictionaryString_get": "not-implemented", + "Type_Property_ValueTypes_DictionaryString_put": "not-implemented", + "Type_Property_ValueTypes_Never_get": "not-implemented", + "Type_Property_ValueTypes_Never_put": "not-implemented", + "Type_Property_ValueTypes_UnknownString_get": "not-implemented", + "Type_Property_ValueTypes_UnknownString_put": "not-implemented", + "Type_Property_ValueTypes_UnknownInt_get": "not-implemented", + "Type_Property_ValueTypes_UnknownInt_put": "not-implemented", + "Type_Property_ValueTypes_UnknownDict_get": "not-implemented", + "Type_Property_ValueTypes_UnknownDict_put": "not-implemented", + "Type_Property_ValueTypes_UnknownArray_get": "not-implemented", + "Type_Property_ValueTypes_UnknownArray_put": "not-implemented", + "Type_Property_ValueTypes_StringLiteral_get": "not-implemented", + "Type_Property_ValueTypes_StringLiteral_put": "not-implemented", + "Type_Property_ValueTypes_IntLiteral_get": "not-implemented", + "Type_Property_ValueTypes_IntLiteral_put": "not-implemented", + "Type_Property_ValueTypes_FloatLiteral_get": "not-implemented", + "Type_Property_ValueTypes_FloatLiteral_put": "not-implemented", + "Type_Property_ValueTypes_BooleanLiteral_get": "not-implemented", + "Type_Property_ValueTypes_BooleanLiteral_put": "not-implemented", + "Type_Property_ValueTypes_UnionStringLiteral_get": "not-implemented", + "Type_Property_ValueTypes_UnionStringLiteral_put": "not-implemented", + "Type_Property_ValueTypes_UnionIntLiteral_get": "not-implemented", + "Type_Property_ValueTypes_UnionIntLiteral_put": "not-implemented", + "Type_Property_ValueTypes_UnionFloatLiteral_get": "not-implemented", + "Type_Property_ValueTypes_UnionFloatLiteral_put": "not-implemented", + "Type_Property_ValueTypes_UnionEnumValue_get": "not-implemented", + "Type_Property_ValueTypes_UnionEnumValue_put": "not-implemented", + "Type_Property_Nullable_String_getNonNull": "not-implemented", + "Type_Property_Nullable_String_getNull": "not-implemented", + "Type_Property_Nullable_String_patchNonNull": "not-implemented", + "Type_Property_Nullable_String_patchNull": "not-implemented", + "Type_Property_Nullable_Bytes_getNonNull": "not-implemented", + "Type_Property_Nullable_Bytes_getNull": "not-implemented", + "Type_Property_Nullable_Bytes_patchNonNull": "not-implemented", + "Type_Property_Nullable_Bytes_patchNull": "not-implemented", + "Type_Property_Nullable_Datetime_getNonNull": "not-implemented", + "Type_Property_Nullable_Datetime_getNull": "not-implemented", + "Type_Property_Nullable_Datetime_patchNonNull": "not-implemented", + "Type_Property_Nullable_Datetime_patchNull": "not-implemented", + "Type_Property_Nullable_Duration_getNonNull": "not-implemented", + "Type_Property_Nullable_Duration_getNull": "not-implemented", + "Type_Property_Nullable_Duration_patchNonNull": "not-implemented", + "Type_Property_Nullable_Duration_patchNull": "not-implemented", + "Type_Property_Nullable_CollectionsByte_getNonNull": "not-implemented", + "Type_Property_Nullable_CollectionsByte_getNull": "not-implemented", + "Type_Property_Nullable_CollectionsByte_patchNonNull": "not-implemented", + "Type_Property_Nullable_CollectionsByte_patchNull": "not-implemented", + "Type_Property_Nullable_CollectionsModel_getNonNull": "not-implemented", + "Type_Property_Nullable_CollectionsModel_getNull": "not-implemented", + "Type_Property_Nullable_CollectionsModel_patchNonNull": "not-implemented", + "Type_Property_Nullable_CollectionsModel_patchNull": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsUnknown_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsUnknown_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsUnknownDerived_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsUnknownDerived_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsUnknownDiscriminated_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsUnknownDiscriminated_put": "not-implemented", + "Type_Property_AdditionalProperties_IsUnknown_get": "not-implemented", + "Type_Property_AdditionalProperties_IsUnknown_put": "not-implemented", + "Type_Property_AdditionalProperties_IsUnknownDerived_get": "not-implemented", + "Type_Property_AdditionalProperties_IsUnknownDerived_put": "not-implemented", + "Type_Property_AdditionalProperties_IsUnknownDiscriminated_get": "not-implemented", + "Type_Property_AdditionalProperties_IsUnknownDiscriminated_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsString_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsString_put": "not-implemented", + "Type_Property_AdditionalProperties_IsString_get": "not-implemented", + "Type_Property_AdditionalProperties_IsString_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadString_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadString_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsFloat_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsFloat_put": "not-implemented", + "Type_Property_AdditionalProperties_IsFloat_get": "not-implemented", + "Type_Property_AdditionalProperties_IsFloat_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadFloat_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadFloat_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsModel_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsModel_put": "not-implemented", + "Type_Property_AdditionalProperties_IsModel_get": "not-implemented", + "Type_Property_AdditionalProperties_IsModel_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadModel_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadModel_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsModelArray_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsModelArray_put": "not-implemented", + "Type_Property_AdditionalProperties_IsModelArray_get": "not-implemented", + "Type_Property_AdditionalProperties_IsModelArray_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadModelArray_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadModelArray_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadDifferentString_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadDifferentString_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadDifferentFloat_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadDifferentFloat_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadDifferentModel_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadDifferentModel_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadDifferentModelArray_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadDifferentModelArray_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsDifferentSpreadString_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsDifferentSpreadString_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsDifferentSpreadFloat_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsDifferentSpreadFloat_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsDifferentSpreadModel_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsDifferentSpreadModel_put": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsDifferentSpreadModelArray_get": "not-implemented", + "Type_Property_AdditionalProperties_ExtendsDifferentSpreadModelArray_put": "not-implemented", + "Type_Property_AdditionalProperties_MultipleSpread_get": "not-implemented", + "Type_Property_AdditionalProperties_MultipleSpread_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordUnion_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordUnion_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordDiscriminatedUnion_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordDiscriminatedUnion_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordNonDiscriminatedUnion_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordNonDiscriminatedUnion_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordNonDiscriminatedUnion2_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordNonDiscriminatedUnion2_put": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordNonDiscriminatedUnion3_get": "not-implemented", + "Type_Property_AdditionalProperties_SpreadRecordNonDiscriminatedUnion3_put": "not-implemented", + "Type_Model_Visibility_headModel": "not-implemented", + "Type_Model_Visibility_getModel": "not-implemented", + "Type_Model_Visibility_putModel": "not-implemented", + "Type_Model_Visibility_patchModel": "not-implemented", + "Type_Model_Visibility_postModel": "not-implemented", + "Type_Model_Visibility_deleteModel": "not-implemented", + "Type_Model_Usage_input": "not-implemented", + "Type_Model_Usage_output": "not-implemented", + "Type_Model_Usage_inputAndOutput": "not-implemented", + "Type_Model_Flatten_putFlattenModel": "not-implemented", + "Type_Model_Flatten_putNestedFlattenModel": "not-implemented", + "Type_Model_Empty_putEmpty": "not-implemented", + "Type_Model_Empty_getEmpty": "not-implemented", + "Type_Model_Empty_postRoundTripEmpty": "not-implemented", + "Type_Enum_Fixed_String_getKnownValue": "not-implemented", + "Type_Enum_Fixed_String_putKnownValue": "not-implemented", + "Type_Enum_Fixed_String_putUnknownValue": "not-implemented", + "Type_Enum_Extensible_String_getKnownValue": "not-implemented", + "Type_Enum_Extensible_String_putKnownValue": "not-implemented", + "Type_Enum_Extensible_String_getUnknownValue": "not-implemented", + "Type_Enum_Extensible_String_putUnknownValue": "not-implemented", + "Server_Versions_Versioned_withoutApiVersion": "not-implemented", + "Server_Versions_Versioned_withQueryApiVersion": "not-implemented", + "Server_Versions_Versioned_withPathApiVersion": "not-implemented", + "Server_Versions_Versioned_withQueryOldApiVersion": "not-implemented", + "Server_Versions_NotVersioned_withoutApiVersion": "not-implemented", + "Server_Versions_NotVersioned_withQueryApiVersion": "not-implemented", + "Server_Versions_NotVersioned_withPathApiVersion": "not-implemented", + "Server_Path_Single_myOp": "not-implemented", + "Server_Path_Multiple_noOperationParams": "not-implemented", + "Server_Path_Multiple_withOperationPathParam": "not-implemented", + "Serialization_EncodedName_Json_Property_send": "not-implemented", + "Serialization_EncodedName_Json_Property_get": "not-implemented", + "Azure_SpecialHeaders_XmsClientRequestId": "not-implemented", + "Server_Endpoint_NotDefined_valid": "not-implemented", + "Azure_ClientGenerator_Core_Usage_ModelInOperation": "not-implemented", + "Azure_ClientGenerator_Core_Access_PublicOperation": "not-implemented", + "Azure_ClientGenerator_Core_Access_InternalOperation": "not-implemented", + "Azure_ClientGenerator_Core_Access_SharedModelInOperation": "not-implemented", + "Azure_ClientGenerator_Core_Access_RelativeModelInOperation": "not-implemented", + "Azure_Core_Traits_smokeTest": "not-implemented", + "Azure_Core_Traits_repeatableAction": "not-implemented", + "Azure_Core_Scalar_AzureLocationScalar_get": "not-implemented", + "Azure_Core_Scalar_AzureLocationScalar_put": "not-implemented", + "Azure_Core_Scalar_AzureLocationScalar_post": "not-implemented", + "Azure_Core_Scalar_AzureLocationScalar_header": "not-implemented", + "Azure_Core_Scalar_AzureLocationScalar_query": "not-implemented", + "Azure_Core_Basic_createOrUpdate": "not-implemented", + "Azure_Core_Basic_createOrReplace": "not-implemented", + "Azure_Core_Basic_get": "not-implemented", + "Azure_Core_Basic_list": "not-implemented", + "Azure_Core_Basic_listWithPage": "not-implemented", + "Azure_Core_Basic_listWithParameters": "not-implemented", + "Azure_Core_Basic_TwoModelsAsPageItem": "not-implemented", + "Azure_Core_Basic_listWithCustomPageModel": "not-implemented", + "Azure_Core_Basic_delete": "not-implemented", + "Azure_Core_Basic_export": "not-implemented", + "Client_Structure_TwoOperationGroup": "not-implemented", + "Authentication_Http_Custom_valid": "not-implemented", + "Authentication_Http_Custom_invalid": "not-implemented", + "Client_Structure_RenamedOperation": "not-implemented", + "Client_Structure_MultiClient": "not-implemented", + "Client_Structure_Service": "not-implemented", + "Type_Model_Inheritance_SingleDiscriminator_getModel": "not-implemented", + "Type_Model_Inheritance_SingleDiscriminator_putModel": "not-implemented", + "Type_Model_Inheritance_SingleDiscriminator_getRecursiveModel": "not-implemented", + "Type_Model_Inheritance_SingleDiscriminator_putRecursiveModel": "not-implemented", + "Type_Model_Inheritance_SingleDiscriminator_getMissingDiscriminator": "not-implemented", + "Type_Model_Inheritance_SingleDiscriminator_getWrongDiscriminator": "not-implemented", + "Type_Model_Inheritance_SingleDiscriminator_getLegacyModel": "not-implemented", + "Type_Model_Inheritance_Recursive_put": "not-implemented", + "Type_Model_Inheritance_Recursive_get": "not-implemented", + "Type_Model_Inheritance_NestedDiscriminator_getModel": "not-implemented", + "Type_Model_Inheritance_NestedDiscriminator_putModel": "not-implemented", + "Type_Model_Inheritance_NestedDiscriminator_getRecursiveModel": "not-implemented", + "Type_Model_Inheritance_NestedDiscriminator_putRecursiveModel": "not-implemented", + "Type_Model_Inheritance_NestedDiscriminator_getMissingDiscriminator": "not-implemented", + "Type_Model_Inheritance_NestedDiscriminator_getWrongDiscriminator": "not-implemented", + "Type_Model_Inheritance_NotDiscriminated_postValid": "not-implemented", + "Type_Model_Inheritance_NotDiscriminated_getValid": "not-implemented", + "Type_Model_Inheritance_NotDiscriminated_putValid": "not-implemented", + "Azure_Core_Lro_Standard_createOrReplace": "not-implemented", + "Azure_Core_Lro_Standard_delete": "not-implemented", + "Azure_Core_Lro_Standard_export": "not-implemented", + "Type_Model_Inheritance_EnumDiscriminator_getExtensibleModel": "not-implemented", + "Type_Model_Inheritance_EnumDiscriminator_putExtensibleModel": "not-implemented", + "Type_Model_Inheritance_EnumDiscriminator_getExtensibleModelMissingDiscriminator": "not-implemented", + "Type_Model_Inheritance_EnumDiscriminator_getExtensibleModelWrongDiscriminator": "not-implemented", + "Type_Model_Inheritance_EnumDiscriminator_getFixedModel": "not-implemented", + "Type_Model_Inheritance_EnumDiscriminator_putFixedModel": "not-implemented", + "Type_Model_Inheritance_EnumDiscriminator_getFixedModelMissingDiscriminator": "not-implemented", + "Type_Model_Inheritance_EnumDiscriminator_getFixedModelWrongDiscriminator": "not-implemented", + "Azure_Core_Lro_Rpc_longRunningRpc": "not-implemented" + }, + "createdAt": "2024-04-30T19:35:42.784Z" +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b427fb6b4c..7f9dd28fce1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,7 +75,7 @@ importers: version: 0.33.0(@azure-tools/cadl-ranch-expect@0.13.3)(@azure-tools/typespec-azure-core@0.41.0)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) '@azure-tools/typespec-autorest': specifier: ~0.41.0 - version: 0.41.0(@azure-tools/typespec-azure-core@0.41.0)(@azure-tools/typespec-client-generator-core@0.41.7)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/openapi@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) + version: 0.41.0(@azure-tools/typespec-azure-core@0.41.0)(@azure-tools/typespec-client-generator-core@0.41.8)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/openapi@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) '@azure-tools/typespec-azure-core': specifier: ~0.41.0 version: 0.41.0(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0) @@ -83,8 +83,8 @@ importers: specifier: ~0.41.0 version: 0.41.0(@azure-tools/typespec-autorest@0.41.0)(@azure-tools/typespec-azure-core@0.41.0)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/openapi@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) '@azure-tools/typespec-client-generator-core': - specifier: ~0.41.7 - version: 0.41.7(@azure-tools/typespec-azure-core@0.41.0)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) + specifier: ~0.41.8 + version: 0.41.8(@azure-tools/typespec-azure-core@0.41.0)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) '@types/js-yaml': specifier: ~4.0.5 version: 4.0.5 @@ -270,7 +270,7 @@ packages: - supports-color dev: true - /@azure-tools/typespec-autorest@0.41.0(@azure-tools/typespec-azure-core@0.41.0)(@azure-tools/typespec-client-generator-core@0.41.7)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/openapi@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0): + /@azure-tools/typespec-autorest@0.41.0(@azure-tools/typespec-azure-core@0.41.0)(@azure-tools/typespec-client-generator-core@0.41.8)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/openapi@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0): resolution: {integrity: sha512-yMbzIXKO7jH2+w69nhrQoq6tsvEls1rP62bBduFNY8wGsYNirTnbyRoRmP42gG2cGoa9uXcol9fCprarKysXCw==} engines: {node: '>=18.0.0'} peerDependencies: @@ -283,7 +283,7 @@ packages: '@typespec/versioning': ~0.55.0 dependencies: '@azure-tools/typespec-azure-core': 0.41.0(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0) - '@azure-tools/typespec-client-generator-core': 0.41.7(@azure-tools/typespec-azure-core@0.41.0)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) + '@azure-tools/typespec-client-generator-core': 0.41.8(@azure-tools/typespec-azure-core@0.41.0)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) '@typespec/compiler': 0.55.0 '@typespec/http': 0.55.0(@typespec/compiler@0.55.0) '@typespec/openapi': 0.55.0(@typespec/compiler@0.55.0)(@typespec/http@0.55.0) @@ -316,7 +316,7 @@ packages: '@typespec/rest': ~0.55.0 '@typespec/versioning': ~0.55.0 dependencies: - '@azure-tools/typespec-autorest': 0.41.0(@azure-tools/typespec-azure-core@0.41.0)(@azure-tools/typespec-client-generator-core@0.41.7)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/openapi@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) + '@azure-tools/typespec-autorest': 0.41.0(@azure-tools/typespec-azure-core@0.41.0)(@azure-tools/typespec-client-generator-core@0.41.8)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/openapi@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0) '@azure-tools/typespec-azure-core': 0.41.0(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0) '@typespec/compiler': 0.55.0 '@typespec/http': 0.55.0(@typespec/compiler@0.55.0) @@ -325,8 +325,8 @@ packages: '@typespec/versioning': 0.55.0(@typespec/compiler@0.55.0) dev: true - /@azure-tools/typespec-client-generator-core@0.41.7(@azure-tools/typespec-azure-core@0.41.0)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0): - resolution: {integrity: sha512-UY48HKttmbHhqc+OC7fou9ZfVYdnDG/fpwOqhWIZs0/xTgNoRhN3YTxDbx2eDFgaI5bEEwmvwBVy8ZobMW+dFg==} + /@azure-tools/typespec-client-generator-core@0.41.8(@azure-tools/typespec-azure-core@0.41.0)(@typespec/compiler@0.55.0)(@typespec/http@0.55.0)(@typespec/rest@0.55.0)(@typespec/versioning@0.55.0): + resolution: {integrity: sha512-d72LPwkEio/swqyAAgcuOaw+K4ghSbZcRjpjsvddxHWHh25ZukjD2hU/BfCtidnKptgKjs79fV++w2MYE6sTyw==} engines: {node: '>=18.0.0'} peerDependencies: '@azure-tools/typespec-azure-core': ~0.41.0