Skip to content

Commit aacd758

Browse files
authored
Merge branch 'master' into huijbers/compiling-fixture
2 parents 8a9a28f + 2b34abb commit aacd758

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/@aws-cdk/cfnspec/spec-source/cfn-lint/StatefulResources/000.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"AWS::Logs::LogGroup" : {},
1818
"AWS::Neptune::DBCluster" : {},
1919
"AWS::Neptune::DBInstance" : {},
20+
"AWS::OpenSearchService::Domain" : {},
2021
"AWS::QLDB::Ledger" : {},
2122
"AWS::RDS::DBCluster" : {},
2223
"AWS::RDS::DBInstance" : {},

scripts/check-build-prerequisites.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ app_min="3.1.0"
9595
check_which $app $app_min
9696
app_v=$(${app} --list-sdks)
9797
echo -e "Checking dotnet version... \c"
98-
if [ $(echo $app_v | grep -c -E "(3\.1\.[0-9]+|5\.[0-9]+\.[0-9]+)") -eq 1 ]
98+
if [ $(echo $app_v | grep -c -E "(3\.1\.[0-9]+|5\.[0-9]+\.[0-9]+|6\.[0-9]+\.[0-9]+)") -eq 1 ]
9999
then
100100
echo "Ok"
101101
else

0 commit comments

Comments
 (0)