Skip to content

Commit 6bc7e54

Browse files
authored
Bump version of MGC (Azure#46565)
* Bump version of MGC * add dependencies * update lock file * fix dependencies * update test * remove additional namespace * specify peer dependencies
1 parent a0d8034 commit 6bc7e54

25 files changed

+927
-2597
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
</ItemGroup>
244244

245245
<ItemGroup Condition="'$(IsGeneratorLibrary)' == 'true'">
246-
<PackageReference Update="Microsoft.Generator.CSharp.ClientModel" Version="1.0.0-alpha.20240913.1" />
246+
<PackageReference Update="Microsoft.Generator.CSharp.ClientModel" Version="1.0.0-alpha.20241010.1" />
247247
</ItemGroup>
248248

249249
<!--

eng/packages/http-client-csharp/generator/Azure.Generator/src/AzureClientPlugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public AzureClientPlugin(GeneratorContext context) : base(context)
3737
/// </summary>
3838
public override void Configure()
3939
{
40+
base.Configure();
4041
}
4142

4243
/// <summary>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ public static InputModelProperty Property(
150150
type,
151151
isRequired,
152152
isReadOnly,
153-
isDiscriminator,
154-
null);
153+
isDiscriminator);
155154
}
156155

157156
public static InputModelType Model(

eng/packages/http-client-csharp/generator/TestProjects/Local/Basic-TypeSpec/src/Generated/BasicTypeSpecClient.cs

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)