From a466b40a1965cbf43765d1ea0405f7530c153da8 Mon Sep 17 00:00:00 2001 From: "[taskcat-ci]" Date: Mon, 26 Jul 2021 22:26:12 -0700 Subject: [PATCH 1/6] [taskcat-ci] Updating submodules --- submodules/quickstart-microsoft-rdgateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/quickstart-microsoft-rdgateway b/submodules/quickstart-microsoft-rdgateway index 1f0f71b..be93b89 160000 --- a/submodules/quickstart-microsoft-rdgateway +++ b/submodules/quickstart-microsoft-rdgateway @@ -1 +1 @@ -Subproject commit 1f0f71bce50345a8db21f67e5ff8dc580454f351 +Subproject commit be93b89126a1844b6e0061764bf933f8db3f84c4 From 55350e67be9016c1b4b8e6b89e16547448576782 Mon Sep 17 00:00:00 2001 From: "[taskcat-ci]" Date: Mon, 9 Aug 2021 22:26:12 -0700 Subject: [PATCH 2/6] [taskcat-ci] Updating submodules --- submodules/quickstart-linux-bastion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/quickstart-linux-bastion b/submodules/quickstart-linux-bastion index dd1762f..b9950be 160000 --- a/submodules/quickstart-linux-bastion +++ b/submodules/quickstart-linux-bastion @@ -1 +1 @@ -Subproject commit dd1762f3d263f3b6b2156340fa36fcff30765888 +Subproject commit b9950be657d8a8c76e71fca157b4952a587342f4 From d330383db7ee114984512b6368ff658e3de8014b Mon Sep 17 00:00:00 2001 From: "[taskcat-ci]" Date: Mon, 16 Aug 2021 22:26:12 -0700 Subject: [PATCH 3/6] [taskcat-ci] Updating submodules --- submodules/quickstart-microsoft-rdgateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/quickstart-microsoft-rdgateway b/submodules/quickstart-microsoft-rdgateway index be93b89..f759e77 160000 --- a/submodules/quickstart-microsoft-rdgateway +++ b/submodules/quickstart-microsoft-rdgateway @@ -1 +1 @@ -Subproject commit be93b89126a1844b6e0061764bf933f8db3f84c4 +Subproject commit f759e77b3d3d826f3fc96213d61037893266d177 From 89a926ca07c537fd0a9aed54ca10c10147edc1eb Mon Sep 17 00:00:00 2001 From: "[taskcat-ci]" Date: Mon, 23 Aug 2021 22:26:12 -0700 Subject: [PATCH 4/6] [taskcat-ci] Updating submodules --- submodules/quickstart-microsoft-rdgateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/quickstart-microsoft-rdgateway b/submodules/quickstart-microsoft-rdgateway index f759e77..7becaf1 160000 --- a/submodules/quickstart-microsoft-rdgateway +++ b/submodules/quickstart-microsoft-rdgateway @@ -1 +1 @@ -Subproject commit f759e77b3d3d826f3fc96213d61037893266d177 +Subproject commit 7becaf192403d4092b4a8c4ad8f9b03c3d07ab20 From a4bbf936425cc9bc4b3a6fe22287f1970d3b361a Mon Sep 17 00:00:00 2001 From: Vinod Shukla Date: Tue, 24 Aug 2021 17:03:38 -0400 Subject: [PATCH 5/6] Added QS-ID --- .../templates/cloudformation-stack-ttl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cloudformation-stack-ttl/templates/cloudformation-stack-ttl.yaml b/samples/cloudformation-stack-ttl/templates/cloudformation-stack-ttl.yaml index e107b9e..aa1c0b7 100644 --- a/samples/cloudformation-stack-ttl/templates/cloudformation-stack-ttl.yaml +++ b/samples/cloudformation-stack-ttl/templates/cloudformation-stack-ttl.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: Schedule automatic deletion of CloudFormation stacks +Description: Schedule automatic deletion of CloudFormation stacks. (qs-1s7darhsn) Metadata: AWS::CloudFormation::Interface: ParameterGroups: From 00b3f5c08b19e6bd92d43c2abe21a272c3639de5 Mon Sep 17 00:00:00 2001 From: vsnyc Date: Tue, 24 Aug 2021 17:25:32 -0400 Subject: [PATCH 6/6] Added QS-ID --- .../iot-button-deploy-cloudformation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/iot-button-deploy-cloudformation/iot-button-deploy-cloudformation.yaml b/samples/iot-button-deploy-cloudformation/iot-button-deploy-cloudformation.yaml index 48cdcc7..6766dac 100644 --- a/samples/iot-button-deploy-cloudformation/iot-button-deploy-cloudformation.yaml +++ b/samples/iot-button-deploy-cloudformation/iot-button-deploy-cloudformation.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: Deploys an AWS Lambda function that will deploy an input AWS CloudFormation template with a provided parameter file. This Lambda function can be used as an action for the AWS IoT Button to deploy AWS CloudFormation templates. +Description: Deploys an AWS Lambda function that will deploy an input AWS CloudFormation template with a provided parameter file. This Lambda function can be used as an action for the AWS IoT Button to deploy AWS CloudFormation templates. (qs-1s7dari0g) Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -114,4 +114,4 @@ Resources: Handler: "index.handler" Runtime: "python3.6" Timeout: 60 - Role: !GetAtt IoTButtonLambdaExecutionRole.Arn \ No newline at end of file + Role: !GetAtt IoTButtonLambdaExecutionRole.Arn