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

[Cadl APIView] Version 0.3.5 #5378

Merged
merged 3 commits into from
Feb 10, 2023
Merged

[Cadl APIView] Version 0.3.5 #5378

merged 3 commits into from
Feb 10, 2023

Conversation

tjprescott
Copy link
Member

@tjprescott tjprescott commented Feb 8, 2023

Closes #5289.

Updates APIView for the latest release of Cadl compiler and cadl-azure.

  • BREAKING CHANGE: removed the --namespace option.
  • Updates for cadl compiler 0.40 and cadl-azure 0.26.
  • Adds multi-service spec support. Adds the --service option to filter which service to output. If not provided, it will output all services, 1 token file per service.
  • Updates logic for --output-file and --version so that they can only use used on a multi-service spec if --service is provided.
  • Adds a new option --include-global-namespace to allow rendering the global namespace (which would normally be excluded). (example)
  • Fixes a bug where namespaces that are not proper subnamespaces may be included (ex: Azure.Test and Azure.Test2).

TODO

  • Update README.md with date once approved, prior to merge and release.

@tjprescott tjprescott requested a review from a team as a code owner February 8, 2023 21:15
Copy link
Member

@catalinaperalta catalinaperalta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@tjprescott tjprescott merged commit 3201dd5 into main Feb 10, 2023
@tjprescott tjprescott deleted the cadl/UpdateVersion branch February 10, 2023 16:31
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.

CADL APIView filters out things in the global namespace
2 participants