Skip to content

Commit 18e82d8

Browse files
committed
Update API DescribeApplicationAttribute: add response parameters Body.Endpoints.$.PortDescription.
1 parent 1ca6e0c commit 18e82d8

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

polardb-20170801/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-11-14 Version: 6.1.5
2+
- Update API DescribeApplicationAttribute: add response parameters Body.Endpoints.$.PortDescription.
3+
4+
15
2025-11-06 Version: 6.1.4
26
- Update API DescribeAIDBClusterAttribute: add response parameters Body.DBNodes.$.CreationTime.
37

polardb-20170801/core/Models/DescribeApplicationAttributeResponseBody.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ public class DescribeApplicationAttributeResponseBodyEndpoints : TeaModel {
277277
[Validation(Required=false)]
278278
public string Port { get; set; }
279279

280+
[NameInMap("PortDescription")]
281+
[Validation(Required=false)]
282+
public string PortDescription { get; set; }
283+
280284
}
281285

282286
/// <summary>

polardb-20170801/core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("23734b10-bb33-11f0-9a52-c1453de12243")]
23+
[assembly: Guid("5c1152b0-c17c-11f0-9ca2-2bb88884f5de")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//
@@ -30,4 +30,4 @@
3030
// Revision
3131
//
3232
[assembly: AssemblyVersion("6.1.3.0")]
33-
[assembly: AssemblyFileVersion("6.1.4.0")]
33+
[assembly: AssemblyFileVersion("6.1.5.0")]

polardb-20170801/core/polardb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<AssemblyName>AlibabaCloud.SDK.Polardb20170801</AssemblyName>
10-
<Version>6.1.4</Version>
10+
<Version>6.1.5</Version>
1111
<LangVersion>5</LangVersion>
1212
<Authors>Alibaba Cloud</Authors>
1313
<Description>Alibaba Cloud ApsaraDB for POLARDB (20170801) SDK Library for .NET</Description>

0 commit comments

Comments
 (0)