The Azure C# emitter does not currently apply client-side default values for model properties marked with the legacy @clientDefaultValue decorator. The Spector test Azure_ClientGenerator_Core_ClientDefaultValue_PutModelProperty (in azure-http-specs) constructs new ModelWithDefaultValues("test") and expects timeout=30, tier="standard", retry=true to be auto-populated and serialized, but only name is sent.rnrnThe test is currently [Ignore]-d in ClientDefaultValueTests.cs pending emitter support.
The Azure C# emitter does not currently apply client-side default values for model properties marked with the legacy
@clientDefaultValuedecorator. The Spector testAzure_ClientGenerator_Core_ClientDefaultValue_PutModelProperty(inazure-http-specs) constructsnew ModelWithDefaultValues("test")and expectstimeout=30,tier="standard",retry=trueto be auto-populated and serialized, but onlynameis sent.rnrnThe test is currently[Ignore]-d inClientDefaultValueTests.cspending emitter support.