Skip to content

Commit 429f760

Browse files
authored
Fix pipeline break (Azure#34615)
1 parent 9440800 commit 429f760

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net461.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,6 @@ public void Reset() { }
168168
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
169169
}
170170
}
171-
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
172-
public readonly partial struct DynamicJsonProperty
173-
{
174-
private readonly object _dummy;
175-
private readonly int _dummyPrimitive;
176-
public string Name { get { throw null; } }
177-
public Azure.Core.Dynamic.DynamicJson Value { get { throw null; } }
178-
}
179171
public enum DynamicJsonNameMapping
180172
{
181173
None = 0,
@@ -190,6 +182,14 @@ public partial struct DynamicJsonOptions
190182
public DynamicJsonOptions() { throw null; }
191183
public Azure.Core.Dynamic.DynamicJsonNameMapping PropertyNameCasing { get { throw null; } set { } }
192184
}
185+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
186+
public readonly partial struct DynamicJsonProperty
187+
{
188+
private readonly object _dummy;
189+
private readonly int _dummyPrimitive;
190+
public string Name { get { throw null; } }
191+
public Azure.Core.Dynamic.DynamicJson Value { get { throw null; } }
192+
}
193193
}
194194
namespace Azure.Core.Json
195195
{

sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net6.0.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,6 @@ public void Reset() { }
168168
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
169169
}
170170
}
171-
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
172-
public readonly partial struct DynamicJsonProperty
173-
{
174-
private readonly object _dummy;
175-
private readonly int _dummyPrimitive;
176-
public string Name { get { throw null; } }
177-
public Azure.Core.Dynamic.DynamicJson Value { get { throw null; } }
178-
}
179171
public enum DynamicJsonNameMapping
180172
{
181173
None = 0,
@@ -190,6 +182,14 @@ public partial struct DynamicJsonOptions
190182
public DynamicJsonOptions() { throw null; }
191183
public Azure.Core.Dynamic.DynamicJsonNameMapping PropertyNameCasing { get { throw null; } set { } }
192184
}
185+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
186+
public readonly partial struct DynamicJsonProperty
187+
{
188+
private readonly object _dummy;
189+
private readonly int _dummyPrimitive;
190+
public string Name { get { throw null; } }
191+
public Azure.Core.Dynamic.DynamicJson Value { get { throw null; } }
192+
}
193193
}
194194
namespace Azure.Core.Json
195195
{

sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.netstandard2.0.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,6 @@ public void Reset() { }
168168
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
169169
}
170170
}
171-
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
172-
public readonly partial struct DynamicJsonProperty
173-
{
174-
private readonly object _dummy;
175-
private readonly int _dummyPrimitive;
176-
public string Name { get { throw null; } }
177-
public Azure.Core.Dynamic.DynamicJson Value { get { throw null; } }
178-
}
179171
public enum DynamicJsonNameMapping
180172
{
181173
None = 0,
@@ -190,6 +182,14 @@ public partial struct DynamicJsonOptions
190182
public DynamicJsonOptions() { throw null; }
191183
public Azure.Core.Dynamic.DynamicJsonNameMapping PropertyNameCasing { get { throw null; } set { } }
192184
}
185+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
186+
public readonly partial struct DynamicJsonProperty
187+
{
188+
private readonly object _dummy;
189+
private readonly int _dummyPrimitive;
190+
public string Name { get { throw null; } }
191+
public Azure.Core.Dynamic.DynamicJson Value { get { throw null; } }
192+
}
193193
}
194194
namespace Azure.Core.Json
195195
{

0 commit comments

Comments
 (0)