Skip to content

Commit 76fe086

Browse files
authored
bump MTG version (#50952)
1 parent 54514fb commit 76fe086

File tree

60 files changed

+103217
-106584
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+103217
-106584
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450

451451
<PropertyGroup>
452452
<TestProxyVersion>1.0.0-dev.20250501.1</TestProxyVersion>
453-
<UnbrandedGeneratorVersion>1.0.0-alpha.20250625.1</UnbrandedGeneratorVersion>
453+
<UnbrandedGeneratorVersion>1.0.0-alpha.20250627.2</UnbrandedGeneratorVersion>
454454
<AzureGeneratorVersion>1.0.0-alpha.20250625.3</AzureGeneratorVersion>
455455
</PropertyGroup>
456456
</Project>

eng/packages/http-client-csharp/generator/Azure.Generator/test/common/InputFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,11 +542,11 @@ public static InputType Array(InputType elementType)
542542
return new InputArrayType("list", "list", elementType);
543543
}
544544

545-
public static InputPagingServiceMetadata NextLinkPagingMetadata(string itemPropertyName, string nextLinkName, InputResponseLocation nextLinkLocation)
545+
public static InputPagingServiceMetadata NextLinkPagingMetadata(string itemPropertyName, string nextLinkName, InputResponseLocation nextLinkLocation, IReadOnlyList<InputParameter>? reinjectedParameters = null)
546546
{
547547
return PagingMetadata(
548548
[itemPropertyName],
549-
new InputNextLink(null, [nextLinkName], nextLinkLocation),
549+
new InputNextLink(null, [nextLinkName], nextLinkLocation, reinjectedParameters),
550550
null);
551551
}
552552
}

0 commit comments

Comments
 (0)