Skip to content

Commit 6d0f8d7

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@eb5a497c.
1 parent ff3fe4d commit 6d0f8d7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Segment.PublicApi.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{4CE329C4-CC94-44FC-8966-622D2059E128}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{FDF7BF71-C013-4866-B97C-96F8B4C225C7}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{4CE329C4-CC94-44FC-8966-622D2059E128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{4CE329C4-CC94-44FC-8966-622D2059E128}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{4CE329C4-CC94-44FC-8966-622D2059E128}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{4CE329C4-CC94-44FC-8966-622D2059E128}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{FDF7BF71-C013-4866-B97C-96F8B4C225C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{FDF7BF71-C013-4866-B97C-96F8B4C225C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{FDF7BF71-C013-4866-B97C-96F8B4C225C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{FDF7BF71-C013-4866-B97C-96F8B4C225C7}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected CreateInsertFunctionInstanceAlphaInput() { }
4040
/// <summary>
4141
/// Initializes a new instance of the <see cref="CreateInsertFunctionInstanceAlphaInput" /> class.
4242
/// </summary>
43-
/// <param name="functionId">Insert Function id to which this instance is associated. (required).</param>
43+
/// <param name="functionId">Insert Function id to which this instance is associated. Note: Remove the ifnd_/ifns_ prefix from the id. (required).</param>
4444
/// <param name="integrationId">The Source or Destination id to be connected. (required).</param>
4545
/// <param name="enabled">Whether this insert Function instance should be enabled for the Destination..</param>
4646
/// <param name="name">Defines the display name of the insert Function instance. (required).</param>
@@ -75,9 +75,9 @@ protected CreateInsertFunctionInstanceAlphaInput() { }
7575
}
7676

7777
/// <summary>
78-
/// Insert Function id to which this instance is associated.
78+
/// Insert Function id to which this instance is associated. Note: Remove the ifnd_/ifns_ prefix from the id.
7979
/// </summary>
80-
/// <value>Insert Function id to which this instance is associated.</value>
80+
/// <value>Insert Function id to which this instance is associated. Note: Remove the ifnd_/ifns_ prefix from the id.</value>
8181
[DataMember(Name = "functionId", IsRequired = true, EmitDefaultValue = true)]
8282
public string FunctionId { get; set; }
8383

0 commit comments

Comments
 (0)