Dapeng Zhang
Dapeng Zhang
Approve the model validation issues for now. Author will open new PR to resolve them. The suppression is adding suppression to api-version pattern in common.json of this RP. This swagger...
/azp run
Hi @veeravnaidu is this PR ready to merge?
Despite the changelog says the KeySource type alias is removed in Go SDK, I found it in the swagger. I am not sure what is happening. Considering the swagger is...
Hi @linda-chin thank you for this issue Unfortunately there is no way to get the Id until the long running operation is complete. This is because the Id in a...
HI @simonlrostron thank you for the issue! The root cause is indeed something wrong in the spec definition: https://github.com/Azure/azure-rest-api-specs/blob/7384176da46425e7899708f263e0598b851358c2/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json#L1316 We defined the `additionalProperties` therefore the initial intent should be trying...
Hi @HansMusterWhatElse thanks for this issue `TagResource` is a standalone resource, therefore it has its own resource id in this format: `{scope}/providers/Microsoft.Resources/tags/default` where `scope` is the resource id of the...
@heaths @pallavit 1. it is OK only some methods are shipped with protocol method as long as your library is still generating from swaggers. Once you switch to typespec, the...