@microsoft.azure/autorest.nodejs
Version:
The NodeJS extension for classic generators in AutoRest.
9 lines (7 loc) • 595 B
Markdown
- Fixed problem with validating enums that are a property of the client by using reference outside anonymous function scope.
- For `"collectionFormat": "multi"` in `query` parameters, if the item type is null or undefined then we treat it as an empty string
- Removing the check that primaryType in the formatted reference value should only be a string. It can be any other primary type apart from "string".
- Added support for `"collectionFormat": "multi"` in `query` parameters https://github.com/Azure/autorest/issues/717.