Skip to content

Commit b8a8ffd

Browse files
authored
Merge branch 'petesong/phase-3-pr-1-pt1' into petesong/phase-3-pr-1-pt2
2 parents 1715102 + 537dab3 commit b8a8ffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/.DevConfigs/de36e342-fb55-4e5f-85d1-e0fff6f0ec93.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"updateMinimum": true,
44
"type": "patch",
55
"changeLogMessages": [
6-
"Add check to see if required query string parameters are set. If not set, then the SDK will throw the generic service level exception."
6+
"Add check to see if required query string parameters are set. If not set, then the SDK will throw the generic service level exception."
77
]
88
}
99
}

generator/ServiceClientGeneratorLib/ServiceModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ public List<Operation> S3AllowListOperations
552552
//new Operation(this, "GetBucketIntelligentTieringConfiguration", DocumentRoot[OperationsKey]["GetBucketIntelligentTieringConfiguration"]),
553553
//new Operation(this, "GetBucketInventoryConfiguration", DocumentRoot[OperationsKey]["GetBucketInventoryConfiguration"]),
554554
//new Operation(this, "GetBucketLogging", DocumentRoot[OperationsKey]["GetBucketLogging"]),
555-
new Operation(this, "GetBucketMetricsConfiguration", DocumentRoot[OperationsKey]["GetBucketMetricsConfiguration"]),
555+
new Operation(this, "GetBucketMetricsConfiguration", DocumentRoot[OperationsKey]["GetBucketMetricsConfiguration"]),
556556
//new Operation(this, "GetBucketVersioning", DocumentRoot[OperationsKey]["GetBucketVersioning"]),
557557
//new Operation(this, "GetBucketWebsite", DocumentRoot[OperationsKey]["GetBucketWebsite"]),
558558
//new Operation(this, "ListBucketAnalyticsConfigurations", DocumentRoot[OperationsKey]["ListBucketAnalyticsConfigurations"]),

0 commit comments

Comments
 (0)