Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into mgmt-test
  • Loading branch information
live1206 committed Dec 2, 2024
commit e2bdf061b9b72f6c62ae0561e3f4282d4ad5a6ec
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
</ItemGroup>

<ItemGroup Condition="'$(IsGeneratorLibrary)' == 'true'">
<PackageReference Update="Microsoft.Generator.CSharp.ClientModel" Version="1.0.0-alpha.20241126.2" />
<PackageReference Update="Microsoft.Generator.CSharp.ClientModel" Version="1.0.0-alpha.20241128.1" />
</ItemGroup>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import { CreateSdkContextOptions } from "@azure-tools/typespec-client-generator-
export const azureSDKContextOptions: CreateSdkContextOptions = {
versioning: {},
additionalDecorators: [
// https://github.com/Azure/typespec-azure/blob/main/packages/typespec-client-generator-core/README.md#usesystemtextjsonconverter
"Azure\\.ClientGenerator\\.Core\\.@useSystemTextJsonConverter",
// https://github.com/Azure/typespec-azure/blob/main/packages/typespec-azure-resource-manager/README.md#armprovidernamespace
"Azure\\.ResourceManager\\.@armProviderNamespace"
]
};
You are viewing a condensed version of this merge commit. You can view the full changes here.