Skip to content

Commit 194a1e4

Browse files
There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment.
1 parent 547dacc commit 194a1e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

generator/ServiceModels/networkmanager/networkmanager-2019-07-05.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@
13601360
"CoreNetworkNetworkFunctionGroup$EdgeLocations": "<p>The core network edge locations.</p>",
13611361
"CoreNetworkSegment$EdgeLocations": "<p>The Regions where the edges are located.</p>",
13621362
"CreateDirectConnectGatewayAttachmentRequest$EdgeLocations": "<p>One or more core network edge locations that the Direct Connect gateway attachment is associated with. </p>",
1363-
"UpdateDirectConnectGatewayAttachmentRequest$EdgeLocations": "<p>One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. <code>EdgeLocations</code> is only used for Direct Connect gateway attachments. Do</p>"
1363+
"UpdateDirectConnectGatewayAttachmentRequest$EdgeLocations": "<p>One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. <code>EdgeLocations</code> is only used for Direct Connect gateway attachments.</p>"
13641364
}
13651365
},
13661366
"FilterMap": {

generator/ServiceModels/networkmanager/networkmanager-2019-07-05.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7261,7 +7261,7 @@
72617261
},
72627262
"EdgeLocations":{
72637263
"shape":"ExternalRegionCodeList",
7264-
"documentation":"<p>One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. <code>EdgeLocations</code> is only used for Direct Connect gateway attachments. Do</p>"
7264+
"documentation":"<p>One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. <code>EdgeLocations</code> is only used for Direct Connect gateway attachments.</p>"
72657265
}
72667266
}
72677267
},

sdk/src/Services/NetworkManager/Generated/Model/UpdateDirectConnectGatewayAttachmentRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ internal bool IsSetAttachmentId()
6363
/// <para>
6464
/// One or more edge locations to update for the Direct Connect gateway attachment. The
6565
/// updated array of edge locations overwrites the previous array of locations. <c>EdgeLocations</c>
66-
/// is only used for Direct Connect gateway attachments. Do
66+
/// is only used for Direct Connect gateway attachments.
6767
/// </para>
6868
/// </summary>
6969
public List<string> EdgeLocations

0 commit comments

Comments
 (0)