-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Eng] Added necessary tools/pipelines update to migrate main to future #27104
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 30 out of 43 changed files in this pull request and generated 1 comment.
Files not reviewed (13)
- .azure-pipelines/PipelineSteps/analyze-steps.ps1: Language not supported
- .azure-pipelines/PipelineSteps/build-steps.ps1: Language not supported
- .azure-pipelines/PipelineSteps/test-steps.ps1: Language not supported
- .azure-pipelines/util/get-pr-changed-files.yml: Language not supported
- .ci-config.json: Language not supported
- build.proj: Language not supported
- src/Az.autorest.props: Language not supported
- .azure-pipelines/daily-build.yml: Evaluated as low risk
- .azure-pipelines/util/build-steps.yml: Evaluated as low risk
- .azure-pipelines/security-tools.yml: Evaluated as low risk
- .azure-pipelines/azure-powershell-ci.yml: Evaluated as low risk
- documentation/Update-PR-to-fit-new-main-branch.md: Evaluated as low risk
- .azure-pipelines/windows-powershell.yml: Evaluated as low risk
Comments suppressed due to low confidence (1)
src/helpers/KeyVault/readme.noprofile.md:18
- [nitpick] The directive to set 'subject-prefix' to an empty string might be unnecessary and could lead to ambiguity in the naming of cmdlets. Consider removing this directive or setting a more descriptive prefix.
subject-prefix: ''
#subject-prefix: '' | ||
#title: AppInsights | ||
#module-version: 4.0.0 | ||
apprepo: https://github.com/Azure/azure-rest-api-specs/blob/resource-hybrid-profile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The URL 'https://github.com/Azure/azure-rest-api-specs/blob/resource-hybrid-profile' might be incorrect. It should be 'https://github.com/Azure/azure-rest-api-specs/blob/main/resource-hybrid-profile'. Please verify the correct URL.
apprepo: https://github.com/Azure/azure-rest-api-specs/blob/resource-hybrid-profile | |
apprepo: https://github.com/Azure/azure-rest-api-specs/blob/main/resource-hybrid-profile |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
Description
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.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information: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.