Closed weidongxu-microsoft closed 1 week ago
No changes needing a change description found.
You can try these changes here
🛝 Playground | 🌐 Website | 📚 Next docs |
---|
Will this cause breaking changes to released lib?
Will this cause breaking changes to released lib?
No. Azure lib should all have the "namespace" option in tspconfig.
I will double check with a test sync.
Also remove the
Cadl.
in local test. Replaced it withTspTest
(we don't want to call itTypeSpec.
as it could conflict with TypeSpec libs).It would not affect Azure SDK which always has
namespace
in emitter option. It only affect SDK that does not have this option (basically, test case, and unbranded).It prepares for the Namespace refactor, as we should not modify the TypeSpec Namespace. https://github.com/Azure/autorest.java/issues/2968