Skip to content

Commit b031c87

Browse files
authored
[Eng] Add comment for label Legacy (#27134)
* Add comment for label Legacy * fix indentation
1 parent b8353f8 commit b031c87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/script/PrLabeled.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ Please resolve all open review comments and make sure all CI checks are green. R
2828
"@
2929
"codegen-survey" = @"
3030
Thanks for using autorest.powershell to develop your PowerShell module! Would you like to take [a 5-minute survey](https://forms.office.com/r/j6rQuFUqUf?origin=lprLink) to help us improve the tool? Much appreciated :)
31+
"@
32+
"Legacy" = @"
33+
To improve dev experience and reduce maintenance efforts, we are deprecating branch: generation now. Azure-PowerShell modules generated by autorest.powershell no longer target branch generation, and will be targeting directly to main instead.
34+
35+
Please find migration guide and document below:
36+
- [If you have open PR or on going development](https://gist.github.com/VeryEarly/0c748e7bb8f18d9a87228956dc797bc5)
37+
- [If you are about to start new development and have prior experience](https://gist.github.com/VeryEarly/53cf3372a1c7c7c6f5e1ffd3949513a5)
38+
- [Starting from scratch](https://eng.ms/docs/cloud-ai-platform/azure-core/azure-experiences-and-ecosystems/azure-portal-and-client-tools-ruhim/azure-cli-tools-azure-cli-powershell-and-terraform/azure-cli-tools/onboarding/azurepowershell/dev_guidance_codegen)
3139
"@
3240
}
3341

0 commit comments

Comments
 (0)