Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark code that has been deleted in V4 as obsolete in V3 #3685

Merged
merged 2 commits into from
Mar 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add CloudFront and change log file
  • Loading branch information
normj committed Mar 2, 2025
commit 13efcff8ca5345b3cbe583bd8bf96ec17471b3f8
19 changes: 19 additions & 0 deletions generator/.DevConfigs/B065642D-B26D-4814-989D-053713461D9B.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"services": [
{
"serviceName": "CloudFront",
"type": "patch",
"changeLogMessages": [
"Mark AmazonCloudFrontUtil as obsolete and will be removed in the next major version."
]
},
{
"serviceName": "EC2",
"type": "patch",
"changeLogMessages": [
"Mark ImageUtilities as obsolete and will be removed in the next major version.",
"Mark VPCUtilities as obsolete and will be removed in the next major version."
]
}
]
}
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@
*
*/

using System;
using System.Collections.Specialized;

using Amazon.Util;
@@ -29,6 +30,7 @@ namespace Amazon.CloudFront.Util
/// <summary>
/// Provides utilities used by the Amazon CloudFront client implementation.
/// </summary>
[Obsolete("This utility class is no longer maintained and will be removed in the next major version.")]
public static class AmazonCloudFrontUtil
{
/// <summary>