Skip to content

Commit 686009c

Browse files
committed
update
1 parent 9ddf86e commit 686009c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-resource-manager/bicep/linter-rule-artifacts-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This rule verifies whether the artifacts parameters are defined correctly. The f
1313
- `_artifactsLocation` must be a string.
1414
- If `_artifactsLocation` has a default value, it must be either `'[deployment().properties.templateLink.uri]'` or a raw URL for its default value.
1515
- `_artifactsLocationSasToken` must be a secure string.
16-
- If `_artifactsLocationSasToken` has a default value, it must be an empty string
16+
- If `_artifactsLocationSasToken` has a default value, it must be an empty string.
1717
- If a referenced module has an `_artifactsLocation` or `_artifactsLocationSasToken` parameter, a value must be passed in for those parameters, even if they have default values in the module.
1818

1919
## Linter rule code

articles/event-grid/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ items:
2525
- name: Azure PowerShell
2626
href: ../storage/blobs/storage-blob-event-quickstart-powershell.md?toc=%2fazure%2fevent-grid%2ftoc.json
2727
- name: Bicep
28-
displayName: Resource Manager, ARM
28+
displayName: Resource Manager,ARM,template
2929
href: blob-event-quickstart-bicep.md
3030
- name: ARM template
3131
displayName: Resource Manager
@@ -289,7 +289,7 @@ items:
289289
- name: Get access keys for topics or domains
290290
href: get-access-keys.md
291291
- name: Get schema supported by a topic
292-
href: get-topic-schema.md
292+
href: get-topic-schema.md
293293
- name: Publish events custom topics using access keys
294294
href: post-to-custom-topic.md
295295
- name: Receive events at HTTP endpoint

0 commit comments

Comments
 (0)