diff --git a/SDK.CHANGELOG.md b/SDK.CHANGELOG.md index a40061e9dbab..90d5f6fc0079 100644 --- a/SDK.CHANGELOG.md +++ b/SDK.CHANGELOG.md @@ -1,3 +1,11 @@ +### 3.3.130.0 (2017-07-27 19:59 UTC) +* EC2 (3.3.19.0) + * The CreateDefaultVPC API enables you to create a new default VPC . You no longer need to contact AWS support, if your default VPC has been deleted. +* KinesisAnalytics (3.3.2.0) + * Added additional exception types and clarified documentation. +* SecurityToken (3.3.3.0) + * Removed use of new credential cache when authenticating using SAML, causing issues with the default Kereberos mode. Setting UseDefaultCredentials fixed issue and also worked with NTLM mode, for both domain joined and non-joined usage scenarios. + ### 3.3.129.0 (2017-07-26 22:18 UTC) * CloudFront (3.3.5.0) * Fixed CloudFrontCookierSigner incorrectly constructing resource path diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index 99adad243180..b292dd3e8058 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,6 +1,6 @@ { - "ProductVersion" : "3.3.129.0", + "ProductVersion" : "3.3.130.0", "CoreVersion" : "3.3.17.4", "DefaultToPreview" : false, "ServiceVersions" : { @@ -151,7 +151,7 @@ "InPreview" : false }, "EC2" : { - "Version" : "3.3.18.0", + "Version" : "3.3.19.0", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" @@ -321,7 +321,7 @@ "InPreview" : false }, "SecurityToken" : { - "Version" : "3.3.2.3", + "Version" : "3.3.3.0", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" @@ -577,7 +577,7 @@ "InPreview" : false }, "KinesisAnalytics" : { - "Version" : "3.3.1.3", + "Version" : "3.3.2.0", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" diff --git a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs index 67c0f491a6b6..ecb845cafedd 100644 --- a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3.18.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.19.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KinesisAnalytics/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KinesisAnalytics/Properties/AssemblyInfo.cs index 206db6c65b3a..a8477ab2cd49 100644 --- a/sdk/code-analysis/ServiceAnalysis/KinesisAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KinesisAnalytics/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3.1.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.2.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SecurityToken/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SecurityToken/Properties/AssemblyInfo.cs index 72fecf8a0428..7cdaa36ff50b 100644 --- a/sdk/code-analysis/ServiceAnalysis/SecurityToken/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SecurityToken/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3.2.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.3.0")] \ No newline at end of file diff --git a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs index 4cf1a37408ea..82b64abe8290 100644 --- a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs +++ b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.EC2 public partial class AmazonEC2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.18.0"); + InternalSDKUtils.BuildUserAgentString("3.3.19.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs index 90627c2f2fcc..7b117f98cf92 100644 --- a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3.18.0")] +[assembly: AssemblyFileVersion("3.3.19.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/src/Services/KinesisAnalytics/Generated/AmazonKinesisAnalyticsConfig.cs b/sdk/src/Services/KinesisAnalytics/Generated/AmazonKinesisAnalyticsConfig.cs index 7701a393ae38..495541bc0f04 100644 --- a/sdk/src/Services/KinesisAnalytics/Generated/AmazonKinesisAnalyticsConfig.cs +++ b/sdk/src/Services/KinesisAnalytics/Generated/AmazonKinesisAnalyticsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KinesisAnalytics public partial class AmazonKinesisAnalyticsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.1.3"); + InternalSDKUtils.BuildUserAgentString("3.3.2.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/KinesisAnalytics/Properties/AssemblyInfo.cs b/sdk/src/Services/KinesisAnalytics/Properties/AssemblyInfo.cs index 0d895ea4f8a1..e33e74072360 100644 --- a/sdk/src/Services/KinesisAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KinesisAnalytics/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3.1.3")] +[assembly: AssemblyFileVersion("3.3.2.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/src/Services/SecurityToken/Generated/AmazonSecurityTokenServiceConfig.cs b/sdk/src/Services/SecurityToken/Generated/AmazonSecurityTokenServiceConfig.cs index 38ae1242fb9e..d3daeac43805 100644 --- a/sdk/src/Services/SecurityToken/Generated/AmazonSecurityTokenServiceConfig.cs +++ b/sdk/src/Services/SecurityToken/Generated/AmazonSecurityTokenServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SecurityToken public partial class AmazonSecurityTokenServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.2.3"); + InternalSDKUtils.BuildUserAgentString("3.3.3.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/SecurityToken/Properties/AssemblyInfo.cs b/sdk/src/Services/SecurityToken/Properties/AssemblyInfo.cs index 9bbc2cec425a..b4db8b6499bd 100644 --- a/sdk/src/Services/SecurityToken/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SecurityToken/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3.2.3")] +[assembly: AssemblyFileVersion("3.3.3.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)]