azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

Certain members properties from the generated code should have different names

Open gearama opened this issue 1 year ago • 0 comments

in thhe keyvault secrets tsp /**

  • Expiry date in UTC. */ @encodedName("application/json", "exp") @encode("unixTimestamp", int32) expires?: utcDateTime;

gets emitted as Exp in the cpp ,

gearama avatar Oct 21 '24 18:10 gearama