Open live1206 opened 1 week ago
---high priority item
xxx.Samples.csproj
not generated and not included in .sln
assets.json
not generated<PackageId>Azure.ResourceManager.xxx</PackageId>
not generated in Azure.ResourceManager.xxx.csprojtests/xxxManagementTestBase.cs
and /tests/xxxManagementTestEnvironment.cs
not generated--low priority item
<Description> xxx.</Description>
in Azure.ResourceManager.xxx.csproj<PackageTags>xxxx</PackageTags>
in Azure.ResourceManager.xxx.csproj[assembly:Azure.Core.AzureResourceProviderNamespace("Microsoft.Template")]
in Azure.ResourceManager.xxx.csproj<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
in Azure.ResourceManager.xxx.csproj<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
in Azure.ResourceManager.xxx.csprojadditionalDirectories
in tsp-location.yaml
For management-plane new service onboarding, we should leverage new project scaffolding instead of template. To be consistent with the behavior of DPG new service onboarding.
When this is ready, we should update https://eng.ms/docs/products/azure-developer-experience/develop/sdk-generate-mgmt-dotnet accordingly.