Closed
Description
AppConfig lists ApiKey as one of the authentication types for its clients.
Currently, we consider https://github.com/Azure/autorest.cpp/issues/398 as blocking the release of AppConfig?
Our CodeGen warns when it sees "apiKey"
as one of the authentication types, and emits an assertion fail message saying that it does not know how to generate code for it. It does not fail the code generation, it only prints the warning message and does not generate a corresponding constructor overload.
We can implement it for CodeGen, but we need to implement the corresponding credential and pipeline policy in the SDK first.
cc @ahsonkhan