Travis Prescott
Travis Prescott
Here's the workaround for this scenario [Playground](https://cadlplayground.z22.web.core.windows.net/?c=aW1wb3J0ICJAdHlwZXNwZWMvdmVyc2lvbmluZyI7DQrSIGh0dHDEGg0KdXNpbmcgVskwO8gTSHR0cMUiQHNlcnZpY2Uoew0KICBuYW1lOiAiRGVtbyBTxhkiLA0KfSkNCkDHdmVkKMdQcykNCsQxc3BhY2UgxDTFUmVudW3Ic3MgxVd2MSzFBzLETMQkbW9kZWwgRm9vxiDGd3N0cuYAo8UjQGFkZMtsLnYyKcg4TXlPcHTKXmJsYWjRPnNoYXJlZFJvdXRlDQpAcmVtb3bRTkByZcR6ZEZyb23MGywgImZvbyLEInB1dA0Kb3AgZm9vT2xkKCk65AC15wE5zWL0AK7MPiguLi7pALjHRw%3D%3D&e=%40typespec%2Fopenapi3&options=%7B%7D): ```tsp @added(Versions.v2) model MyOptions { blah: string; } @sharedRoute @removed(Versions.v2) @renamedFrom(Versions.v2, "foo") @put op fooOld(): Foo; @sharedRoute @added(Versions.v2) @put op foo(...MyOptions): Foo; ```
I think the right way to express this is in this [playground](https://typespec.io/playground?c=aW1wb3J0ICJAdHlwZXNwZWMvdmVyc2lvbmluZyI7Cgp1c2luZyBUeXBlU3BlYy5WyR07CgpAxytlZCjHGHMpCkBzZXJ2aWNlKHsKICB0aXRsZTogIldpZGdldCBTxhsiLAp9KQpuYW1lc3BhY2UgRGVtb8cbOwoKZW51bSDIUCDERnYxLMQGMiwKfQoKbW9kZWwgx1HEHi8vIHVuY29tbWVudCB0byBmaXgKICDlANBDaGFuZ2VkRnJvbekAoi52Miwgc3RyaW5nKQogIGNvbnRlbnQ6xxMgfCBCYXJbXTvEa0BhZGTrANwudjIpx39CYXIge30K&e=%40typespec%2Fopenapi3&options=%7B%7D) using `@typeChangedFrom`. So it seems to me like the course of action here would be to throw a...
@markcowl does the 8 estimate include the time it will take to refactor the OpenAPI (and possibly Autorest?) emitter to use this new helper?
@jp-hoehmann thank you for the bug report! @raosanat can you please take a look?
@lucianopa-msft can you please take a look? cc/ @raosanat
@mmarczell-graphisoft thank you for your suggestion. Currently we are not making additional investments in this SDK, but I will leave this issue open so that if the situation changes, we...
@raosanat can you take a look?
@raosanat can you please take a look?
Hi @Svantulden we are already tracking SPM support for Calling here: https://github.com/Azure/azure-sdk-for-ios/issues/828 @raosanat is there a reason the link provided claims SPM support? https://azure.github.io/azure-sdk/releases/latest/ios.html
I do believe this is actively been worked on by the team. @raosanat