Skip to content

Commit 8034a4c

Browse files
committed
Make core and search changes
1 parent 3a1ac15 commit 8034a4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Architecture.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,13 @@ The architecture integrates with a sophisticated engineering system:
108108

109109
```
110110
eng/
111-
├── common/ # Shared engineering tools
111+
├── common/ # Shared engineering tools
112112
├── docker/ # Container definitions
113-
├── npm/ # Node.js packaging tools
113+
├── npm/ # Node.js package contents
114114
├── pipelines/ # CI/CD pipeline definitions
115115
├── scripts/ # Build and validation scripts
116-
└── tools/ # Development tools
116+
├── tools/ # Development tools
117+
└── vscode/ # VSCode VSIX definition
117118
```
118119

119120
## Service Integration

tools/Azure.Mcp.Tools.Search/tests/test-resources.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ var staticResourceGroupName = 'mcp-static-${staticSuffix}'
2121
// Is this deployment to the TME tenant
2222
var isTmeTenant = tenantId == '70a036f6-8e4d-4615-bad6-149c02e7720d'
2323

24-
// Azure OpenAI resource
2524
resource openai 'Microsoft.CognitiveServices/accounts@2023-05-01' = if (!isTmeTenant) {
2625
name: toLower(baseName)
2726
location: location

0 commit comments

Comments
 (0)