Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate cadl-ranch specs to http-specs and azure-http-specs #5204

Merged
merged 5 commits into from
Dec 23, 2024

Conversation

pshao25
Copy link
Member

@pshao25 pshao25 commented Dec 20, 2024

This is the azure part of Azure/azure-sdk-for-net#47325, and fix Azure/azure-sdk-for-net#47325

We split previous cadl-ranch tests into two parts: pure Typespec: http-specs, and Azure Typespec: azure-http-specs.

Now,

  1. CadlRanchProjects still means the code is generated under azure mode, no matter the spec is from http-specs or azure-http-specs.
  2. CadlRanchProjectsNonAzure still means the code is generated under non-azure mode, no matter the spec is from http-specs or azure-http-specs.
  3. Run tests under CadlRanchProjects.Tests will generate reports for both azure and non-azure.
  4. Run tests under CadlRanchProjectsNonAzure.Tests will generate reports for both azure and non-azure.
  5. In the end, only azure report under CadlRanchProjects.Tests will be published to dashboard.

@pshao25 pshao25 changed the title Cadlranch47325 Migrate cadl-ranch specs to http-specs and azure-http-specs Dec 20, 2024
eng/Generate.ps1 Show resolved Hide resolved
eng/Generate.ps1 Show resolved Hide resolved
eng/testProjects.json Show resolved Hide resolved
@pshao25 pshao25 merged commit 2685456 into Azure:main Dec 23, 2024
8 checks passed
@pshao25 pshao25 deleted the cadlranch47325 branch December 23, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migration of CADL Ranch Packages to TypeSpec and TypeSpec-Azure Repositories
3 participants