failed to generate the changelog between HLC and Modular:  it's a issue in https://github.com/Azure/azure-sdk-tools/blob/main/tools/js-sdk-release-tools/src/hlc/utils/automaticGenerateChangeLogAndBumpVersion.ts#L28 where caused this error. From HLC package, we have src/models/parameters.ts to generate the api version and let the tool read this to check whether the release is a stable release. but in modular, src/models/parameters.ts doesn't exist. steps to repro: 1. checkout https://github.com/Azure/azure-sdk-for-js/pull/29770 2. in JS sdk repo root path, run ``` changelog-tool sdk/networkanalytics/arm-networkanalytics```
failed to generate the changelog between HLC and Modular:

it's a issue in https://github.com/Azure/azure-sdk-tools/blob/main/tools/js-sdk-release-tools/src/hlc/utils/automaticGenerateChangeLogAndBumpVersion.ts#L28
where caused this error.
From HLC package, we have src/models/parameters.ts to generate the api version and let the tool read this to check whether the release is a stable release. but in modular, src/models/parameters.ts doesn't exist.
steps to repro:
changelog-tool sdk/networkanalytics/arm-networkanalytics