Skip to content

Commit bc93719

Browse files
authored
Merge branch 'master' into master
2 parents 1be52bc + e1b28cf commit bc93719

File tree

459 files changed

+117925
-4077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

459 files changed

+117925
-4077
lines changed

aws-cli/bash-linux/ec2/change-ec2-instance-type/test_change_ec2_instance_type.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [ "$INTERACTIVE" == "true" ]; then iecho "Tests running in interactive mode."
6565

6666
iecho ""
6767
iecho "***************SETUP STEPS******************"
68-
# First, get the AMI ID for the one running the latest Amazon Linix 2.
68+
# First, get the AMI ID for the one running the latest Amazon Linux 2.
6969
iecho -n "Retrieving the AMI ID for the latest Amazon Linux 2 AMI..."
7070
AMI_ID=$(aws ec2 describe-images \
7171
--owners 'amazon' \

aws-cli/bash-linux/s3/bucket-lifecycle-operations/test_bucket_operations.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function usage {
2727
echo " account that can incur charges. It is your responsibility to"
2828
echo " ensure that no resources are left in your account after the script"
2929
echo " completes. If an error occurs during the operation of the script,"
30-
echo " then resources can remain that you might need to delete manaully."
30+
echo " then resources can remain that you might need to delete manually."
3131
}
3232

3333
# Set default values.

code-index.md

-36
This file was deleted.

dotnet/.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ ipch/
6262
*.cachefile
6363

6464
# Visual Studio
65-
# .NET Core does not use solution files
66-
*.sln
65+
# .NET Core supports .sln files
6766

6867
# Visual Studio profiler
6968
*.psess

dotnet/Getting_Started_VS/Getting-Started-VS.sln

-31
This file was deleted.

dotnet/Getting_Started_VS/Getting-Started-VS/Program.cs

-181
This file was deleted.

dotnet/Getting_Started_VS/Getting_Started_VS_Tests/Getting_Started_VS_Tests.csproj

-20
This file was deleted.

dotnet/Getting_Started_VS/Getting_Started_VS_Tests/ProgramTests.cs

-28
This file was deleted.

dotnet/Getting_Started_VS/README.md

-69
This file was deleted.

0 commit comments

Comments
 (0)