File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tools/Azure.Mcp.Tools.Search/tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,13 @@ The architecture integrates with a sophisticated engineering system:
108108
109109```
110110eng/
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
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ var staticResourceGroupName = 'mcp-static-${staticSuffix}'
2121// Is this deployment to the TME tenant
2222var isTmeTenant = tenantId == '70a036f6-8e4d-4615-bad6-149c02e7720d'
2323
24- // Azure OpenAI resource
2524resource openai 'Microsoft.CognitiveServices/accounts@2023-05-01' = if (!isTmeTenant ) {
2625 name : toLower (baseName )
2726 location : location
You can’t perform that action at this time.
0 commit comments