Skip to content

0.60.0

  • #3189 Compare type when map body parameter to method parameter. This is a behavior breaking change. The Http parameter’s corresponding parameter may change.
  • #3223 add .decorators property to SdkNamespace type that will display decorators listed in the allowed list
  • #2980 Add support for @clientLocation to apply to parameters.
  • #3199 Add .pageSizeParameterSegments to .pagingMetadata on paging methods to return the path to the page size parameter
  • #3196 Fix optionality for ArmCustomPatch templates
  • #3240 Add request parameters to legacy operations list
  • #3242 Fix #3201 Remove duplicate TrackedResource type
  • #3196 Fix optionality for ArmCustomPatch templates
  • #3178 Allow renaming parameters in an operation
  • #3232 Add warning for @clientName that is applied to override methods bc they’re ineffectual
  • #3208 Return union of response types with warning instead of silently selecting the first one