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
For 2, learned from SDK generation that, the entry Cadl file should import/reference to all needed Cadl files, so that the related services will be generated as well during compilation.
Need to test if Cadl compilation generates multiple swagger files from entry Cadl or just 1.
And also, there is no multiple versioning support for Cadl + Dpg, there is just 1 version including all API versions right now.
So, there is no way to rely on SDK version/tags like before with readme files, we can only rely on API versions with Cadl files.
In conclusion, for Cadl + Dpg, we can only leverage API version since there is no SDK version anymore.
We will get latest/latest stable version from API version for Docs publish.
cc @josefree
The text was updated successfully, but these errors were encountered: