Skip to content

Commit 9ae9fa4

Browse files
Merge pull request #307709 from JackStromberg/patch-27
Fix bad tag
2 parents a619c3e + f53ab2b commit 9ae9fa4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/application-gateway/for-containers/api-specification-kubernetes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: mbender-ms
77
ms.service: azure-appgw-for-containers
88
ms.topic: concept-article
9-
ms.date: 10/23/2025
9+
ms.date: 11/3/2025
1010
ms.author: mbender
1111
# Customer intent: "As a Kubernetes developer, I want to understand the API specifications for the Application Gateway for Containers, so that I can effectively configure and manage load balancing and traffic routing for my containerized applications."
1212
---
@@ -1546,19 +1546,19 @@ the implementation setting the Accepted Condition for the Route to <code>status:
15461546
<tr>
15471547
<td>/foo/bar</td>
15481548
<td>/foo</td>
1549-
<td><empty string></td>
1549+
<td></td>
15501550
<td>/bar</td>
15511551
</tr>
15521552
<tr>
15531553
<td>/foo/</td>
15541554
<td>/foo</td>
1555-
<td><empty string></td>
1555+
<td></td>
15561556
<td>/</td>
15571557
</tr>
15581558
<tr>
15591559
<td>/foo</td>
15601560
<td>/foo</td>
1561-
<td><empty string></td>
1561+
<td></td>
15621562
<td>/</td>
15631563
</tr>
15641564
<tr>
@@ -4148,4 +4148,4 @@ WebApplicationFirewallConfig
41484148
</td>
41494149
</tr>
41504150
</tbody>
4151-
</table>
4151+
</table>

0 commit comments

Comments
 (0)