Skip to content

Commit 3de5dad

Browse files
authored
Merge pull request #4997 from aahill/5-16-fixes
removing c# samples - merging, approved through ask mode
2 parents e993c25 + 7c93dc7 commit 3de5dad

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

articles/ai-services/agents/how-to/tools/bing-custom-search-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if response_message:
131131

132132

133133
:::zone-end
134-
134+
<!--
135135
::: zone pivot="csharp"
136136
137137
## Create a project client
@@ -251,7 +251,7 @@ agentClient.DeleteAgent(agentId: agent.Id);
251251
```
252252
253253
:::zone-end
254-
254+
-->
255255
<!--
256256
::: zone pivot="javascript"
257257

articles/ai-services/agents/how-to/tools/fabric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ print("Deleted agent")
148148
```
149149

150150
:::zone-end
151-
151+
<!--
152152
:::zone pivot="csharp"
153153
154154
## Create a project client
@@ -280,7 +280,7 @@ agentClient.Administration.DeleteAgent(agentId: agent.Id);
280280
281281
```
282282
:::zone-end
283-
283+
-->
284284
:::zone pivot="javascript"
285285

286286
## Create a project client

zone-pivots/zone-pivot-groups.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,8 +1072,6 @@ groups:
10721072
pivots:
10731073
- id: portal
10741074
title: Azure AI Foundry portal
1075-
- id: csharp
1076-
title: C#
10771075
- id: javascript
10781076
title: JavaScript
10791077
- id: python
@@ -1140,8 +1138,6 @@ groups:
11401138
pivots:
11411139
- id: portal
11421140
title: Azure AI Foundry portal
1143-
- id: csharp
1144-
title: C#
11451141
- id: python
11461142
title: Python
11471143
- id: rest

0 commit comments

Comments
 (0)