Skip to content

Commit 93e6762

Browse files
Merge pull request #7590 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-28 17:00 UTC
2 parents ee3e40c + c193bff commit 93e6762

19 files changed

+119
-107
lines changed

CODEOWNERS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@
2020
/articles/python/ @bobtabor-msft
2121
/articles/go/ @bobtabor-msft
2222
/articles/cpp/ @ronniegeraghty @antkmsft
23+
/articles/rust/ @ronniegeraghty @heaths @diberry
24+
/articles/javascript/ @diberry
2325

2426
# Tools
25-
/articles/azure-cli/ @alexwolfmsft
26-
/articles/typespect/ @diberry
27+
/articles/azure-developer-cli/ @alexwolfmsft @kristenwomack
28+
/articles/typespec/ @diberry
29+
/articles/azure-mcp-server/ @ms-johnalex @sandeep-sen
30+
/articles/azure-mcp-server/tools @diberry @sandeep-sen
2731

2832
# Azure SDK authentication topics
2933
/articles/go/sdk/authentication/ @scottaddie @chlowell
@@ -32,3 +36,4 @@
3236
/articles/python/sdk/authentication/ @scottaddie @pvaneck @xiangyan99
3337
/articles/python/sdk/authorization/ @scottaddie @pvaneck @xiangyan99
3438
/articles/cpp/sdk/authentication/ @scottaddie @antkmsft @ronniegeraghty
39+
/articles/rust/sdk/authentication/ @scottaddie @ronniegeraghty @chlowell @heaths

articles/github-copilot-app-modernization/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ landingContent:
2828
url: ../java/migration/migrate-github-copilot-app-modernization-for-java-faq.yml?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
2929
- linkListType: reference
3030
links:
31-
- text: Predefined formulas
32-
url: ../java/migration/migrate-github-copilot-app-modernization-for-java-predefined-formula.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
31+
- text: Predefined tasks
32+
url: ../java/migration/migrate-github-copilot-app-modernization-for-java-predefined-tasks.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
3333
- linkListType: quickstart
3434
links:
3535
- text: Assess and migrate a Java project
3636
url: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-assess-migrate.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
37-
- text: Create and apply your own formula
38-
url: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-create-and-apply-your-own-formula.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
37+
- text: Create and apply your own task
38+
url: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-create-and-apply-your-own-task.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
3939
- linkListType: sample
4040
links:
4141
- text: Migration sample

articles/github-copilot-app-modernization/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ AppCAT is also available as a stand-alone CLI tool that you can run independentl
2929

3030
After a plan is generated, GitHub Copilot App Modernization is a powerful code transformation engine that combines expert-led migration strategies. Copilot applies structured changes with precision.
3131

32-
For modernization scenarios, GitHub Copilot App Modernization offers predefined AI-powered formulas that encode proven migration strategies, applying expert knowledge to common Azure migration scenarios with high accuracy. Currently, app modernization offers predefined formulas that cover common migration scenarios including secret management, message queue integration, identity, and more.
32+
For modernization scenarios, GitHub Copilot App Modernization offers predefined AI-powered tasks that encode proven migration strategies, applying expert knowledge to common Azure migration scenarios with high accuracy. Currently, app modernization offers predefined tasks that cover common migration scenarios including secret management, message queue integration, identity, and more.
3333

3434
For upgrades, GitHub Copilot App Modernization uses tools like OpenRewrite to perform refactoring, including API replacements and dependency updates, while GitHub Copilot addresses any remaining issues.
3535

3636
### 3. Automation through learning
3737

38-
Beyond predefined formulas or strategies, you can capture migration logic into reusable formulas by converting Git commits into reusable migration patterns, or custom formulas. These custom formulas enable Copilot to apply learned remediations across multiple codebases with consistency and precision.
38+
Beyond predefined tasks or strategies, you can capture migration logic into reusable tasks by converting Git commits into reusable migration patterns, or custom tasks. These custom tasks enable Copilot to apply learned remediations across multiple codebases with consistency and precision.
3939

4040
Whether you're applying a fix in the upgrade or ensuring Azure migration consistency across teams, GitHub Copilot uses these learned patterns to accelerate transformation with precision and repeatability.
4141

articles/github-copilot-app-modernization/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ items:
1111
href: ../java/migration/migrate-github-copilot-app-modernization-for-java.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
1212
- name: FAQ
1313
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-faq.yml?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
14-
- name: Predefined formulas
15-
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-predefined-formula.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
14+
- name: Predefined tasks
15+
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-predefined-tasks.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
1616
- name: "Quickstart: Assess and migrate a Java project"
1717
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-assess-migrate.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
18-
- name: "Quickstart: Create and apply your own formula"
19-
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-create-and-apply-your-own-formula.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
18+
- name: "Quickstart: Create and apply your own task"
19+
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-create-and-apply-your-own-task.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
2020
- name: Migration sample
2121
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-sample.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
2222
- name: .NET

0 commit comments

Comments
 (0)