Open TheOnlyWei opened 3 years ago
For the built-in metadata properties listed here: https://github.com/Azure/autorest.powershell/blob/master/docs/metadata.md
The ReleaseNotes property is missing, and we would like to add that functionality. For example, the old way in our yaml:
- from: Azs.Keyvault.Admin.nuspec where: $ transform: $ = $.replace('<releaseNotes></releaseNotes>', '<releaseNotes>AzureStack Hub Admin module generated with https://github.com/Azure/autorest.powershell - see https://aka.ms/azpshmigration for breaking changes.</releaseNotes>');
@TheOnlyWei , you know the release notes in module of Azure PowerShell comes from Changelog. We have script to handle that. Do you mean AzureStack hope to write release note per module manually?
For the built-in metadata properties listed here: https://github.com/Azure/autorest.powershell/blob/master/docs/metadata.md
The ReleaseNotes property is missing, and we would like to add that functionality. For example, the old way in our yaml: