You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
live1206
changed the title
Split Azure plugin into sub-plugins for DPG and MPG
Split MPG related logic into a sub-plugin from Azure plugin
Feb 28, 2025
We are having more and more check of IsAzureArm in Azure plugin, and it grows.
azure-sdk-for-net/eng/packages/http-client-csharp/generator/Azure.Generator/src/AzureClientPlugin.cs
Line 56 in 211a881
azure-sdk-for-net/eng/packages/http-client-csharp/generator/Azure.Generator/src/AzureTypeFactory.cs
Line 116 in 211a881
azure-sdk-for-net/eng/packages/http-client-csharp/generator/Azure.Generator/src/AzureOutputLibrary.cs
Line 81 in 211a881
azure-sdk-for-net/eng/packages/http-client-csharp/generator/Azure.Generator/src/Primitives/NewAzureProjectScaffolding.cs
Line 124 in 211a881
It's time to split MPG part out from it with a new sub-plugin called
MPGClientPlugin
.The existing
AzureClientPlugin
holds the logic for DPG.The text was updated successfully, but these errors were encountered: