We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58538cb commit 216e9d3Copy full SHA for 216e9d3
articles/azure-resource-manager/bicep/diagnostics/bcp414.md
@@ -1,6 +1,6 @@
1
---
2
title: BCP414
3
-description: The `^` indexing operator cannot be used on base expressions of type <data-type>.
+description: The `^` indexing operator can't be used on base expressions of type <data-type>.
4
ms.topic: reference
5
ms.custom: devx-track-bicep
6
ms.date: 05/20/2025
@@ -12,7 +12,7 @@ This diagnostic occurs when the [reverse index operator (^)](../operators-access
12
13
## Description
14
15
-The `^` indexing operator cannot be used on base expressions of type `<data-type>`.
+The `^` indexing operator can't be used on base expressions of type `<data-type>`.
16
17
## Level
18
0 commit comments