From c6332601aaafda6acd18bcc5669c9d3f0d439181 Mon Sep 17 00:00:00 2001 From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:21:29 -0600 Subject: [PATCH] Corrections to metadata and README. --- .doc_gen/metadata/cloudformation_metadata.yaml | 2 +- dotnetv3/CloudFormation/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.doc_gen/metadata/cloudformation_metadata.yaml b/.doc_gen/metadata/cloudformation_metadata.yaml index 5abc496fbce..5a1ba13915c 100644 --- a/.doc_gen/metadata/cloudformation_metadata.yaml +++ b/.doc_gen/metadata/cloudformation_metadata.yaml @@ -13,4 +13,4 @@ cloudformation_Hello: snippet_tags: - CloudFormation.dotnetv3.CloudFormationActions.HelloCloudFormation services: - bedrock: {DescribeStackResourcesAsync} + cloudformation: {DescribeStackResources} diff --git a/dotnetv3/CloudFormation/README.md b/dotnetv3/CloudFormation/README.md index 1a8ddc179d6..22403926f6e 100644 --- a/dotnetv3/CloudFormation/README.md +++ b/dotnetv3/CloudFormation/README.md @@ -31,7 +31,7 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3 ### Get started -- [Hello CloudFormation](Actions/HelloCloudFormation.cs) +- [Hello CloudFormation](Actions/HelloCloudFormation.cs#L4) (`DescribeStackResources`)