You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered this too, I believe it's a bug in our polling logic. I've been working on some refactoring of ARM pollers in general which will resolve this.
Bug Report
import path of package in question
github.com/Azure/azure-sdk-for-go/sdk/compute/armcompute
SDK version
v0.1.0
output of
go version
go version go1.16 windows/amd64
What happened?
The response returned by
PollUntilDone
function is basically empty without any information of this resource.What did you expect or want to happen?
We should get the full parameters in the response of
PollUntilDone
functionHow can we reproduce it?
Sample code here: https://github.com/ArcturusZhang/azure-sdk-for-go-track2-sample/blob/dbd77ed6bf9cbf516dc31f7cb754f0a4626a3537/main.go#L338
Anything we should know about your environment.
Related issue: #14665
The text was updated successfully, but these errors were encountered: