Skip to content

Commit f45557d

Browse files
authored
Merge pull request #294517 from mumian/0212-freshness-2
Refresh the bcp articles
2 parents 7c8d628 + be82010 commit f45557d

30 files changed

+31
-31
lines changed

articles/azure-resource-manager/bicep/diagnostics/bcp033.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ output myString string = myValue
4242

4343
## Next steps
4444

45-
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).
45+
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).

articles/azure-resource-manager/bicep/diagnostics/bcp053.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ output foo string = storage.name
6060

6161
## Next steps
6262

63-
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).
63+
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).

articles/azure-resource-manager/bicep/diagnostics/bcp055.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ type foo = string
3434

3535
## Next steps
3636

37-
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).
37+
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).

articles/azure-resource-manager/bicep/diagnostics/bcp072.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ output outValue string = foo
4343

4444
## Next steps
4545

46-
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).
46+
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).

articles/azure-resource-manager/bicep/diagnostics/bcp073.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ resource blobService 'Microsoft.Storage/storageAccounts/blobServices@2023-04-01'
6767

6868
## Next steps
6969

70-
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).
70+
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).

articles/azure-resource-manager/bicep/diagnostics/bcp077.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ output customerHeaders object = webhook.properties.customHeaders
3232

3333
## Next steps
3434

35-
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).
35+
For more information about Bicep diagnostics, see [Bicep core diagnostics](../bicep-core-diagnostics.md).

articles/azure-resource-manager/bicep/diagnostics/bcp126.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BCP126
33
description: Function <function-name> can't be used as a variable decorator.
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 08/23/2024
6+
ms.date: 02/12/2025
77
---
88

99
# Bicep diagnostic code - BCP126

articles/azure-resource-manager/bicep/diagnostics/bcp127.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BCP127
33
description: Function <function-name> can't be used as a resource decorator.
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 08/23/2024
6+
ms.date: 02/12/2025
77
---
88

99
# Bicep diagnostic code - BCP127

articles/azure-resource-manager/bicep/diagnostics/bcp128.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BCP128
33
description: Function <function-name> can't be used as a module decorator.
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 08/23/2024
6+
ms.date: 02/12/2025
77
---
88

99
# Bicep diagnostic code - BCP128

articles/azure-resource-manager/bicep/diagnostics/bcp129.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BCP129
33
description: Function <function-name> can't be used as an output decorator.
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 08/23/2024
6+
ms.date: 02/12/2025
77
---
88

99
# Bicep diagnostic code - BCP129
@@ -12,7 +12,7 @@ This diagnostic occurs when you specify an invalid output decorator.
1212

1313
## Description
1414

15-
Function \<function-name> can't be used as a output decorator.
15+
Function \<function-name> can't be used as an output decorator.
1616

1717
## Level
1818

0 commit comments

Comments
 (0)