Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 423249f
Choose a base ref
...
head repository: aws/aws-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d3572db
Choose a head ref
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on May 14, 2021

  1. Add quotes to the last parameter in the command

    Add quotes to the last parameter in the command. Without these quotes command will return following error,
    Parameter validation failed:
    Invalid type for parameter IpPermissions[0].IpRanges[0], value: CidrIp=XX.XX.XX.XX/32, type: <class 'str'>, valid types: <class 'dict'>
    Invalid type for parameter IpPermissions[1].IpRanges[0], value: Description=Access from Xyz, type: <class 'str'>, valid types: <class 'dict'>
    akshayhiremath authored May 14, 2021
    Configuration menu
    Copy the full SHA
    9dd6fb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. fix: allow colorama upgrade

    Signed-off-by: Yoan Blanc <yblanc@edgelab.ch>
    greut authored and stealthycoin committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2ade77e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Merge branch 'release-1.22.101' into develop

    * release-1.22.101:
      Bumping version to 1.22.101
      Add changelog entries from botocore
    aws-sdk-python-automation committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    08fdf52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6893 from stealthycoin/colorama

    fix: allow colorama upgrade
    stealthycoin authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    301b235 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6170 from akshayhiremath/patch-1

    Add quotes to the last parameter in the command
    stealthycoin authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e604854 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    5b6ca13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b705ad0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-1.23.0' into develop

    * release-1.23.0:
      Bumping version to 1.23.0
      Add changelog entries from botocore
    aws-sdk-python-automation committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    9c7abbf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-1.23.0'

    * release-1.23.0:
      Bumping version to 1.23.0
      Add changelog entries from botocore
      fix: allow colorama upgrade
      Add quotes to the last parameter in the command
    aws-sdk-python-automation committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    edad847 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    b280e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f3eea View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-1.23.1'

    * release-1.23.1:
      Bumping version to 1.23.1
      Add changelog entries from botocore
    aws-sdk-python-automation committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    d3572db View commit details
    Browse the repository at this point in the history
Loading