Open alexathomases opened 1 week ago
/azp run
/azp run
/azp run
/azp run
@VeryEarly I followed the guidance not to manually change the version in the README.md. How can I ensure that the version gets updated to 1.0.0 to indicate that this is a stable release, not preview?
to become a stable version, we required preview version of module to be released for at least 2 months. This change will be published as 0.2.0 this time. Please ask for GA early next year.
Please also provide release notes in comment of this PR
to become a stable version, we required preview version of module to be released for at least 2 months. This change will be published as 0.2.0 this time. Please ask for GA early next year.
Please also provide release notes in comment of this PR
That makes sense - thank you. What is the process to ask for GA? Added description in PR comment.
Description
This PR updates the HealthDataAIServices module to use our stable API version (2024-09-20).
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️Target release is a different concept from API readiness. Please click below links for details.)
[x] Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:SHOULD update
ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
SHOULD have proper test coverage for changes in pull request.
SHOULD NOT adjust version of module manually in pull request