Skip to content

Commit 9681db5

Browse files
authored
Remove azure-sdk-java-mcp copilot edits and configurations (#46435)
1 parent 6c38be4 commit 9681db5

File tree

3 files changed

+10
-28
lines changed

3 files changed

+10
-28
lines changed

.github/copilot-instructions.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ The Azure SDK for Java repository contains client libraries for Azure services,
2222
- **Management Libraries**: Libraries with Maven group `com.azure.resourcemanager`
2323
- **Spring Libraries**: Libraries with Maven group `com.azure.spring`
2424

25-
## SDK Generation Guidelines
26-
27-
ACTION: Use azure-sdk-java-mcp sdk tools to generate the SDK.
28-
ACTION: Do not use pure `mvn` command to compile, build or package SDK, use `build_java_sdk` tool instead, it runs `mvn` command inside.
29-
ACTION: Use azure-sdk-java-mcp sdk tool `update_client_name` to update client name.
30-
ACTION: Only update the manual written code or class when you fix compile errors. Manual written class does not have `// Code generated by Microsoft (R) TypeSpec Code Generator.` header. Manual written functions or properties do not have `@Generated` annotation.
31-
32-
3325
## Behavior
3426

3527
- Always ensure your solutions prioritize clarity, maintainability, and testability.
@@ -121,11 +113,11 @@ When possible, refer to the Azure SDK for Java Design Guidelines for specific ex
121113
- Include tests that cover your changes
122114
- Update CHANGELOG.md with your changes
123115
- Provide a proper description of the pull request to document the changes in the PR. The description should include:
124-
- A summary of the changes made.
125-
- The reason for the changes.
126-
- Any relevant issue numbers.
127-
- Instructions on how to verify the changes.
128-
- Any additional context or information that reviewers should be aware of.
116+
- A summary of the changes made.
117+
- The reason for the changes.
118+
- Any relevant issue numbers.
119+
- Instructions on how to verify the changes.
120+
- Any additional context or information that reviewers should be aware of.
129121

130122
## Release Process
131123

@@ -163,12 +155,11 @@ There are two tools to help with SDK releases:
163155
Run `CheckPackageReleaseReadiness` to verify if the package is ready for release. This tool checks:
164156
- API review status
165157
- Change log status
166-
- Package name approval(If package is new and releasing a preview version)
158+
- Package name approval (If package is new and releasing a preview version)
167159
- Release date is set in release tracker
168160

169161
### Release SDK
170-
Run `ReleasePackage` to release the package. This tool requires package name and language as inputs. It will:
171-
- Check if the package is ready for release
162+
Run `ReleasePackage` to release the package. This tool requires package name and language as inputs. It will:- Check if the package is ready for release
172163
- Identify the release pipeline
173164
- Trigger the release pipeline.
174-
User needs to approve the release stage in the pipeline after it is triggered.
165+
User needs to approve the release stage in the pipeline after it is triggered.

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ Thumbs.db
7878
# reduced pom files should not be included
7979
dependency-reduced-pom.xml
8080
package-lock.json
81-
# But include package-lock.json for MCP tools
82-
!eng/tools/mcp/azure-sdk-java-mcp/package-lock.json
8381

8482
# VS Code
8583
.vscode/*

.vscode/mcp.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
22
"servers": {
3-
"azure-sdk-java-mcp": {
4-
"type": "stdio",
5-
"command": "pwsh",
6-
"args": [
7-
"${workspaceFolder}/eng/tools/mcp/azure-sdk-java-mcp/azure-sdk-java-mcp.ps1"
8-
]
9-
},
103
"azure-sdk-mcp": {
114
"type": "stdio",
125
"command": "pwsh",
136
"args": [
147
"${workspaceFolder}/eng/common/mcp/azure-sdk-mcp.ps1",
158
"-Run"
169
]
17-
},
10+
}
1811
}
19-
}
12+
}

0 commit comments

Comments
 (0)