Skip to content

Commit

Permalink
Fixing typo with generate-reference-docs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Sep 26, 2023
1 parent 3d88dc3 commit 2d90f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/generate-reference-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def generate_reference_table(base_directory, output_filename):
primary_identifiers_output = ", ".join(primary_identifiers)
notes_output = ""
if is_nonidempotent:
notes_output = "\u26a0 This resource type is non-idempotent. See [here](https://github.com/radius-project/bicep-types-aws/blob/main/docs/reference/supported_resources.md) for more information."
notes_output = "\u26a0 This resource type is non-idempotent. See [here](https://github.com/radius-project/bicep-types-aws/blob/main/docs/reference/limitations.md) for more information."

aws_resource_type = resource_type.split("::")[1].lower()
resource_api_version = "default"
Expand Down

0 comments on commit 2d90f14

Please sign in to comment.